body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #070997 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #070997 !important;
  border-color: #070997 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #030444 !important;
  border-color: #030444 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #030444 !important;
  border-color: #030444 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #070997;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030444 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #070997 !important;
  border-color: #070997 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #070997 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020336 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #070997;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #070997;
  border-color: #070997;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #070997;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #282bf5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Old Standard TT', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #070997 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Old Standard TT', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #070997;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #070997;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #070997;
}
.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: #070997;
  border-bottom-color: #070997;
}
.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: #070997 !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: #ff6666 !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='%23070997' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tWZ40hEu0H .navbar-dropdown {
  position: relative !important;
}
.cid-tWZ40hEu0H .nav-link {
  position: relative;
}
.cid-tWZ40hEu0H .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tWZ40hEu0H .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-tWZ40hEu0H .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-tWZ40hEu0H .dropdown-menu {
  padding: 0;
}
.cid-tWZ40hEu0H .dropdown-item:hover,
.cid-tWZ40hEu0H .dropdown-item:focus {
  background: #070997 !important;
  color: white !important;
}
.cid-tWZ40hEu0H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tWZ40hEu0H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWZ40hEu0H .container {
  display: flex;
  margin: auto;
}
.cid-tWZ40hEu0H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tWZ40hEu0H .navbar-caption {
  padding-right: 4rem;
}
.cid-tWZ40hEu0H .dropdown-menu,
.cid-tWZ40hEu0H .navbar.opened {
  background: #680249 !important;
}
.cid-tWZ40hEu0H .nav-item:focus,
.cid-tWZ40hEu0H .nav-link:focus {
  outline: none;
}
.cid-tWZ40hEu0H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWZ40hEu0H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWZ40hEu0H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWZ40hEu0H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWZ40hEu0H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWZ40hEu0H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWZ40hEu0H .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #680249;
}
.cid-tWZ40hEu0H .navbar.opened {
  transition: all .3s;
}
.cid-tWZ40hEu0H .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tWZ40hEu0H .navbar .navbar-logo img {
  width: auto;
}
.cid-tWZ40hEu0H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWZ40hEu0H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWZ40hEu0H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWZ40hEu0H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWZ40hEu0H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWZ40hEu0H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWZ40hEu0H .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: 55%;
}
.cid-tWZ40hEu0H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWZ40hEu0H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tWZ40hEu0H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tWZ40hEu0H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWZ40hEu0H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWZ40hEu0H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWZ40hEu0H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWZ40hEu0H .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: 55%;
  }
  .cid-tWZ40hEu0H .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tWZ40hEu0H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWZ40hEu0H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWZ40hEu0H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWZ40hEu0H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWZ40hEu0H .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tWZ40hEu0H .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWZ40hEu0H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWZ40hEu0H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWZ40hEu0H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWZ40hEu0H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWZ40hEu0H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWZ40hEu0H .dropdown-item.active,
.cid-tWZ40hEu0H .dropdown-item:active {
  background-color: transparent;
}
.cid-tWZ40hEu0H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWZ40hEu0H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWZ40hEu0H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWZ40hEu0H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #680249;
}
.cid-tWZ40hEu0H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWZ40hEu0H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWZ40hEu0H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWZ40hEu0H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWZ40hEu0H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWZ40hEu0H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWZ40hEu0H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWZ40hEu0H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWZ40hEu0H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWZ40hEu0H .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tWZ40hEu0H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWZ40hEu0H .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-tWZ40hEu0H .navbar {
    height: 77px;
  }
  .cid-tWZ40hEu0H .navbar.opened {
    height: auto;
  }
  .cid-tWZ40hEu0H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX6oeWTH5t {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4c3e5;
}
.cid-tX6oeWTH5t .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tX6oeWTH5t .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tX6oeWTH5t h5 {
  margin-bottom: 1rem;
}
.cid-tX6oeWTH5t .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tX6oeWTH5t .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tX6oeWTH5t img,
.cid-tX6oeWTH5t .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-tX6oeWTH5t .item:focus,
.cid-tX6oeWTH5t span:focus {
  outline: none;
}
.cid-tX6oeWTH5t .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tX6oeWTH5t .item {
    margin-bottom: 1rem;
  }
}
.cid-tX6oeWTH5t .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tX6oeWTH5t .mbr-section-title {
  color: #4e423d;
}
.cid-tX6oeWTH5t .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tX6oeWTH5t .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tX6oeWTH5t .mbr-text,
.cid-tX6oeWTH5t .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tX6oeWTH5t .content-head {
  max-width: 800px;
}
.cid-tX6ooTasVQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #680249;
}
.cid-tX6ooTasVQ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #f4c3e5;
}
.cid-tX6ptoDXnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dfd4;
}
.cid-tX6ptoDXnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6ptoDXnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6ptoDXnt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tX6ptoDXnt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tX6ptoDXnt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #680249;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tWZ49w6EUS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #680249;
}
.cid-tWZ49w6EUS .mbr-text {
  color: #fafafa;
}
.cid-tWZ4crxmnV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tWZ4crxmnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4crxmnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZ4crxmnV .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWZ4crxmnV .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWZ4crxmnV .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWZ4crxmnV .mbr-section-title {
  color: #131313;
}
.cid-tWZ4crxmnV .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWZ4crxmnV .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWZ4crxmnV .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWZ4crxmnV .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #7787a5;
  box-shadow: 4px 4px 0 #7787a5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWZ4crxmnV .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWZ4crxmnV .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWZ4crxmnV .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWZ4crxmnV .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWZ4crxmnV .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWZ4crxmnV .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWZ4crxmnV .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWZ4crxmnV .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWZ4crxmnV .content-wrap {
    margin-top: 0;
  }
}
.cid-tWZ4crxmnV .card-title {
  color: #131313;
}
.cid-tWZ4crxmnV .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWZ4crxmnV .card-text {
    margin-top: 15px;
  }
}
.cid-tWZ4crxmnV .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWZ4crxmnV .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWZ4crxmnV .card-link {
    margin-top: 15px;
  }
}
.cid-tWZ4crxmnV .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWZ4crxmnV .card-title,
.cid-tWZ4crxmnV .iconfont-wrapper {
  text-align: center;
}
.cid-tWZ4flzaC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dfd4;
}
.cid-tWZ4flzaC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4flzaC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZ4flzaC0 .card-wrapper {
  background: #680249;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWZ4flzaC0 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWZ4flzaC0 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWZ4flzaC0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWZ4flzaC0 .mbr-text,
.cid-tWZ4flzaC0 .mbr-section-btn {
  color: #fafafa;
}
.cid-tWZ4flzaC0 .card-title,
.cid-tWZ4flzaC0 .card-box {
  text-align: left;
  color: #fafafa;
}
.cid-tWZ4k4NdwO {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #680249;
}
@media (max-width: 991px) {
  .cid-tWZ4k4NdwO .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tWZ4k4NdwO .mbr-text {
  margin-bottom: 20.4px;
}
.cid-tWZ4k4NdwO .mbr-text,
.cid-tWZ4k4NdwO .mbr-section-btn {
  text-align: center;
  color: #e4dfd4;
}
.cid-tWZ4k4NdwO .mbr-section-subtitle {
  color: #e4dfd4;
  text-align: center;
}
.cid-tWZ4k4NdwO .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-tWZdS1pBOS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #680249;
}
.cid-tWZdS1pBOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZdS1pBOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZdS1pBOS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWZdS1pBOS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWZdS1pBOS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWZdS1pBOS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWZdS1pBOS .container {
    padding: 0 12px;
  }
}
.cid-tWZdS1pBOS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWZdS1pBOS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWZdS1pBOS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWZdS1pBOS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWZdS1pBOS .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWZdS1pBOS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWZdS1pBOS .mbr-section-title,
.cid-tWZdS1pBOS .mbr-section-btn {
  text-align: center;
  color: #e4dfd4;
}
.cid-tWZ4xQB9xF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f4c3e5;
}
.cid-tWZ4xQB9xF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4xQB9xF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-tWZ4xQB9xF .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tWZ4xQB9xF P {
  max-width: 1200px;
}
.cid-tWZ4xQB9xF .mbr-section-btn,
.cid-tWZ4xQB9xF .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWZ4xQB9xF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWZ4xQB9xF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWZ4xQB9xF .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWZ4xQB9xF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWZ4xQB9xF .mbr-section-title {
  color: #000000;
}
.cid-tWZ4xQB9xF .mbr-text,
.cid-tWZ4xQB9xF .mbr-section-btn {
  color: #000000;
}
.cid-tWZ4xQB9xF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWZ4BdA1g5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/19.-wall-fence-designs-1024x576.jpg");
}
.cid-tWZ4BdA1g5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4BdA1g5 .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-tWZ4BdA1g5 .container {
    padding: 0 20px;
  }
}
.cid-tWZ4BdA1g5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWZ4BdA1g5 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tWZ4BdA1g5 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWZ4BdA1g5 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWZ4BdA1g5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWZ4BdA1g5 .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-tWZ4BdA1g5 .mbr-section-title {
  color: #fafafa;
}
.cid-tWZ4BdA1g5 .mbr-text {
  color: #ffffff;
}
.cid-tWZ5JvmQL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tWZ5JvmQL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ5JvmQL4 .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-tWZ5JvmQL4 .container {
    padding: 0 30px;
  }
}
.cid-tWZ5JvmQL4 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWZ5JvmQL4 .row {
    margin: 0 -34px;
  }
}
.cid-tWZ5JvmQL4 .title-wrapper {
  margin-bottom: 30px;
}
.cid-tWZ5JvmQL4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWZ5JvmQL4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWZ5JvmQL4 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tWZ5JvmQL4 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tWZ5JvmQL4 .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tWZ5JvmQL4 .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tWZ5JvmQL4 .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tWZ5JvmQL4 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tWZ5JvmQL4 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWZ5JvmQL4 .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tWZ5JvmQL4 .mbr-card-title {
  color: #fafafa;
  text-align: center;
}
.cid-tWZ5JvmQL4 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tWZ4D0fb52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tWZ4D0fb52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4D0fb52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZ4D0fb52 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tWZ4D0fb52 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWZ4D0fb52 .container {
    padding: 0 30px;
  }
}
.cid-tWZ4D0fb52 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWZ4D0fb52 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tWZ4D0fb52 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tWZ4D0fb52 .image-wrapper img {
    height: 300px;
  }
}
.cid-tWZ4D0fb52 .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tWZ4D0fb52 .text-wrapper {
    margin: 0;
  }
}
.cid-tWZ4D0fb52 .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWZ4D0fb52 .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWZ4D0fb52 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tWZ4D0fb52 .mbr-section-title {
  color: #ffffff;
}
.cid-tWZ4D0fb52 .mbr-text {
  color: #000000;
}
.cid-tWZ4D0fb52 .mbr-section-title,
.cid-tWZ4D0fb52 .mbr-section-btn {
  color: #000000;
}
.cid-tWZ4Nd1XyZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4dfd4;
}
.cid-tWZ4Nd1XyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4Nd1XyZ .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-tWZ4Nd1XyZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWZ4Nd1XyZ .container {
    padding: 0 12px;
  }
}
.cid-tWZ4Nd1XyZ .row {
  justify-content: center;
}
.cid-tWZ4Nd1XyZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWZ4Nd1XyZ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tWZ4Nd1XyZ .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #680249;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tWZ4Nd1XyZ .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tWZ4Nd1XyZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tWZ4Nd1XyZ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWZ4Nd1XyZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWZ4Nd1XyZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tWZ4Nd1XyZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tWZ4Nd1XyZ .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-tWZ4Nd1XyZ .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-tWZ4Nd1XyZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWZ4Nd1XyZ .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tWZ4Nd1XyZ .panel-title-edit {
  color: #fafafa;
}
.cid-tWZ4Nd1XyZ .panel-text {
  color: #222222;
}
.cid-tWZ4ERJitu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tWZ4ERJitu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4ERJitu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZ4ERJitu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tWZ4ERJitu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWZ4ERJitu .container {
    padding: 0 30px;
  }
}
.cid-tWZ4ERJitu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWZ4ERJitu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWZ4ERJitu .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #e4dfd4;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tWZ4ERJitu .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tWZ4ERJitu .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tWZ4ERJitu .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tWZ4ERJitu .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWZ4ERJitu .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tWZ4ERJitu .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tWZ4ERJitu .mbr-section-title {
  color: #ffffff;
}
.cid-tWZ4ERJitu .mbr-card-title {
  color: #2b2b2b;
}
.cid-tWZ4ERJitu .mbr-text {
  color: #4E4E4E;
}
.cid-tWZ4ERJitu .mbr-number {
  color: #FE5115;
}
.cid-tWZ5MCVzM8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tWZ5MCVzM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ5MCVzM8 .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-tWZ5MCVzM8 .container {
    padding: 0 20px;
  }
}
.cid-tWZ5MCVzM8 .row {
  margin: 0;
}
.cid-tWZ5MCVzM8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWZ5MCVzM8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWZ5MCVzM8 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWZ5MCVzM8 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWZ5MCVzM8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWZ5MCVzM8 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWZ5MCVzM8 .mbr-section-title {
  color: #010101;
  text-align: center;
}
.cid-tWZ4JfgYsH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tWZ4JfgYsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4JfgYsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZ4JfgYsH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tWZ4JfgYsH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWZ4JfgYsH .container {
    padding: 0 30px;
  }
}
.cid-tWZ4JfgYsH .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #e4dfd4;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tWZ4JfgYsH .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-tWZ4JfgYsH .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-tWZ4JfgYsH .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-tWZ4JfgYsH .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tWZ4JfgYsH .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWZ4JfgYsH .mbr-section-title {
  color: #2b2b2b;
}
.cid-tWZ4JfgYsH .mbr-text {
  color: #4e4e4e;
}
.cid-tWZ4SeRSmP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #680249;
}
.cid-tWZ4SeRSmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ4SeRSmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZ4SeRSmP .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWZ4SeRSmP .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWZ4SeRSmP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWZ4SeRSmP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWZ4SeRSmP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWZ4SeRSmP .content-head {
  max-width: 800px;
}
.cid-tWZ4SeRSmP .mbr-section-title {
  color: #e4dfd4;
}
.cid-tWZ40V3Ltt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4c3e5;
}
.cid-tWZ40V3Ltt .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-tWZ40V3Ltt .copyright-section,
.cid-tWZ40V3Ltt .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tWZ40V3Ltt .line {
  margin: 10px 0;
  width: 100%;
}
.cid-tWZ40V3Ltt .logo-section img {
  margin: 0 auto;
}
.cid-tWZ40V3Ltt .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-tWZ40V3Ltt .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-tWZ40V3Ltt .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-tWZ40V3Ltt .social-media ul li {
    margin-left: 30px;
  }
  .cid-tWZ40V3Ltt .container-fluid {
    padding: 0 2rem;
  }
  .cid-tWZ40V3Ltt .menu-container {
    margin-bottom: 20px;
  }
  .cid-tWZ40V3Ltt .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tWZ40V3Ltt .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWZ40V3Ltt .copyright-section {
    order: 1;
  }
  .cid-tWZ40V3Ltt .copyright-section hr {
    display: none;
  }
  .cid-tWZ40V3Ltt .social-media {
    margin-top: 30px;
  }
  .cid-tWZ40V3Ltt .social-media li:first-child {
    margin-left: 0;
  }
  .cid-tWZ40V3Ltt .line {
    margin: 25px 0;
  }
  .cid-tWZ40V3Ltt .mobirise-rights,
  .cid-tWZ40V3Ltt .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-tWZ40V3Ltt .mbr-text,
.cid-tWZ40V3Ltt .copyright-section {
  color: #ffffff;
}
.cid-tWZ40hEu0H .navbar-dropdown {
  position: relative !important;
}
.cid-tWZ40hEu0H .nav-link {
  position: relative;
}
.cid-tWZ40hEu0H .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tWZ40hEu0H .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-tWZ40hEu0H .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-tWZ40hEu0H .dropdown-menu {
  padding: 0;
}
.cid-tWZ40hEu0H .dropdown-item:hover,
.cid-tWZ40hEu0H .dropdown-item:focus {
  background: #070997 !important;
  color: white !important;
}
.cid-tWZ40hEu0H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tWZ40hEu0H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWZ40hEu0H .container {
  display: flex;
  margin: auto;
}
.cid-tWZ40hEu0H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tWZ40hEu0H .navbar-caption {
  padding-right: 4rem;
}
.cid-tWZ40hEu0H .dropdown-menu,
.cid-tWZ40hEu0H .navbar.opened {
  background: #680249 !important;
}
.cid-tWZ40hEu0H .nav-item:focus,
.cid-tWZ40hEu0H .nav-link:focus {
  outline: none;
}
.cid-tWZ40hEu0H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWZ40hEu0H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWZ40hEu0H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWZ40hEu0H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWZ40hEu0H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWZ40hEu0H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWZ40hEu0H .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #680249;
}
.cid-tWZ40hEu0H .navbar.opened {
  transition: all .3s;
}
.cid-tWZ40hEu0H .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tWZ40hEu0H .navbar .navbar-logo img {
  width: auto;
}
.cid-tWZ40hEu0H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWZ40hEu0H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWZ40hEu0H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWZ40hEu0H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWZ40hEu0H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWZ40hEu0H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWZ40hEu0H .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: 55%;
}
.cid-tWZ40hEu0H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWZ40hEu0H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tWZ40hEu0H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tWZ40hEu0H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWZ40hEu0H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWZ40hEu0H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWZ40hEu0H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWZ40hEu0H .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: 55%;
  }
  .cid-tWZ40hEu0H .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tWZ40hEu0H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWZ40hEu0H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWZ40hEu0H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWZ40hEu0H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWZ40hEu0H .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tWZ40hEu0H .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWZ40hEu0H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWZ40hEu0H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWZ40hEu0H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWZ40hEu0H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWZ40hEu0H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWZ40hEu0H .dropdown-item.active,
.cid-tWZ40hEu0H .dropdown-item:active {
  background-color: transparent;
}
.cid-tWZ40hEu0H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWZ40hEu0H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWZ40hEu0H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWZ40hEu0H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #680249;
}
.cid-tWZ40hEu0H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWZ40hEu0H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWZ40hEu0H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWZ40hEu0H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWZ40hEu0H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWZ40hEu0H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWZ40hEu0H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWZ40hEu0H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWZ40hEu0H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWZ40hEu0H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWZ40hEu0H .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tWZ40hEu0H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWZ40hEu0H .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-tWZ40hEu0H .navbar {
    height: 77px;
  }
  .cid-tWZ40hEu0H .navbar.opened {
    height: auto;
  }
  .cid-tWZ40hEu0H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWZjzOiNGU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-tWZjzOiNGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZjzOiNGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZjzOiNGU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tWZjzOiNGU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWZjzOiNGU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWZjzOiNGU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWZjzOiNGU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tWZjzOiNGU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tWZjzOiNGU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWZjB2GEVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-tWZjB2GEVT blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tWZ40V3Ltt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4c3e5;
}
.cid-tWZ40V3Ltt .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-tWZ40V3Ltt .copyright-section,
.cid-tWZ40V3Ltt .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tWZ40V3Ltt .line {
  margin: 10px 0;
  width: 100%;
}
.cid-tWZ40V3Ltt .logo-section img {
  margin: 0 auto;
}
.cid-tWZ40V3Ltt .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-tWZ40V3Ltt .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-tWZ40V3Ltt .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-tWZ40V3Ltt .social-media ul li {
    margin-left: 30px;
  }
  .cid-tWZ40V3Ltt .container-fluid {
    padding: 0 2rem;
  }
  .cid-tWZ40V3Ltt .menu-container {
    margin-bottom: 20px;
  }
  .cid-tWZ40V3Ltt .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tWZ40V3Ltt .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWZ40V3Ltt .copyright-section {
    order: 1;
  }
  .cid-tWZ40V3Ltt .copyright-section hr {
    display: none;
  }
  .cid-tWZ40V3Ltt .social-media {
    margin-top: 30px;
  }
  .cid-tWZ40V3Ltt .social-media li:first-child {
    margin-left: 0;
  }
  .cid-tWZ40V3Ltt .line {
    margin: 25px 0;
  }
  .cid-tWZ40V3Ltt .mobirise-rights,
  .cid-tWZ40V3Ltt .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-tWZ40V3Ltt .mbr-text,
.cid-tWZ40V3Ltt .copyright-section {
  color: #ffffff;
}
.cid-tWZkcBtNp4 .navbar-dropdown {
  position: relative !important;
}
.cid-tWZkcBtNp4 .nav-link {
  position: relative;
}
.cid-tWZkcBtNp4 .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tWZkcBtNp4 .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-tWZkcBtNp4 .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-tWZkcBtNp4 .dropdown-menu {
  padding: 0;
}
.cid-tWZkcBtNp4 .dropdown-item:hover,
.cid-tWZkcBtNp4 .dropdown-item:focus {
  background: #070997 !important;
  color: white !important;
}
.cid-tWZkcBtNp4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tWZkcBtNp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWZkcBtNp4 .container {
  display: flex;
  margin: auto;
}
.cid-tWZkcBtNp4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tWZkcBtNp4 .navbar-caption {
  padding-right: 4rem;
}
.cid-tWZkcBtNp4 .dropdown-menu,
.cid-tWZkcBtNp4 .navbar.opened {
  background: #012b3a !important;
}
.cid-tWZkcBtNp4 .nav-item:focus,
.cid-tWZkcBtNp4 .nav-link:focus {
  outline: none;
}
.cid-tWZkcBtNp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWZkcBtNp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWZkcBtNp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWZkcBtNp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWZkcBtNp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWZkcBtNp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWZkcBtNp4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #012b3a;
}
.cid-tWZkcBtNp4 .navbar.opened {
  transition: all .3s;
}
.cid-tWZkcBtNp4 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tWZkcBtNp4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWZkcBtNp4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWZkcBtNp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWZkcBtNp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWZkcBtNp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWZkcBtNp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWZkcBtNp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWZkcBtNp4 .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: 55%;
}
.cid-tWZkcBtNp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWZkcBtNp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tWZkcBtNp4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tWZkcBtNp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWZkcBtNp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWZkcBtNp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWZkcBtNp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWZkcBtNp4 .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: 55%;
  }
  .cid-tWZkcBtNp4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tWZkcBtNp4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWZkcBtNp4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWZkcBtNp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWZkcBtNp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWZkcBtNp4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tWZkcBtNp4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWZkcBtNp4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWZkcBtNp4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWZkcBtNp4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWZkcBtNp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWZkcBtNp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWZkcBtNp4 .dropdown-item.active,
.cid-tWZkcBtNp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWZkcBtNp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWZkcBtNp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWZkcBtNp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWZkcBtNp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #012b3a;
}
.cid-tWZkcBtNp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWZkcBtNp4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWZkcBtNp4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWZkcBtNp4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWZkcBtNp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tWZkcBtNp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tWZkcBtNp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWZkcBtNp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWZkcBtNp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWZkcBtNp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWZkcBtNp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWZkcBtNp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWZkcBtNp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWZkcBtNp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWZkcBtNp4 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tWZkcBtNp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWZkcBtNp4 .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-tWZkcBtNp4 .navbar {
    height: 77px;
  }
  .cid-tWZkcBtNp4 .navbar.opened {
    height: auto;
  }
  .cid-tWZkcBtNp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWZkcBS6h5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f4c3e5;
}
.cid-tWZkcBS6h5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZkcBS6h5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZkcBS6h5 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tWZkcBS6h5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWZkcBS6h5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWZkcBS6h5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWZkcBS6h5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tWZkcBS6h5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tWZkcBS6h5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWZkcCeDGv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tWZkcCeDGv blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #680249;
}
.cid-tWZkcCeDGv .mbr-text {
  color: #e4dfd4;
}
.cid-tWZkcCuIDT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4c3e5;
}
.cid-tWZkcCuIDT .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-tWZkcCuIDT .copyright-section,
.cid-tWZkcCuIDT .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tWZkcCuIDT .line {
  margin: 10px 0;
  width: 100%;
}
.cid-tWZkcCuIDT .logo-section img {
  margin: 0 auto;
}
.cid-tWZkcCuIDT .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-tWZkcCuIDT .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-tWZkcCuIDT .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-tWZkcCuIDT .social-media ul li {
    margin-left: 30px;
  }
  .cid-tWZkcCuIDT .container-fluid {
    padding: 0 2rem;
  }
  .cid-tWZkcCuIDT .menu-container {
    margin-bottom: 20px;
  }
  .cid-tWZkcCuIDT .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tWZkcCuIDT .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWZkcCuIDT .copyright-section {
    order: 1;
  }
  .cid-tWZkcCuIDT .copyright-section hr {
    display: none;
  }
  .cid-tWZkcCuIDT .social-media {
    margin-top: 30px;
  }
  .cid-tWZkcCuIDT .social-media li:first-child {
    margin-left: 0;
  }
  .cid-tWZkcCuIDT .line {
    margin: 25px 0;
  }
  .cid-tWZkcCuIDT .mobirise-rights,
  .cid-tWZkcCuIDT .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-tWZkcCuIDT .mbr-text,
.cid-tWZkcCuIDT .copyright-section {
  color: #ffffff;
}
.cid-tX6EteqQRU .navbar-dropdown {
  position: relative !important;
}
.cid-tX6EteqQRU .nav-link {
  position: relative;
}
.cid-tX6EteqQRU .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tX6EteqQRU .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-tX6EteqQRU .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-tX6EteqQRU .dropdown-menu {
  padding: 0;
}
.cid-tX6EteqQRU .dropdown-item:hover,
.cid-tX6EteqQRU .dropdown-item:focus {
  background: #070997 !important;
  color: white !important;
}
.cid-tX6EteqQRU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tX6EteqQRU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tX6EteqQRU .container {
  display: flex;
  margin: auto;
}
.cid-tX6EteqQRU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tX6EteqQRU .navbar-caption {
  padding-right: 4rem;
}
.cid-tX6EteqQRU .dropdown-menu,
.cid-tX6EteqQRU .navbar.opened {
  background: #680249 !important;
}
.cid-tX6EteqQRU .nav-item:focus,
.cid-tX6EteqQRU .nav-link:focus {
  outline: none;
}
.cid-tX6EteqQRU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX6EteqQRU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX6EteqQRU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tX6EteqQRU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX6EteqQRU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX6EteqQRU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX6EteqQRU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #680249;
}
.cid-tX6EteqQRU .navbar.opened {
  transition: all .3s;
}
.cid-tX6EteqQRU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tX6EteqQRU .navbar .navbar-logo img {
  width: auto;
}
.cid-tX6EteqQRU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tX6EteqQRU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX6EteqQRU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tX6EteqQRU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tX6EteqQRU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX6EteqQRU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX6EteqQRU .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: 55%;
}
.cid-tX6EteqQRU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX6EteqQRU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tX6EteqQRU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tX6EteqQRU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX6EteqQRU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX6EteqQRU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX6EteqQRU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tX6EteqQRU .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: 55%;
  }
  .cid-tX6EteqQRU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tX6EteqQRU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tX6EteqQRU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tX6EteqQRU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tX6EteqQRU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX6EteqQRU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tX6EteqQRU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tX6EteqQRU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tX6EteqQRU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tX6EteqQRU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tX6EteqQRU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tX6EteqQRU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX6EteqQRU .dropdown-item.active,
.cid-tX6EteqQRU .dropdown-item:active {
  background-color: transparent;
}
.cid-tX6EteqQRU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tX6EteqQRU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX6EteqQRU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX6EteqQRU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #680249;
}
.cid-tX6EteqQRU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX6EteqQRU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX6EteqQRU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tX6EteqQRU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tX6EteqQRU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tX6EteqQRU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tX6EteqQRU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tX6EteqQRU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tX6EteqQRU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tX6EteqQRU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tX6EteqQRU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tX6EteqQRU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tX6EteqQRU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tX6EteqQRU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tX6EteqQRU .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tX6EteqQRU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tX6EteqQRU .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-tX6EteqQRU .navbar {
    height: 77px;
  }
  .cid-tX6EteqQRU .navbar.opened {
    height: auto;
  }
  .cid-tX6EteqQRU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX6EtfXq5b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4c3e5;
}
.cid-tX6EtfXq5b .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tX6EtfXq5b .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tX6EtfXq5b h5 {
  margin-bottom: 1rem;
}
.cid-tX6EtfXq5b .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tX6EtfXq5b .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tX6EtfXq5b img,
.cid-tX6EtfXq5b .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-tX6EtfXq5b .item:focus,
.cid-tX6EtfXq5b span:focus {
  outline: none;
}
.cid-tX6EtfXq5b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tX6EtfXq5b .item {
    margin-bottom: 1rem;
  }
}
.cid-tX6EtfXq5b .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tX6EtfXq5b .mbr-section-title {
  color: #4e423d;
}
.cid-tX6EtfXq5b .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tX6EtfXq5b .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tX6EtfXq5b .mbr-text,
.cid-tX6EtfXq5b .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tX6EtfXq5b .content-head {
  max-width: 800px;
}
.cid-tX6EtgqJsf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #680249;
}
.cid-tX6EtgqJsf blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #f4c3e5;
}
.cid-tX6EtgKrad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dfd4;
}
.cid-tX6EtgKrad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtgKrad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6EtgKrad ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tX6EtgKrad li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tX6EtgKrad ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #680249;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tX6Eth7z5Q {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #680249;
}
.cid-tX6Eth7z5Q .mbr-text {
  color: #fafafa;
}
.cid-tX6EthsnMS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6EthsnMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EthsnMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6EthsnMS .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tX6EthsnMS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tX6EthsnMS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tX6EthsnMS .mbr-section-title {
  color: #131313;
}
.cid-tX6EthsnMS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tX6EthsnMS .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tX6EthsnMS .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tX6EthsnMS .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #7787a5;
  box-shadow: 4px 4px 0 #7787a5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tX6EthsnMS .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tX6EthsnMS .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tX6EthsnMS .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tX6EthsnMS .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tX6EthsnMS .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tX6EthsnMS .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tX6EthsnMS .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tX6EthsnMS .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tX6EthsnMS .content-wrap {
    margin-top: 0;
  }
}
.cid-tX6EthsnMS .card-title {
  color: #131313;
}
.cid-tX6EthsnMS .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tX6EthsnMS .card-text {
    margin-top: 15px;
  }
}
.cid-tX6EthsnMS .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tX6EthsnMS .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tX6EthsnMS .card-link {
    margin-top: 15px;
  }
}
.cid-tX6EthsnMS .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tX6EthsnMS .card-title,
.cid-tX6EthsnMS .iconfont-wrapper {
  text-align: center;
}
.cid-tX6EticOXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dfd4;
}
.cid-tX6EticOXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EticOXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6EticOXw .card-wrapper {
  background: #680249;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tX6EticOXw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tX6EticOXw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6EticOXw .card-wrapper {
    padding: 4rem;
  }
}
.cid-tX6EticOXw .mbr-text,
.cid-tX6EticOXw .mbr-section-btn {
  color: #fafafa;
}
.cid-tX6EticOXw .card-title,
.cid-tX6EticOXw .card-box {
  text-align: left;
  color: #fafafa;
}
.cid-tX6EtizAMR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #680249;
}
@media (max-width: 991px) {
  .cid-tX6EtizAMR .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tX6EtizAMR .mbr-text {
  margin-bottom: 20.4px;
}
.cid-tX6EtizAMR .mbr-text,
.cid-tX6EtizAMR .mbr-section-btn {
  text-align: center;
  color: #e4dfd4;
}
.cid-tX6EtizAMR .mbr-section-subtitle {
  color: #e4dfd4;
  text-align: center;
}
.cid-tX6EtizAMR .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-tX6Etj52TT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #680249;
}
.cid-tX6Etj52TT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6Etj52TT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6Etj52TT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tX6Etj52TT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tX6Etj52TT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tX6Etj52TT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tX6Etj52TT .container {
    padding: 0 12px;
  }
}
.cid-tX6Etj52TT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tX6Etj52TT .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tX6Etj52TT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tX6Etj52TT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tX6Etj52TT .mbr-section-title {
  color: #1D1D1F;
}
.cid-tX6Etj52TT .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tX6Etj52TT .mbr-section-title,
.cid-tX6Etj52TT .mbr-section-btn {
  text-align: center;
  color: #e4dfd4;
}
.cid-tX6EtjBHs4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f4c3e5;
}
.cid-tX6EtjBHs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtjBHs4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-tX6EtjBHs4 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tX6EtjBHs4 P {
  max-width: 1200px;
}
.cid-tX6EtjBHs4 .mbr-section-btn,
.cid-tX6EtjBHs4 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tX6EtjBHs4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX6EtjBHs4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tX6EtjBHs4 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6EtjBHs4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tX6EtjBHs4 .mbr-section-title {
  color: #000000;
}
.cid-tX6EtjBHs4 .mbr-text,
.cid-tX6EtjBHs4 .mbr-section-btn {
  color: #000000;
}
.cid-tX6EtjBHs4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tX6EtjZy3K {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsdsdsxzx-1024x602.jpg");
}
.cid-tX6EtjZy3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtjZy3K .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-tX6EtjZy3K .container {
    padding: 0 20px;
  }
}
.cid-tX6EtjZy3K .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tX6EtjZy3K .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tX6EtjZy3K .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tX6EtjZy3K .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tX6EtjZy3K .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6EtjZy3K .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-tX6EtjZy3K .mbr-section-title {
  color: #fafafa;
}
.cid-tX6EtjZy3K .mbr-text {
  color: #ffffff;
}
.cid-tX6EtknJ9I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6EtknJ9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtknJ9I .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-tX6EtknJ9I .container {
    padding: 0 30px;
  }
}
.cid-tX6EtknJ9I .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tX6EtknJ9I .row {
    margin: 0 -34px;
  }
}
.cid-tX6EtknJ9I .title-wrapper {
  margin-bottom: 30px;
}
.cid-tX6EtknJ9I .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tX6EtknJ9I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tX6EtknJ9I .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tX6EtknJ9I .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tX6EtknJ9I .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tX6EtknJ9I .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tX6EtknJ9I .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tX6EtknJ9I .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tX6EtknJ9I .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tX6EtknJ9I .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tX6EtknJ9I .mbr-card-title {
  color: #fafafa;
  text-align: center;
}
.cid-tX6EtknJ9I .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tX6EtkVjci {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6EtkVjci .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtkVjci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6EtkVjci .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6EtkVjci .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6EtkVjci .container {
    padding: 0 30px;
  }
}
.cid-tX6EtkVjci .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tX6EtkVjci .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tX6EtkVjci .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tX6EtkVjci .image-wrapper img {
    height: 300px;
  }
}
.cid-tX6EtkVjci .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tX6EtkVjci .text-wrapper {
    margin: 0;
  }
}
.cid-tX6EtkVjci .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tX6EtkVjci .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tX6EtkVjci .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tX6EtkVjci .mbr-section-title {
  color: #ffffff;
}
.cid-tX6EtkVjci .mbr-text {
  color: #000000;
}
.cid-tX6EtkVjci .mbr-section-title,
.cid-tX6EtkVjci .mbr-section-btn {
  color: #000000;
}
.cid-tX6EtlorNr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4dfd4;
}
.cid-tX6EtlorNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtlorNr .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-tX6EtlorNr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tX6EtlorNr .container {
    padding: 0 12px;
  }
}
.cid-tX6EtlorNr .row {
  justify-content: center;
}
.cid-tX6EtlorNr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tX6EtlorNr .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tX6EtlorNr .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #680249;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tX6EtlorNr .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tX6EtlorNr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tX6EtlorNr .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tX6EtlorNr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tX6EtlorNr .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tX6EtlorNr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tX6EtlorNr .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-tX6EtlorNr .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-tX6EtlorNr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tX6EtlorNr .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tX6EtlorNr .panel-title-edit {
  color: #fafafa;
}
.cid-tX6EtlorNr .panel-text {
  color: #222222;
}
.cid-tX6Etm2N8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6Etm2N8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6Etm2N8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6Etm2N8W .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6Etm2N8W .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6Etm2N8W .container {
    padding: 0 30px;
  }
}
.cid-tX6Etm2N8W .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tX6Etm2N8W .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tX6Etm2N8W .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #e4dfd4;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tX6Etm2N8W .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tX6Etm2N8W .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tX6Etm2N8W .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tX6Etm2N8W .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tX6Etm2N8W .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tX6Etm2N8W .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tX6Etm2N8W .mbr-section-title {
  color: #ffffff;
}
.cid-tX6Etm2N8W .mbr-card-title {
  color: #2b2b2b;
}
.cid-tX6Etm2N8W .mbr-text {
  color: #4E4E4E;
}
.cid-tX6Etm2N8W .mbr-number {
  color: #FE5115;
}
.cid-tX6EtmuFZt {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6EtmuFZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtmuFZt .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-tX6EtmuFZt .container {
    padding: 0 20px;
  }
}
.cid-tX6EtmuFZt .row {
  margin: 0;
}
.cid-tX6EtmuFZt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tX6EtmuFZt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tX6EtmuFZt .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tX6EtmuFZt .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tX6EtmuFZt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tX6EtmuFZt .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tX6EtmuFZt .mbr-section-title {
  color: #010101;
  text-align: center;
}
.cid-tX6EtmXcVg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6EtmXcVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtmXcVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6EtmXcVg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6EtmXcVg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6EtmXcVg .container {
    padding: 0 30px;
  }
}
.cid-tX6EtmXcVg .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #e4dfd4;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tX6EtmXcVg .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-tX6EtmXcVg .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-tX6EtmXcVg .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-tX6EtmXcVg .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tX6EtmXcVg .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6EtmXcVg .mbr-section-title {
  color: #2b2b2b;
}
.cid-tX6EtmXcVg .mbr-text {
  color: #4e4e4e;
}
.cid-tX6YCFbvK6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6YCFbvK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6YCFbvK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6YCFbvK6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX6YCFbvK6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tX6YCFbvK6 .container {
    padding: 0 16px;
  }
}
.cid-tX6YCFbvK6 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tX6YCFbvK6 .row {
    margin: 0 10px;
  }
}
.cid-tX6YCFbvK6 .row .item {
  padding: 0;
}
.cid-tX6YCFbvK6 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tX6YCFbvK6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tX6YCFbvK6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tX6YCFbvK6 .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tX6YCFbvK6 .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tX6YCFbvK6 .panel-group .card:first-child {
  border-top: none;
}
.cid-tX6YCFbvK6 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-tX6YCFbvK6 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tX6YCFbvK6 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tX6YCFbvK6 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-tX6YCFbvK6 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #e4dfd4;
}
.cid-tX6YCFbvK6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #680249;
  background-color: #192227;
}
.cid-tX6YCFbvK6 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-tX6YCFbvK6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tX6YCFbvK6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #680249;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tX6YCFbvK6 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tX6YCFbvK6 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tX6YCFbvK6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tX6YCFbvK6 .image-wrapper {
  height: 100%;
}
.cid-tX6YCFbvK6 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tX6YCFbvK6 .image-wrapper img {
    height: 350px;
  }
}
.cid-tX6YCFbvK6 .mbr-section-title {
  color: #000000;
}
.cid-tX6YCFbvK6 .panel-title-edit {
  color: #000000;
}
.cid-tX6YCFbvK6 .panel-text {
  color: #000000;
}
.cid-tX6EtnsvUR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #680249;
}
.cid-tX6EtnsvUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6EtnsvUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6EtnsvUR .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tX6EtnsvUR .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tX6EtnsvUR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tX6EtnsvUR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tX6EtnsvUR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tX6EtnsvUR .content-head {
  max-width: 800px;
}
.cid-tX6EtnsvUR .mbr-section-title {
  color: #e4dfd4;
}
.cid-tX6EtnZiwy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4c3e5;
}
.cid-tX6EtnZiwy .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-tX6EtnZiwy .copyright-section,
.cid-tX6EtnZiwy .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tX6EtnZiwy .line {
  margin: 10px 0;
  width: 100%;
}
.cid-tX6EtnZiwy .logo-section img {
  margin: 0 auto;
}
.cid-tX6EtnZiwy .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-tX6EtnZiwy .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-tX6EtnZiwy .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-tX6EtnZiwy .social-media ul li {
    margin-left: 30px;
  }
  .cid-tX6EtnZiwy .container-fluid {
    padding: 0 2rem;
  }
  .cid-tX6EtnZiwy .menu-container {
    margin-bottom: 20px;
  }
  .cid-tX6EtnZiwy .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tX6EtnZiwy .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-tX6EtnZiwy .copyright-section {
    order: 1;
  }
  .cid-tX6EtnZiwy .copyright-section hr {
    display: none;
  }
  .cid-tX6EtnZiwy .social-media {
    margin-top: 30px;
  }
  .cid-tX6EtnZiwy .social-media li:first-child {
    margin-left: 0;
  }
  .cid-tX6EtnZiwy .line {
    margin: 25px 0;
  }
  .cid-tX6EtnZiwy .mobirise-rights,
  .cid-tX6EtnZiwy .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-tX6EtnZiwy .mbr-text,
.cid-tX6EtnZiwy .copyright-section {
  color: #ffffff;
}
.cid-tX6L088w3w .navbar-dropdown {
  position: relative !important;
}
.cid-tX6L088w3w .nav-link {
  position: relative;
}
.cid-tX6L088w3w .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tX6L088w3w .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-tX6L088w3w .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-tX6L088w3w .dropdown-menu {
  padding: 0;
}
.cid-tX6L088w3w .dropdown-item:hover,
.cid-tX6L088w3w .dropdown-item:focus {
  background: #070997 !important;
  color: white !important;
}
.cid-tX6L088w3w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tX6L088w3w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tX6L088w3w .container {
  display: flex;
  margin: auto;
}
.cid-tX6L088w3w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tX6L088w3w .navbar-caption {
  padding-right: 4rem;
}
.cid-tX6L088w3w .dropdown-menu,
.cid-tX6L088w3w .navbar.opened {
  background: #680249 !important;
}
.cid-tX6L088w3w .nav-item:focus,
.cid-tX6L088w3w .nav-link:focus {
  outline: none;
}
.cid-tX6L088w3w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX6L088w3w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX6L088w3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tX6L088w3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX6L088w3w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX6L088w3w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX6L088w3w .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #680249;
}
.cid-tX6L088w3w .navbar.opened {
  transition: all .3s;
}
.cid-tX6L088w3w .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tX6L088w3w .navbar .navbar-logo img {
  width: auto;
}
.cid-tX6L088w3w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tX6L088w3w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX6L088w3w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tX6L088w3w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tX6L088w3w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX6L088w3w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX6L088w3w .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: 55%;
}
.cid-tX6L088w3w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX6L088w3w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tX6L088w3w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tX6L088w3w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX6L088w3w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX6L088w3w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX6L088w3w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tX6L088w3w .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: 55%;
  }
  .cid-tX6L088w3w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tX6L088w3w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tX6L088w3w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tX6L088w3w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tX6L088w3w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX6L088w3w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tX6L088w3w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tX6L088w3w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tX6L088w3w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tX6L088w3w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tX6L088w3w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tX6L088w3w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX6L088w3w .dropdown-item.active,
.cid-tX6L088w3w .dropdown-item:active {
  background-color: transparent;
}
.cid-tX6L088w3w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tX6L088w3w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX6L088w3w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX6L088w3w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #680249;
}
.cid-tX6L088w3w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX6L088w3w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX6L088w3w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tX6L088w3w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tX6L088w3w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tX6L088w3w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tX6L088w3w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tX6L088w3w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tX6L088w3w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tX6L088w3w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tX6L088w3w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tX6L088w3w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tX6L088w3w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tX6L088w3w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tX6L088w3w .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tX6L088w3w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tX6L088w3w .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-tX6L088w3w .navbar {
    height: 77px;
  }
  .cid-tX6L088w3w .navbar.opened {
    height: auto;
  }
  .cid-tX6L088w3w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX6L08P9Ox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4c3e5;
}
.cid-tX6L08P9Ox .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tX6L08P9Ox .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tX6L08P9Ox h5 {
  margin-bottom: 1rem;
}
.cid-tX6L08P9Ox .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tX6L08P9Ox .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tX6L08P9Ox img,
.cid-tX6L08P9Ox .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-tX6L08P9Ox .item:focus,
.cid-tX6L08P9Ox span:focus {
  outline: none;
}
.cid-tX6L08P9Ox .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tX6L08P9Ox .item {
    margin-bottom: 1rem;
  }
}
.cid-tX6L08P9Ox .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tX6L08P9Ox .mbr-section-title {
  color: #4e423d;
}
.cid-tX6L08P9Ox .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tX6L08P9Ox .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tX6L08P9Ox .mbr-text,
.cid-tX6L08P9Ox .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tX6L08P9Ox .content-head {
  max-width: 800px;
}
.cid-tX6L09kkoi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #680249;
}
.cid-tX6L09kkoi blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #f4c3e5;
}
.cid-tX6L09GMJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dfd4;
}
.cid-tX6L09GMJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L09GMJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6L09GMJZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tX6L09GMJZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tX6L09GMJZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #680249;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tX6L0a949n {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #680249;
}
.cid-tX6L0a949n .mbr-text {
  color: #fafafa;
}
.cid-tX6L0ayS9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6L0ayS9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0ayS9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6L0ayS9c .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tX6L0ayS9c .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tX6L0ayS9c .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tX6L0ayS9c .mbr-section-title {
  color: #131313;
}
.cid-tX6L0ayS9c .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tX6L0ayS9c .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tX6L0ayS9c .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tX6L0ayS9c .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #7787a5;
  box-shadow: 4px 4px 0 #7787a5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tX6L0ayS9c .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tX6L0ayS9c .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tX6L0ayS9c .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tX6L0ayS9c .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tX6L0ayS9c .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tX6L0ayS9c .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tX6L0ayS9c .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tX6L0ayS9c .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tX6L0ayS9c .content-wrap {
    margin-top: 0;
  }
}
.cid-tX6L0ayS9c .card-title {
  color: #131313;
}
.cid-tX6L0ayS9c .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tX6L0ayS9c .card-text {
    margin-top: 15px;
  }
}
.cid-tX6L0ayS9c .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tX6L0ayS9c .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tX6L0ayS9c .card-link {
    margin-top: 15px;
  }
}
.cid-tX6L0ayS9c .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tX6L0ayS9c .card-title,
.cid-tX6L0ayS9c .iconfont-wrapper {
  text-align: center;
}
.cid-tX6L0bgZIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dfd4;
}
.cid-tX6L0bgZIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0bgZIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6L0bgZIU .card-wrapper {
  background: #680249;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tX6L0bgZIU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tX6L0bgZIU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6L0bgZIU .card-wrapper {
    padding: 4rem;
  }
}
.cid-tX6L0bgZIU .mbr-text,
.cid-tX6L0bgZIU .mbr-section-btn {
  color: #fafafa;
}
.cid-tX6L0bgZIU .card-title,
.cid-tX6L0bgZIU .card-box {
  text-align: left;
  color: #fafafa;
}
.cid-tX6L0bGlFH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #680249;
}
@media (max-width: 991px) {
  .cid-tX6L0bGlFH .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tX6L0bGlFH .mbr-text {
  margin-bottom: 20.4px;
}
.cid-tX6L0bGlFH .mbr-text,
.cid-tX6L0bGlFH .mbr-section-btn {
  text-align: center;
  color: #e4dfd4;
}
.cid-tX6L0bGlFH .mbr-section-subtitle {
  color: #e4dfd4;
  text-align: center;
}
.cid-tX6L0bGlFH .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-tX6L0cfLTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #680249;
}
.cid-tX6L0cfLTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0cfLTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6L0cfLTY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tX6L0cfLTY .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tX6L0cfLTY .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tX6L0cfLTY .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tX6L0cfLTY .container {
    padding: 0 12px;
  }
}
.cid-tX6L0cfLTY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tX6L0cfLTY .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tX6L0cfLTY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tX6L0cfLTY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tX6L0cfLTY .mbr-section-title {
  color: #1D1D1F;
}
.cid-tX6L0cfLTY .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tX6L0cfLTY .mbr-section-title,
.cid-tX6L0cfLTY .mbr-section-btn {
  text-align: center;
  color: #e4dfd4;
}
.cid-tX6L0cMqgD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f4c3e5;
}
.cid-tX6L0cMqgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0cMqgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-tX6L0cMqgD .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tX6L0cMqgD P {
  max-width: 1200px;
}
.cid-tX6L0cMqgD .mbr-section-btn,
.cid-tX6L0cMqgD .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tX6L0cMqgD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX6L0cMqgD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tX6L0cMqgD .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6L0cMqgD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tX6L0cMqgD .mbr-section-title {
  color: #000000;
}
.cid-tX6L0cMqgD .mbr-text,
.cid-tX6L0cMqgD .mbr-section-btn {
  color: #000000;
}
.cid-tX6L0cMqgD .mbr-section-subtitle {
  color: #000000;
}
.cid-tX6L0dgB70 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bamboo-fencing-4-1024x768-1-1024x768.jpg");
}
.cid-tX6L0dgB70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0dgB70 .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-tX6L0dgB70 .container {
    padding: 0 20px;
  }
}
.cid-tX6L0dgB70 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tX6L0dgB70 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tX6L0dgB70 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tX6L0dgB70 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tX6L0dgB70 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6L0dgB70 .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-tX6L0dgB70 .mbr-section-title {
  color: #fafafa;
}
.cid-tX6L0dgB70 .mbr-text {
  color: #ffffff;
}
.cid-tX6L0dHQC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6L0dHQC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0dHQC8 .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-tX6L0dHQC8 .container {
    padding: 0 30px;
  }
}
.cid-tX6L0dHQC8 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tX6L0dHQC8 .row {
    margin: 0 -34px;
  }
}
.cid-tX6L0dHQC8 .title-wrapper {
  margin-bottom: 30px;
}
.cid-tX6L0dHQC8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tX6L0dHQC8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tX6L0dHQC8 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tX6L0dHQC8 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tX6L0dHQC8 .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tX6L0dHQC8 .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tX6L0dHQC8 .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tX6L0dHQC8 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tX6L0dHQC8 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tX6L0dHQC8 .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tX6L0dHQC8 .mbr-card-title {
  color: #fafafa;
  text-align: center;
}
.cid-tX6L0dHQC8 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tX6L0elguU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6L0elguU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0elguU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6L0elguU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6L0elguU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6L0elguU .container {
    padding: 0 30px;
  }
}
.cid-tX6L0elguU .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tX6L0elguU .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tX6L0elguU .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tX6L0elguU .image-wrapper img {
    height: 300px;
  }
}
.cid-tX6L0elguU .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tX6L0elguU .text-wrapper {
    margin: 0;
  }
}
.cid-tX6L0elguU .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tX6L0elguU .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tX6L0elguU .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tX6L0elguU .mbr-section-title {
  color: #ffffff;
}
.cid-tX6L0elguU .mbr-text {
  color: #000000;
}
.cid-tX6L0elguU .mbr-section-title,
.cid-tX6L0elguU .mbr-section-btn {
  color: #000000;
}
.cid-tX6L0eOuqh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4dfd4;
}
.cid-tX6L0eOuqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0eOuqh .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-tX6L0eOuqh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tX6L0eOuqh .container {
    padding: 0 12px;
  }
}
.cid-tX6L0eOuqh .row {
  justify-content: center;
}
.cid-tX6L0eOuqh .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tX6L0eOuqh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tX6L0eOuqh .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #680249;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tX6L0eOuqh .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tX6L0eOuqh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tX6L0eOuqh .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tX6L0eOuqh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tX6L0eOuqh .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tX6L0eOuqh .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tX6L0eOuqh .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-tX6L0eOuqh .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-tX6L0eOuqh .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tX6L0eOuqh .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tX6L0eOuqh .panel-title-edit {
  color: #fafafa;
}
.cid-tX6L0eOuqh .panel-text {
  color: #222222;
}
.cid-tX6L0fDQoO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6L0fDQoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0fDQoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6L0fDQoO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6L0fDQoO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6L0fDQoO .container {
    padding: 0 30px;
  }
}
.cid-tX6L0fDQoO .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tX6L0fDQoO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tX6L0fDQoO .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #e4dfd4;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tX6L0fDQoO .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tX6L0fDQoO .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tX6L0fDQoO .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tX6L0fDQoO .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tX6L0fDQoO .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tX6L0fDQoO .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tX6L0fDQoO .mbr-section-title {
  color: #ffffff;
}
.cid-tX6L0fDQoO .mbr-card-title {
  color: #2b2b2b;
}
.cid-tX6L0fDQoO .mbr-text {
  color: #000000;
}
.cid-tX6L0fDQoO .mbr-number {
  color: #FE5115;
}
.cid-tX6L0g9KUL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6L0g9KUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0g9KUL .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-tX6L0g9KUL .container {
    padding: 0 20px;
  }
}
.cid-tX6L0g9KUL .row {
  margin: 0;
}
.cid-tX6L0g9KUL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tX6L0g9KUL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tX6L0g9KUL .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tX6L0g9KUL .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tX6L0g9KUL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tX6L0g9KUL .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tX6L0g9KUL .mbr-section-title {
  color: #010101;
  text-align: center;
}
.cid-tX6L0gC7Jf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6L0gC7Jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0gC7Jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6L0gC7Jf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6L0gC7Jf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6L0gC7Jf .container {
    padding: 0 30px;
  }
}
.cid-tX6L0gC7Jf .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #e4dfd4;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tX6L0gC7Jf .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-tX6L0gC7Jf .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-tX6L0gC7Jf .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-tX6L0gC7Jf .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tX6L0gC7Jf .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6L0gC7Jf .mbr-section-title {
  color: #2b2b2b;
}
.cid-tX6L0gC7Jf .mbr-text {
  color: #000000;
}
.cid-tX71qrV2fR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX71qrV2fR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX71qrV2fR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX71qrV2fR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX71qrV2fR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tX71qrV2fR .container {
    padding: 0 16px;
  }
}
.cid-tX71qrV2fR .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tX71qrV2fR .row {
    margin: 0 10px;
  }
}
.cid-tX71qrV2fR .row .item {
  padding: 0;
}
.cid-tX71qrV2fR .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tX71qrV2fR .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tX71qrV2fR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tX71qrV2fR .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tX71qrV2fR .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tX71qrV2fR .panel-group .card:first-child {
  border-top: none;
}
.cid-tX71qrV2fR .panel-group .card:last-child {
  border-bottom: none;
}
.cid-tX71qrV2fR .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tX71qrV2fR .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tX71qrV2fR .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-tX71qrV2fR .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #e4dfd4;
}
.cid-tX71qrV2fR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #680249;
  background-color: #192227;
}
.cid-tX71qrV2fR .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-tX71qrV2fR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tX71qrV2fR .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #680249;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tX71qrV2fR .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tX71qrV2fR .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tX71qrV2fR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tX71qrV2fR .image-wrapper {
  height: 100%;
}
.cid-tX71qrV2fR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tX71qrV2fR .image-wrapper img {
    height: 350px;
  }
}
.cid-tX71qrV2fR .mbr-section-title {
  color: #000000;
}
.cid-tX71qrV2fR .panel-title-edit {
  color: #000000;
}
.cid-tX71qrV2fR .panel-text {
  color: #000000;
}
.cid-tX6L0h9zSu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #680249;
}
.cid-tX6L0h9zSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6L0h9zSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6L0h9zSu .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tX6L0h9zSu .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tX6L0h9zSu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tX6L0h9zSu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tX6L0h9zSu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tX6L0h9zSu .content-head {
  max-width: 800px;
}
.cid-tX6L0h9zSu .mbr-section-title {
  color: #e4dfd4;
}
.cid-tX6L0hIivP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4c3e5;
}
.cid-tX6L0hIivP .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-tX6L0hIivP .copyright-section,
.cid-tX6L0hIivP .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tX6L0hIivP .line {
  margin: 10px 0;
  width: 100%;
}
.cid-tX6L0hIivP .logo-section img {
  margin: 0 auto;
}
.cid-tX6L0hIivP .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-tX6L0hIivP .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-tX6L0hIivP .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-tX6L0hIivP .social-media ul li {
    margin-left: 30px;
  }
  .cid-tX6L0hIivP .container-fluid {
    padding: 0 2rem;
  }
  .cid-tX6L0hIivP .menu-container {
    margin-bottom: 20px;
  }
  .cid-tX6L0hIivP .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tX6L0hIivP .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-tX6L0hIivP .copyright-section {
    order: 1;
  }
  .cid-tX6L0hIivP .copyright-section hr {
    display: none;
  }
  .cid-tX6L0hIivP .social-media {
    margin-top: 30px;
  }
  .cid-tX6L0hIivP .social-media li:first-child {
    margin-left: 0;
  }
  .cid-tX6L0hIivP .line {
    margin: 25px 0;
  }
  .cid-tX6L0hIivP .mobirise-rights,
  .cid-tX6L0hIivP .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-tX6L0hIivP .mbr-text,
.cid-tX6L0hIivP .copyright-section {
  color: #ffffff;
}
.cid-tX6SH47rpW .navbar-dropdown {
  position: relative !important;
}
.cid-tX6SH47rpW .nav-link {
  position: relative;
}
.cid-tX6SH47rpW .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tX6SH47rpW .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-tX6SH47rpW .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-tX6SH47rpW .dropdown-menu {
  padding: 0;
}
.cid-tX6SH47rpW .dropdown-item:hover,
.cid-tX6SH47rpW .dropdown-item:focus {
  background: #070997 !important;
  color: white !important;
}
.cid-tX6SH47rpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tX6SH47rpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tX6SH47rpW .container {
  display: flex;
  margin: auto;
}
.cid-tX6SH47rpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tX6SH47rpW .navbar-caption {
  padding-right: 4rem;
}
.cid-tX6SH47rpW .dropdown-menu,
.cid-tX6SH47rpW .navbar.opened {
  background: #680249 !important;
}
.cid-tX6SH47rpW .nav-item:focus,
.cid-tX6SH47rpW .nav-link:focus {
  outline: none;
}
.cid-tX6SH47rpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX6SH47rpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX6SH47rpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tX6SH47rpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX6SH47rpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX6SH47rpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX6SH47rpW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #680249;
}
.cid-tX6SH47rpW .navbar.opened {
  transition: all .3s;
}
.cid-tX6SH47rpW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tX6SH47rpW .navbar .navbar-logo img {
  width: auto;
}
.cid-tX6SH47rpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tX6SH47rpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX6SH47rpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tX6SH47rpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tX6SH47rpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX6SH47rpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX6SH47rpW .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: 55%;
}
.cid-tX6SH47rpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX6SH47rpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tX6SH47rpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tX6SH47rpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX6SH47rpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX6SH47rpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX6SH47rpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tX6SH47rpW .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: 55%;
  }
  .cid-tX6SH47rpW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tX6SH47rpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tX6SH47rpW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tX6SH47rpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tX6SH47rpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX6SH47rpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tX6SH47rpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tX6SH47rpW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tX6SH47rpW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tX6SH47rpW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tX6SH47rpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tX6SH47rpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX6SH47rpW .dropdown-item.active,
.cid-tX6SH47rpW .dropdown-item:active {
  background-color: transparent;
}
.cid-tX6SH47rpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tX6SH47rpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX6SH47rpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX6SH47rpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #680249;
}
.cid-tX6SH47rpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX6SH47rpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX6SH47rpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tX6SH47rpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tX6SH47rpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tX6SH47rpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tX6SH47rpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tX6SH47rpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tX6SH47rpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tX6SH47rpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tX6SH47rpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tX6SH47rpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tX6SH47rpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tX6SH47rpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tX6SH47rpW .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tX6SH47rpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tX6SH47rpW .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-tX6SH47rpW .navbar {
    height: 77px;
  }
  .cid-tX6SH47rpW .navbar.opened {
    height: auto;
  }
  .cid-tX6SH47rpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX6SH57Xnm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4c3e5;
}
.cid-tX6SH57Xnm .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tX6SH57Xnm .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tX6SH57Xnm h5 {
  margin-bottom: 1rem;
}
.cid-tX6SH57Xnm .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tX6SH57Xnm .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tX6SH57Xnm img,
.cid-tX6SH57Xnm .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-tX6SH57Xnm .item:focus,
.cid-tX6SH57Xnm span:focus {
  outline: none;
}
.cid-tX6SH57Xnm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tX6SH57Xnm .item {
    margin-bottom: 1rem;
  }
}
.cid-tX6SH57Xnm .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tX6SH57Xnm .mbr-section-title {
  color: #4e423d;
}
.cid-tX6SH57Xnm .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tX6SH57Xnm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tX6SH57Xnm .mbr-text,
.cid-tX6SH57Xnm .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tX6SH57Xnm .content-head {
  max-width: 800px;
}
.cid-tX6SH600kj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #680249;
}
.cid-tX6SH600kj blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #f4c3e5;
}
.cid-tX6SH6FtWn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dfd4;
}
.cid-tX6SH6FtWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SH6FtWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6SH6FtWn ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tX6SH6FtWn li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tX6SH6FtWn ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #680249;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tX6SH7sP3J {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #680249;
}
.cid-tX6SH7sP3J .mbr-text {
  color: #fafafa;
}
.cid-tX6SH8FLlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6SH8FLlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SH8FLlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6SH8FLlA .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tX6SH8FLlA .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tX6SH8FLlA .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tX6SH8FLlA .mbr-section-title {
  color: #131313;
}
.cid-tX6SH8FLlA .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tX6SH8FLlA .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tX6SH8FLlA .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tX6SH8FLlA .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #7787a5;
  box-shadow: 4px 4px 0 #7787a5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tX6SH8FLlA .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tX6SH8FLlA .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tX6SH8FLlA .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tX6SH8FLlA .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tX6SH8FLlA .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tX6SH8FLlA .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tX6SH8FLlA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tX6SH8FLlA .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tX6SH8FLlA .content-wrap {
    margin-top: 0;
  }
}
.cid-tX6SH8FLlA .card-title {
  color: #131313;
}
.cid-tX6SH8FLlA .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tX6SH8FLlA .card-text {
    margin-top: 15px;
  }
}
.cid-tX6SH8FLlA .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tX6SH8FLlA .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tX6SH8FLlA .card-link {
    margin-top: 15px;
  }
}
.cid-tX6SH8FLlA .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tX6SH8FLlA .card-title,
.cid-tX6SH8FLlA .iconfont-wrapper {
  text-align: center;
}
.cid-tX6SH9J444 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dfd4;
}
.cid-tX6SH9J444 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SH9J444 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6SH9J444 .card-wrapper {
  background: #680249;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tX6SH9J444 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tX6SH9J444 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6SH9J444 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tX6SH9J444 .mbr-text,
.cid-tX6SH9J444 .mbr-section-btn {
  color: #fafafa;
}
.cid-tX6SH9J444 .card-title,
.cid-tX6SH9J444 .card-box {
  text-align: left;
  color: #fafafa;
}
.cid-tX6SHa5sSY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #680249;
}
@media (max-width: 991px) {
  .cid-tX6SHa5sSY .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tX6SHa5sSY .mbr-text {
  margin-bottom: 20.4px;
}
.cid-tX6SHa5sSY .mbr-text,
.cid-tX6SHa5sSY .mbr-section-btn {
  text-align: center;
  color: #e4dfd4;
}
.cid-tX6SHa5sSY .mbr-section-subtitle {
  color: #e4dfd4;
  text-align: center;
}
.cid-tX6SHa5sSY .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-tX6SHayAD4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #680249;
}
.cid-tX6SHayAD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHayAD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6SHayAD4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tX6SHayAD4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tX6SHayAD4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tX6SHayAD4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tX6SHayAD4 .container {
    padding: 0 12px;
  }
}
.cid-tX6SHayAD4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tX6SHayAD4 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tX6SHayAD4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tX6SHayAD4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tX6SHayAD4 .mbr-section-title {
  color: #1D1D1F;
}
.cid-tX6SHayAD4 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tX6SHayAD4 .mbr-section-title,
.cid-tX6SHayAD4 .mbr-section-btn {
  text-align: center;
  color: #e4dfd4;
}
.cid-tX6SHb9wxX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f4c3e5;
}
.cid-tX6SHb9wxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHb9wxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-tX6SHb9wxX .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tX6SHb9wxX P {
  max-width: 1200px;
}
.cid-tX6SHb9wxX .mbr-section-btn,
.cid-tX6SHb9wxX .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tX6SHb9wxX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX6SHb9wxX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tX6SHb9wxX .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6SHb9wxX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tX6SHb9wxX .mbr-section-title {
  color: #000000;
}
.cid-tX6SHb9wxX .mbr-text,
.cid-tX6SHb9wxX .mbr-section-btn {
  color: #000000;
}
.cid-tX6SHb9wxX .mbr-section-subtitle {
  color: #000000;
}
.cid-tX6SHbyqQZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/guardi-epos-zaun-anthrazit-3-1280x960.jpg");
}
.cid-tX6SHbyqQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHbyqQZ .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-tX6SHbyqQZ .container {
    padding: 0 20px;
  }
}
.cid-tX6SHbyqQZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tX6SHbyqQZ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tX6SHbyqQZ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tX6SHbyqQZ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tX6SHbyqQZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6SHbyqQZ .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-tX6SHbyqQZ .mbr-section-title {
  color: #fafafa;
}
.cid-tX6SHbyqQZ .mbr-text {
  color: #ffffff;
}
.cid-tX6SHc2KD4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6SHc2KD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHc2KD4 .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-tX6SHc2KD4 .container {
    padding: 0 30px;
  }
}
.cid-tX6SHc2KD4 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tX6SHc2KD4 .row {
    margin: 0 -34px;
  }
}
.cid-tX6SHc2KD4 .title-wrapper {
  margin-bottom: 30px;
}
.cid-tX6SHc2KD4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tX6SHc2KD4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tX6SHc2KD4 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tX6SHc2KD4 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tX6SHc2KD4 .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tX6SHc2KD4 .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tX6SHc2KD4 .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tX6SHc2KD4 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tX6SHc2KD4 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tX6SHc2KD4 .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tX6SHc2KD4 .mbr-card-title {
  color: #fafafa;
  text-align: center;
}
.cid-tX6SHc2KD4 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tX6SHczu8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6SHczu8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHczu8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6SHczu8X .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6SHczu8X .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6SHczu8X .container {
    padding: 0 30px;
  }
}
.cid-tX6SHczu8X .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tX6SHczu8X .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tX6SHczu8X .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tX6SHczu8X .image-wrapper img {
    height: 300px;
  }
}
.cid-tX6SHczu8X .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tX6SHczu8X .text-wrapper {
    margin: 0;
  }
}
.cid-tX6SHczu8X .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tX6SHczu8X .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tX6SHczu8X .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tX6SHczu8X .mbr-section-title {
  color: #ffffff;
}
.cid-tX6SHczu8X .mbr-text {
  color: #000000;
}
.cid-tX6SHczu8X .mbr-section-title,
.cid-tX6SHczu8X .mbr-section-btn {
  color: #000000;
}
.cid-tX6SHcZI4u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4dfd4;
}
.cid-tX6SHcZI4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHcZI4u .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-tX6SHcZI4u .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tX6SHcZI4u .container {
    padding: 0 12px;
  }
}
.cid-tX6SHcZI4u .row {
  justify-content: center;
}
.cid-tX6SHcZI4u .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tX6SHcZI4u .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tX6SHcZI4u .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #680249;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tX6SHcZI4u .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tX6SHcZI4u .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tX6SHcZI4u .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tX6SHcZI4u .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tX6SHcZI4u .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tX6SHcZI4u .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tX6SHcZI4u .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-tX6SHcZI4u .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-tX6SHcZI4u .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tX6SHcZI4u .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tX6SHcZI4u .panel-title-edit {
  color: #fafafa;
}
.cid-tX6SHcZI4u .panel-text {
  color: #222222;
}
.cid-tX6SHdEz3A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6SHdEz3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHdEz3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6SHdEz3A .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6SHdEz3A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6SHdEz3A .container {
    padding: 0 30px;
  }
}
.cid-tX6SHdEz3A .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tX6SHdEz3A .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tX6SHdEz3A .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #e4dfd4;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tX6SHdEz3A .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tX6SHdEz3A .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tX6SHdEz3A .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tX6SHdEz3A .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tX6SHdEz3A .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tX6SHdEz3A .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tX6SHdEz3A .mbr-section-title {
  color: #ffffff;
}
.cid-tX6SHdEz3A .mbr-card-title {
  color: #2b2b2b;
}
.cid-tX6SHdEz3A .mbr-text {
  color: #000000;
}
.cid-tX6SHdEz3A .mbr-number {
  color: #FE5115;
}
.cid-tX6SHe48rS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX6SHe48rS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHe48rS .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-tX6SHe48rS .container {
    padding: 0 20px;
  }
}
.cid-tX6SHe48rS .row {
  margin: 0;
}
.cid-tX6SHe48rS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tX6SHe48rS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tX6SHe48rS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tX6SHe48rS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tX6SHe48rS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tX6SHe48rS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tX6SHe48rS .mbr-section-title {
  color: #010101;
  text-align: center;
}
.cid-tX6SHezbtE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #680249;
}
.cid-tX6SHezbtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHezbtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6SHezbtE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6SHezbtE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6SHezbtE .container {
    padding: 0 30px;
  }
}
.cid-tX6SHezbtE .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #e4dfd4;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tX6SHezbtE .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-tX6SHezbtE .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-tX6SHezbtE .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-tX6SHezbtE .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tX6SHezbtE .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6SHezbtE .mbr-section-title {
  color: #2b2b2b;
}
.cid-tX6SHezbtE .mbr-text {
  color: #000000;
}
.cid-tX73DuBpQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4c3e5;
}
.cid-tX73DuBpQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX73DuBpQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX73DuBpQa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tX73DuBpQa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tX73DuBpQa .container {
    padding: 0 16px;
  }
}
.cid-tX73DuBpQa .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tX73DuBpQa .row {
    margin: 0 10px;
  }
}
.cid-tX73DuBpQa .row .item {
  padding: 0;
}
.cid-tX73DuBpQa .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tX73DuBpQa .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tX73DuBpQa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tX73DuBpQa .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tX73DuBpQa .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tX73DuBpQa .panel-group .card:first-child {
  border-top: none;
}
.cid-tX73DuBpQa .panel-group .card:last-child {
  border-bottom: none;
}
.cid-tX73DuBpQa .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tX73DuBpQa .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tX73DuBpQa .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-tX73DuBpQa .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #e4dfd4;
}
.cid-tX73DuBpQa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #680249;
  background-color: #192227;
}
.cid-tX73DuBpQa .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-tX73DuBpQa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tX73DuBpQa .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #680249;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tX73DuBpQa .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tX73DuBpQa .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tX73DuBpQa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tX73DuBpQa .image-wrapper {
  height: 100%;
}
.cid-tX73DuBpQa .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tX73DuBpQa .image-wrapper img {
    height: 350px;
  }
}
.cid-tX73DuBpQa .mbr-section-title {
  color: #000000;
}
.cid-tX73DuBpQa .panel-title-edit {
  color: #000000;
}
.cid-tX73DuBpQa .panel-text {
  color: #000000;
}
.cid-tX6SHeZGAV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #680249;
}
.cid-tX6SHeZGAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6SHeZGAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6SHeZGAV .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tX6SHeZGAV .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tX6SHeZGAV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tX6SHeZGAV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tX6SHeZGAV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tX6SHeZGAV .content-head {
  max-width: 800px;
}
.cid-tX6SHeZGAV .mbr-section-title {
  color: #e4dfd4;
}
.cid-tX6SHfApz8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4c3e5;
}
.cid-tX6SHfApz8 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-tX6SHfApz8 .copyright-section,
.cid-tX6SHfApz8 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tX6SHfApz8 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-tX6SHfApz8 .logo-section img {
  margin: 0 auto;
}
.cid-tX6SHfApz8 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-tX6SHfApz8 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-tX6SHfApz8 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-tX6SHfApz8 .social-media ul li {
    margin-left: 30px;
  }
  .cid-tX6SHfApz8 .container-fluid {
    padding: 0 2rem;
  }
  .cid-tX6SHfApz8 .menu-container {
    margin-bottom: 20px;
  }
  .cid-tX6SHfApz8 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tX6SHfApz8 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-tX6SHfApz8 .copyright-section {
    order: 1;
  }
  .cid-tX6SHfApz8 .copyright-section hr {
    display: none;
  }
  .cid-tX6SHfApz8 .social-media {
    margin-top: 30px;
  }
  .cid-tX6SHfApz8 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-tX6SHfApz8 .line {
    margin: 25px 0;
  }
  .cid-tX6SHfApz8 .mobirise-rights,
  .cid-tX6SHfApz8 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-tX6SHfApz8 .mbr-text,
.cid-tX6SHfApz8 .copyright-section {
  color: #ffffff;
}
