.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 1.6rem;
  }
}
@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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #470afa !important;
}
.bg-success {
  background-color: #d5c409 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #9fdbf8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #470afa !important;
  border-color: #470afa !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: #2e03aa !important;
  border-color: #2e03aa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2e03aa !important;
  border-color: #2e03aa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d5356 !important;
  border-color: #1d5356 !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: #071415 !important;
  border-color: #071415 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #071415 !important;
  border-color: #071415 !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: #d5c409 !important;
  border-color: #d5c409 !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: #827705 !important;
  border-color: #827705 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !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: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
  color: #0a638e !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: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !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: #470afa;
  color: #470afa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2e03aa !important;
  background-color: transparent !important;
  border-color: #2e03aa !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #470afa !important;
  border-color: #470afa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1d5356;
  color: #1d5356;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #071415 !important;
  background-color: transparent !important;
  border-color: #071415 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d5356 !important;
  border-color: #1d5356 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #d5c409;
  color: #d5c409;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #827705 !important;
  background-color: transparent !important;
  border-color: #827705 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #9fdbf8;
  color: #9fdbf8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent !important;
  border-color: #4ebdf2 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #470afa !important;
}
.text-secondary {
  color: #1d5356 !important;
}
.text-success {
  color: #d5c409 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #9fdbf8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2a039b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #03090a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #736a05 !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: #40b7f1 !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;
}
.nav-tabs .nav-link.active {
  color: #470afa;
}
.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: #9fdbf8;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #470afa;
  border-color: #470afa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #470afa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ddd2fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcf5ae;
}
.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: 'PT Sans Narrow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #470afa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #470afa;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #470afa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #470afa;
}
.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: #470afa;
  border-bottom-color: #470afa;
}
.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: #470afa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d5356 !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='%23470afa' %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-uMps7kD1rk {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-dropdown {
  background-color: #491414 !important;
  padding: 0;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #491414 !important;
  background: #491414;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMps7kD1rk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMps7kD1rk .menu_box .navbar.opened,
  .cid-uMps7kD1rk .menu_box .navbar-collapse {
    background-color: #491414 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMps7kD1rk .navbar-dropdown {
  position: relative !important;
}
.cid-uMps7kD1rk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMps7kD1rk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMps7kD1rk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMps7kD1rk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMps7kD1rk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMps7kD1rk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-body .mbr-text,
  .cid-uMps7kD1rk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMps7kD1rk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMps7kD1rk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMps7kD1rk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMps7kD1rk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMps7kD1rk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMps7kD1rk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 0 !important;
  }
}
.cid-uMps7kD1rk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMps7kD1rk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover,
.cid-uMps7kD1rk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover::before,
.cid-uMps7kD1rk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMps7kD1rk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMps7kD1rk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMps7kD1rk .offcanvas_box {
    display: none;
  }
}
.cid-uMps7kD1rk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMps7kD1rk .container {
  display: flex;
  margin: auto;
}
.cid-uMps7kD1rk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMps7kD1rk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMps7kD1rk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMps7kD1rk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .navbar-nav {
    margin: 0;
  }
}
.cid-uMps7kD1rk .dropdown-menu,
.cid-uMps7kD1rk .navbar.opened {
  background-color: false !important;
}
.cid-uMps7kD1rk .nav-item:focus,
.cid-uMps7kD1rk .nav-link:focus {
  outline: none;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMps7kD1rk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMps7kD1rk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMps7kD1rk .navbar.opened {
  transition: all 0.3s;
}
.cid-uMps7kD1rk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMps7kD1rk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMps7kD1rk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar.collapsed {
  justify-content: center;
}
.cid-uMps7kD1rk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMps7kD1rk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMps7kD1rk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMps7kD1rk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMps7kD1rk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMps7kD1rk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMps7kD1rk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMps7kD1rk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMps7kD1rk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMps7kD1rk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMps7kD1rk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMps7kD1rk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMps7kD1rk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMps7kD1rk .dropdown-item.active,
.cid-uMps7kD1rk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMps7kD1rk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMps7kD1rk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMps7kD1rk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #491414;
  background: #efebed;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMps7kD1rk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMps7kD1rk .navbar {
    height: 70px;
  }
  .cid-uMps7kD1rk .navbar.opened {
    height: auto;
  }
  .cid-uMps7kD1rk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMps7kD1rk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMps7kD1rk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMps7kD1rk .navbar-caption:hover {
  color: #470afa;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMps7kD1rk .text_widget {
  margin-bottom: 32px;
}
.cid-uMps7kD1rk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMps7kD1rk .text_widget a:hover,
.cid-uMps7kD1rk .text_widget a:focus {
  opacity: .8;
}
.cid-uMps7kD1rk .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .navbar-caption {
  color: #30262b;
}
.cid-uMps7kD1rk .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .mbr-section-subtitle,
.cid-uMps7kD1rk .text_widget,
.cid-uMps7kD1rk .mbr-section-btn {
  text-align: center;
}
.cid-uMps7kD1rk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMsb1gCZ90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uMsb1gCZ90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsb1gCZ90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsb1gCZ90 .items-wrap {
  justify-content: space-between;
}
.cid-uMsb1gCZ90 .items-wrap .card {
  justify-content: center;
}
.cid-uMsb1gCZ90 .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uMsb1gCZ90 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsb1gCZ90 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMsb1gCZ90 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsb1gCZ90 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMsb1gCZ90 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uMsb1gCZ90 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsb1gCZ90 .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsb1gCZ90 .image-wrapper img {
    height: 350px;
  }
}
.cid-uMsb1gCZ90 .mbr-desc {
  color: #000000;
}
.cid-uMsb1gCZ90 .mbr-section-title {
  color: #000000;
}
.cid-uMsb1gCZ90 .mbr-text {
  color: #000000;
}
.cid-uMsb1gCZ90 .mbr-text,
.cid-uMsb1gCZ90 .mbr-section-btn {
  color: #491414;
}
.cid-uMnRC0GMMn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #491414;
}
.cid-uMnRC0GMMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnRC0GMMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnRC0GMMn .row {
    padding: 0 24px;
  }
}
.cid-uMnRC0GMMn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnRC0GMMn .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnRC0GMMn .mbr-section-title {
  color: #005c62;
}
.cid-uMnRC0GMMn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMnRC0GMMn .mbr-section-title,
.cid-uMnRC0GMMn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMnRCj4dQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMnRCj4dQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnRCj4dQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnRCj4dQd .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMnRCj4dQd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMnRCj4dQd .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-uMnRCj4dQd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMnRCj4dQd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMnRCj4dQd .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #491414;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list,
.cid-uMq7oDBR33 .item-wrap {
  color: #ffffff;
}
.cid-uMps7kD1rk {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-dropdown {
  background-color: #491414 !important;
  padding: 0;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #491414 !important;
  background: #491414;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMps7kD1rk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMps7kD1rk .menu_box .navbar.opened,
  .cid-uMps7kD1rk .menu_box .navbar-collapse {
    background-color: #491414 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMps7kD1rk .navbar-dropdown {
  position: relative !important;
}
.cid-uMps7kD1rk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMps7kD1rk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMps7kD1rk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMps7kD1rk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMps7kD1rk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMps7kD1rk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-body .mbr-text,
  .cid-uMps7kD1rk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMps7kD1rk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMps7kD1rk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMps7kD1rk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMps7kD1rk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMps7kD1rk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMps7kD1rk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 0 !important;
  }
}
.cid-uMps7kD1rk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMps7kD1rk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover,
.cid-uMps7kD1rk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover::before,
.cid-uMps7kD1rk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMps7kD1rk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMps7kD1rk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMps7kD1rk .offcanvas_box {
    display: none;
  }
}
.cid-uMps7kD1rk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMps7kD1rk .container {
  display: flex;
  margin: auto;
}
.cid-uMps7kD1rk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMps7kD1rk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMps7kD1rk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMps7kD1rk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .navbar-nav {
    margin: 0;
  }
}
.cid-uMps7kD1rk .dropdown-menu,
.cid-uMps7kD1rk .navbar.opened {
  background-color: false !important;
}
.cid-uMps7kD1rk .nav-item:focus,
.cid-uMps7kD1rk .nav-link:focus {
  outline: none;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMps7kD1rk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMps7kD1rk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMps7kD1rk .navbar.opened {
  transition: all 0.3s;
}
.cid-uMps7kD1rk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMps7kD1rk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMps7kD1rk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar.collapsed {
  justify-content: center;
}
.cid-uMps7kD1rk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMps7kD1rk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMps7kD1rk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMps7kD1rk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMps7kD1rk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMps7kD1rk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMps7kD1rk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMps7kD1rk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMps7kD1rk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMps7kD1rk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMps7kD1rk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMps7kD1rk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMps7kD1rk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMps7kD1rk .dropdown-item.active,
.cid-uMps7kD1rk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMps7kD1rk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMps7kD1rk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMps7kD1rk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #491414;
  background: #efebed;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMps7kD1rk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMps7kD1rk .navbar {
    height: 70px;
  }
  .cid-uMps7kD1rk .navbar.opened {
    height: auto;
  }
  .cid-uMps7kD1rk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMps7kD1rk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMps7kD1rk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMps7kD1rk .navbar-caption:hover {
  color: #470afa;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMps7kD1rk .text_widget {
  margin-bottom: 32px;
}
.cid-uMps7kD1rk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMps7kD1rk .text_widget a:hover,
.cid-uMps7kD1rk .text_widget a:focus {
  opacity: .8;
}
.cid-uMps7kD1rk .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .navbar-caption {
  color: #30262b;
}
.cid-uMps7kD1rk .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .mbr-section-subtitle,
.cid-uMps7kD1rk .text_widget,
.cid-uMps7kD1rk .mbr-section-btn {
  text-align: center;
}
.cid-uMps7kD1rk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMsbgmeLiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uMsbgmeLiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsbgmeLiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsbgmeLiM .items-wrap {
  justify-content: space-between;
}
.cid-uMsbgmeLiM .items-wrap .card {
  justify-content: center;
}
.cid-uMsbgmeLiM .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uMsbgmeLiM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsbgmeLiM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMsbgmeLiM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsbgmeLiM .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMsbgmeLiM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uMsbgmeLiM .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsbgmeLiM .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsbgmeLiM .image-wrapper img {
    height: 350px;
  }
}
.cid-uMsbgmeLiM .mbr-desc {
  color: #000000;
}
.cid-uMsbgmeLiM .mbr-section-title {
  color: #000000;
}
.cid-uMsbgmeLiM .mbr-text {
  color: #000000;
}
.cid-uMnSg1ZS9U {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #491414;
}
.cid-uMnSg1ZS9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnSg1ZS9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnSg1ZS9U .row {
    padding: 0 24px;
  }
}
.cid-uMnSg1ZS9U .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnSg1ZS9U .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnSg1ZS9U .mbr-section-title {
  color: #005c62;
}
.cid-uMnSg1ZS9U .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMnSg1ZS9U .mbr-section-title,
.cid-uMnSg1ZS9U .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMnSg3aa9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ecede8;
}
.cid-uMnSg3aa9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnSg3aa9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnSg3aa9B .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMnSg3aa9B .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMnSg3aa9B .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-uMnSg3aa9B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMnSg3aa9B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMnSg3aa9B .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #491414;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list,
.cid-uMq7oDBR33 .item-wrap {
  color: #ffffff;
}
.cid-uMps7kD1rk {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-dropdown {
  background-color: #491414 !important;
  padding: 0;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #491414 !important;
  background: #491414;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMps7kD1rk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMps7kD1rk .menu_box .navbar.opened,
  .cid-uMps7kD1rk .menu_box .navbar-collapse {
    background-color: #491414 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMps7kD1rk .navbar-dropdown {
  position: relative !important;
}
.cid-uMps7kD1rk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMps7kD1rk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMps7kD1rk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMps7kD1rk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMps7kD1rk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMps7kD1rk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-body .mbr-text,
  .cid-uMps7kD1rk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMps7kD1rk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMps7kD1rk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMps7kD1rk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMps7kD1rk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMps7kD1rk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMps7kD1rk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 0 !important;
  }
}
.cid-uMps7kD1rk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMps7kD1rk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover,
.cid-uMps7kD1rk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover::before,
.cid-uMps7kD1rk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMps7kD1rk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMps7kD1rk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMps7kD1rk .offcanvas_box {
    display: none;
  }
}
.cid-uMps7kD1rk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMps7kD1rk .container {
  display: flex;
  margin: auto;
}
.cid-uMps7kD1rk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMps7kD1rk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMps7kD1rk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMps7kD1rk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .navbar-nav {
    margin: 0;
  }
}
.cid-uMps7kD1rk .dropdown-menu,
.cid-uMps7kD1rk .navbar.opened {
  background-color: false !important;
}
.cid-uMps7kD1rk .nav-item:focus,
.cid-uMps7kD1rk .nav-link:focus {
  outline: none;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMps7kD1rk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMps7kD1rk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMps7kD1rk .navbar.opened {
  transition: all 0.3s;
}
.cid-uMps7kD1rk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMps7kD1rk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMps7kD1rk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar.collapsed {
  justify-content: center;
}
.cid-uMps7kD1rk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMps7kD1rk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMps7kD1rk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMps7kD1rk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMps7kD1rk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMps7kD1rk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMps7kD1rk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMps7kD1rk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMps7kD1rk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMps7kD1rk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMps7kD1rk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMps7kD1rk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMps7kD1rk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMps7kD1rk .dropdown-item.active,
.cid-uMps7kD1rk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMps7kD1rk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMps7kD1rk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMps7kD1rk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #491414;
  background: #efebed;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMps7kD1rk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMps7kD1rk .navbar {
    height: 70px;
  }
  .cid-uMps7kD1rk .navbar.opened {
    height: auto;
  }
  .cid-uMps7kD1rk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMps7kD1rk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMps7kD1rk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMps7kD1rk .navbar-caption:hover {
  color: #470afa;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMps7kD1rk .text_widget {
  margin-bottom: 32px;
}
.cid-uMps7kD1rk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMps7kD1rk .text_widget a:hover,
.cid-uMps7kD1rk .text_widget a:focus {
  opacity: .8;
}
.cid-uMps7kD1rk .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .navbar-caption {
  color: #30262b;
}
.cid-uMps7kD1rk .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .mbr-section-subtitle,
.cid-uMps7kD1rk .text_widget,
.cid-uMps7kD1rk .mbr-section-btn {
  text-align: center;
}
.cid-uMps7kD1rk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMs2xKfMza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMs2xKfMza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMs2xKfMza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMs2xKfMza .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMs2xKfMza .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMs2xKfMza .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMs2xKfMza .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMs2xKfMza .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMs2xKfMza .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMs2xKfMza .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMs2xKfMza .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMs2xKfMza .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMs2xKfMza .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMs2xKfMza .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMs2xKfMza .mbr-section-title {
  color: #c10b02;
}
.cid-uMs2xKfMza .mbr-text,
.cid-uMs2xKfMza .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMs2xKfMza .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMs2xKfMza .mbr-section-title,
.cid-uMs2xKfMza .mbr-section-btn {
  text-align: center;
  color: #491414;
}
.cid-uMs2KK30wh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMs2KK30wh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMs2KK30wh .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMs2KK30wh .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #491414;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMs2KK30wh .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMs2KK30wh .mbr-text {
  color: #3d5943;
}
.cid-uMs31QLelB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMs3jx6I7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMs3jx6I7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMs3jx6I7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMs3jx6I7r .row {
  justify-content: space-between;
}
.cid-uMs3jx6I7r .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMs3jx6I7r .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMs3jx6I7r .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.cid-uMs3jx6I7r .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uMs3jx6I7r .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.cid-uMs3jx6I7r .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMs3jx6I7r .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMs3jx6I7r .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uMs3jx6I7r .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMs3jx6I7r .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMs3jx6I7r .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMs3jx6I7r .card-wrapper .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMs3jx6I7r .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uMs3jx6I7r .mbr-section-title {
  color: #ffffff;
}
.cid-uMs3jx6I7r .mbr-text,
.cid-uMs3jx6I7r .text-wrapper {
  color: #000000;
}
.cid-uMs3jx6I7r .mbr-section-title,
.cid-uMs3jx6I7r .mbr-section-btn {
  color: #000000;
}
.cid-uMpDtFLU72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMpDtFLU72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpDtFLU72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMpDtFLU72 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMpDtFLU72 .items-wrapper {
  margin: 0;
}
.cid-uMpDtFLU72 .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMpDtFLU72 .mbr-section-title {
  color: #093388;
}
.cid-uMpDtFLU72 .item-number {
  color: #f4f4f4;
}
.cid-uMpDtFLU72 .item-title {
  color: #093388;
}
.cid-uMpDtFLU72 .item-text {
  color: #58595b;
}
.cid-uMpDtFLU72 .item-title,
.cid-uMpDtFLU72 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMs3Aaiw1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #491414;
}
.cid-uMs3Aaiw1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMs3Aaiw1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMs3Aaiw1H .row {
  justify-content: center;
}
.cid-uMs3Aaiw1H .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uMs3Aaiw1H .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMs3Aaiw1H .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uMs3Aaiw1H .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ecede8;
}
@media (max-width: 992px) {
  .cid-uMs3Aaiw1H .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uMs3Aaiw1H .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMs3Aaiw1H .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMs3Aaiw1H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMs3Aaiw1H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMs3Aaiw1H .mbr-section-title {
  color: #ffffff;
}
.cid-uMs3Aaiw1H .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uMs3Aaiw1H .mbr-text,
.cid-uMs3Aaiw1H .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMs3Aaiw1H .mbr-section-title,
.cid-uMs3Aaiw1H .mbr-section-btn {
  text-align: center;
}
.cid-uMs46Jofvz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMs46Jofvz .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uMs46Jofvz .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMs46Jofvz .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uMs46Jofvz img,
.cid-uMs46Jofvz .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uMs46Jofvz .item:focus,
.cid-uMs46Jofvz span:focus {
  outline: none;
}
.cid-uMs46Jofvz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMs46Jofvz .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMs46Jofvz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMs46Jofvz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMs46Jofvz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMs46Jofvz .mbr-section-title {
  color: #491414;
}
.cid-uMs46Jofvz .mbr-text,
.cid-uMs46Jofvz .mbr-section-btn {
  text-align: center;
}
.cid-uMs46Jofvz .item-title {
  text-align: center;
  color: #491414;
}
.cid-uMs46Jofvz .item-subtitle {
  text-align: center;
}
.cid-uMnyr1SE3Y {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMnyr1SE3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnyr1SE3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnyr1SE3Y .row {
    padding: 0 24px;
  }
}
.cid-uMnyr1SE3Y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnyr1SE3Y .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnyr1SE3Y .mbr-section-title {
  color: #005c62;
}
.cid-uMnyr1SE3Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMnyr1SE3Y .mbr-section-title,
.cid-uMnyr1SE3Y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMpaHaXBwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpaHaXBwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpaHaXBwE .card {
  justify-content: center;
}
.cid-uMpaHaXBwE .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMpaHaXBwE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMpaHaXBwE .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMpaHaXBwE .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMpaHaXBwE .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMpaHaXBwE .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMpaHaXBwE .mbr-section-title {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-tag {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-text {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-section-title,
.cid-uMpaHaXBwE .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uMpaHaXBwE .mbr-text,
.cid-uMpaHaXBwE .text-wrapper {
  color: #000000;
}
.cid-uMs9WTqwIf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMs9WTqwIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMs9WTqwIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMs9WTqwIf .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uMs9WTqwIf .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMs9WTqwIf .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMs9WTqwIf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uMs9WTqwIf .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uMs9WTqwIf .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uMs9WTqwIf .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMs9WTqwIf .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMs9WTqwIf .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMs9WTqwIf .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uMs9WTqwIf .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uMs9WTqwIf .mbr-section-title,
.cid-uMs9WTqwIf .mbr-section-btn {
  color: #000000;
}
.cid-uMp5or1DF0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMp5or1DF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp5or1DF0 .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-uMp5or1DF0 .container {
    padding: 0 22px;
  }
}
.cid-uMp5or1DF0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMp5or1DF0 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp5or1DF0 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uMp5or1DF0 .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uMp5or1DF0 .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMp5or1DF0 .panel-group .card:hover,
.cid-uMp5or1DF0 .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uMp5or1DF0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMp5or1DF0 .panel-title-edit {
  color: #ffffff;
}
.cid-uMp5or1DF0 .panel-text {
  color: #8a8588;
}
.cid-uMq2WFVxfQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMq2WFVxfQ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uMq2WFVxfQ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uMq2WFVxfQ .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uMq2WFVxfQ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMq2WFVxfQ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMq2WFVxfQ .mbr-text {
    padding: 0;
  }
}
.cid-uMpFVrvUtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMpFVrvUtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpFVrvUtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpFVrvUtC .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMpFVrvUtC .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMpFVrvUtC .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item {
    margin-bottom: 20px;
  }
}
.cid-uMpFVrvUtC .item:hover .item-wrapper .item-img img,
.cid-uMpFVrvUtC .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMpFVrvUtC .item .item-wrapper {
  padding: 80px 60px;
  background-color: #491414;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #491414;
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMpFVrvUtC .mbr-label {
  color: #19171c;
}
.cid-uMpFVrvUtC .item-text {
  color: #6e6e73;
}
.cid-uMpFVrvUtC .mbr-label,
.cid-uMpFVrvUtC .mbr-section-btn,
.cid-uMpFVrvUtC .label-wrapper {
  color: #ffffff;
}
.cid-uMq6QwpXbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMq6QwpXbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq6QwpXbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq6QwpXbQ .video-wrapper iframe {
  width: 100%;
}
.cid-uMq6QwpXbQ .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMq6QwpXbQ .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMq6QwpXbQ .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMq6QwpXbQ .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMq6QwpXbQ .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMq6QwpXbQ .video-block .image-absolute {
    display: none;
  }
}
.cid-uMs8PWFxWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMs8PWFxWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMs8PWFxWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMs8PWFxWE .card-wrapper {
  display: flex;
  background-color: #491414;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMs8PWFxWE .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMs8PWFxWE .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMs8PWFxWE .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #491414 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uMs8PWFxWE .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMs8PWFxWE .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uMs8PWFxWE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMs8PWFxWE .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMs8PWFxWE .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uMs8PWFxWE .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMs8PWFxWE .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMs8PWFxWE .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uMs8PWFxWE .mbr-section-title {
  color: #ffffff;
}
.cid-uMs8PWFxWE .mbr-text {
  color: #ffffff;
}
.cid-toEmYvXKk0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-toEmYvXKk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmYvXKk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmYvXKk0 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-toEmYvXKk0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-toEmYvXKk0 .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-toEmYvXKk0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toEmYvXKk0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-toEmYvXKk0 .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #491414;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list,
.cid-uMq7oDBR33 .item-wrap {
  color: #ffffff;
}
.cid-uMsgjeBltz {
  background-color: transparent;
}
.cid-uMsgjeBltz .navbar-dropdown {
  background-color: #491414 !important;
  padding: 0;
}
.cid-uMsgjeBltz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #491414 !important;
  background: #491414;
}
.cid-uMsgjeBltz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMsgjeBltz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMsgjeBltz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMsgjeBltz .menu_box .navbar.opened,
  .cid-uMsgjeBltz .menu_box .navbar-collapse {
    background-color: #491414 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMsgjeBltz .navbar-dropdown {
  position: relative !important;
}
.cid-uMsgjeBltz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMsgjeBltz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMsgjeBltz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMsgjeBltz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMsgjeBltz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMsgjeBltz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMsgjeBltz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMsgjeBltz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMsgjeBltz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMsgjeBltz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMsgjeBltz .offcanvas-body .mbr-text,
  .cid-uMsgjeBltz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMsgjeBltz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMsgjeBltz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMsgjeBltz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMsgjeBltz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMsgjeBltz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMsgjeBltz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMsgjeBltz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMsgjeBltz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMsgjeBltz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMsgjeBltz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMsgjeBltz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMsgjeBltz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMsgjeBltz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMsgjeBltz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMsgjeBltz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMsgjeBltz .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMsgjeBltz .nav-item {
    margin: 0 !important;
  }
}
.cid-uMsgjeBltz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMsgjeBltz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMsgjeBltz .nav-item .nav-link:hover,
.cid-uMsgjeBltz .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMsgjeBltz .nav-item .nav-link:hover::before,
.cid-uMsgjeBltz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMsgjeBltz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMsgjeBltz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMsgjeBltz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMsgjeBltz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMsgjeBltz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMsgjeBltz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMsgjeBltz .offcanvas_box {
    display: none;
  }
}
.cid-uMsgjeBltz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMsgjeBltz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMsgjeBltz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMsgjeBltz .container {
  display: flex;
  margin: auto;
}
.cid-uMsgjeBltz .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMsgjeBltz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMsgjeBltz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMsgjeBltz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMsgjeBltz .navbar-nav {
    margin: 0;
  }
}
.cid-uMsgjeBltz .dropdown-menu,
.cid-uMsgjeBltz .navbar.opened {
  background-color: false !important;
}
.cid-uMsgjeBltz .nav-item:focus,
.cid-uMsgjeBltz .nav-link:focus {
  outline: none;
}
.cid-uMsgjeBltz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMsgjeBltz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMsgjeBltz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMsgjeBltz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMsgjeBltz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMsgjeBltz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMsgjeBltz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMsgjeBltz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMsgjeBltz .navbar.opened {
  transition: all 0.3s;
}
.cid-uMsgjeBltz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMsgjeBltz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMsgjeBltz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMsgjeBltz .navbar.collapsed {
  justify-content: center;
}
.cid-uMsgjeBltz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMsgjeBltz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMsgjeBltz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMsgjeBltz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMsgjeBltz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMsgjeBltz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMsgjeBltz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMsgjeBltz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMsgjeBltz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMsgjeBltz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMsgjeBltz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMsgjeBltz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMsgjeBltz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMsgjeBltz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMsgjeBltz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMsgjeBltz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMsgjeBltz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMsgjeBltz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMsgjeBltz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMsgjeBltz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMsgjeBltz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMsgjeBltz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMsgjeBltz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMsgjeBltz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMsgjeBltz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMsgjeBltz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMsgjeBltz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMsgjeBltz .dropdown-item.active,
.cid-uMsgjeBltz .dropdown-item:active {
  background-color: transparent;
}
.cid-uMsgjeBltz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMsgjeBltz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMsgjeBltz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMsgjeBltz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMsgjeBltz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMsgjeBltz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMsgjeBltz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #491414;
  background: #efebed;
}
.cid-uMsgjeBltz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMsgjeBltz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMsgjeBltz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsgjeBltz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsgjeBltz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMsgjeBltz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsgjeBltz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMsgjeBltz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMsgjeBltz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsgjeBltz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMsgjeBltz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMsgjeBltz .navbar {
    height: 70px;
  }
  .cid-uMsgjeBltz .navbar.opened {
    height: auto;
  }
  .cid-uMsgjeBltz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMsgjeBltz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMsgjeBltz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMsgjeBltz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMsgjeBltz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMsgjeBltz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMsgjeBltz .navbar-caption:hover {
  color: #470afa;
}
@media (min-width: 992px) {
  .cid-uMsgjeBltz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMsgjeBltz .text_widget {
  margin-bottom: 32px;
}
.cid-uMsgjeBltz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMsgjeBltz .text_widget a:hover,
.cid-uMsgjeBltz .text_widget a:focus {
  opacity: .8;
}
.cid-uMsgjeBltz .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMsgjeBltz .navbar-caption {
  color: #30262b;
}
.cid-uMsgjeBltz .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMsgjeBltz .mbr-section-subtitle,
.cid-uMsgjeBltz .text_widget,
.cid-uMsgjeBltz .mbr-section-btn {
  text-align: center;
}
.cid-uMsgjeBltz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMsgjffgyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMsgjffgyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjffgyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjffgyf .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMsgjffgyf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgjffgyf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMsgjffgyf .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjffgyf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMsgjffgyf .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgjffgyf .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMsgjffgyf .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsgjffgyf .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMsgjffgyf .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMsgjffgyf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMsgjffgyf .mbr-section-title {
  color: #c10b02;
}
.cid-uMsgjffgyf .mbr-text,
.cid-uMsgjffgyf .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMsgjffgyf .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMsgjffgyf .mbr-section-title,
.cid-uMsgjffgyf .mbr-section-btn {
  text-align: center;
  color: #491414;
}
.cid-uMsgjfJcBr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgjfJcBr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMsgjfJcBr .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMsgjfJcBr .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #491414;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMsgjfJcBr .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMsgjfJcBr .mbr-text {
  color: #3d5943;
}
.cid-uMsgjg7Gs9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMsgjgv52S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgjgv52S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjgv52S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjgv52S .row {
  justify-content: space-between;
}
.cid-uMsgjgv52S .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMsgjgv52S .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjgv52S .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.cid-uMsgjgv52S .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uMsgjgv52S .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.cid-uMsgjgv52S .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMsgjgv52S .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMsgjgv52S .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uMsgjgv52S .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMsgjgv52S .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMsgjgv52S .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMsgjgv52S .card-wrapper .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsgjgv52S .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uMsgjgv52S .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgjgv52S .mbr-text,
.cid-uMsgjgv52S .text-wrapper {
  color: #000000;
}
.cid-uMsgjgv52S .mbr-section-title,
.cid-uMsgjgv52S .mbr-section-btn {
  color: #000000;
}
.cid-uMsgjgVDVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgjgVDVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjgVDVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjgVDVi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMsgjgVDVi .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjgVDVi .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMsgjgVDVi .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMsgjgVDVi .items-wrapper {
  margin: 0;
}
.cid-uMsgjgVDVi .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMsgjgVDVi .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMsgjgVDVi .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMsgjgVDVi .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMsgjgVDVi .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMsgjgVDVi .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMsgjgVDVi .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMsgjgVDVi .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMsgjgVDVi .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMsgjgVDVi .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMsgjgVDVi .mbr-section-title {
  color: #093388;
}
.cid-uMsgjgVDVi .item-number {
  color: #f4f4f4;
}
.cid-uMsgjgVDVi .item-title {
  color: #093388;
}
.cid-uMsgjgVDVi .item-text {
  color: #58595b;
}
.cid-uMsgjgVDVi .item-title,
.cid-uMsgjgVDVi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMsgjhx9Zu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #491414;
}
.cid-uMsgjhx9Zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjhx9Zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjhx9Zu .row {
  justify-content: center;
}
.cid-uMsgjhx9Zu .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uMsgjhx9Zu .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjhx9Zu .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uMsgjhx9Zu .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ecede8;
}
@media (max-width: 992px) {
  .cid-uMsgjhx9Zu .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uMsgjhx9Zu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMsgjhx9Zu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMsgjhx9Zu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMsgjhx9Zu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMsgjhx9Zu .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgjhx9Zu .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uMsgjhx9Zu .mbr-text,
.cid-uMsgjhx9Zu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMsgjhx9Zu .mbr-section-title,
.cid-uMsgjhx9Zu .mbr-section-btn {
  text-align: center;
}
.cid-uMsgji1OKH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMsgji1OKH .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uMsgji1OKH .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMsgji1OKH .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uMsgji1OKH img,
.cid-uMsgji1OKH .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uMsgji1OKH .item:focus,
.cid-uMsgji1OKH span:focus {
  outline: none;
}
.cid-uMsgji1OKH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMsgji1OKH .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMsgji1OKH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMsgji1OKH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMsgji1OKH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMsgji1OKH .mbr-section-title {
  color: #491414;
}
.cid-uMsgji1OKH .mbr-text,
.cid-uMsgji1OKH .mbr-section-btn {
  text-align: center;
}
.cid-uMsgji1OKH .item-title {
  text-align: center;
  color: #491414;
}
.cid-uMsgji1OKH .item-subtitle {
  text-align: center;
}
.cid-uMsgjiBSNj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgjiBSNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjiBSNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMsgjiBSNj .row {
    padding: 0 24px;
  }
}
.cid-uMsgjiBSNj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMsgjiBSNj .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMsgjiBSNj .mbr-section-title {
  color: #005c62;
}
.cid-uMsgjiBSNj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMsgjiBSNj .mbr-section-title,
.cid-uMsgjiBSNj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMsgjj6VdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uMsgjj6VdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjj6VdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjj6VdW .card {
  justify-content: center;
}
.cid-uMsgjj6VdW .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgjj6VdW .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjj6VdW .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMsgjj6VdW .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMsgjj6VdW .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMsgjj6VdW .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMsgjj6VdW .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMsgjj6VdW .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgjj6VdW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgjj6VdW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgjj6VdW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMsgjj6VdW .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgjj6VdW .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjj6VdW .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMsgjj6VdW .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMsgjj6VdW .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjj6VdW .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMsgjj6VdW .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgjj6VdW .mbr-tag {
  color: #ffffff;
}
.cid-uMsgjj6VdW .mbr-text {
  color: #ffffff;
}
.cid-uMsgjj6VdW .mbr-section-title,
.cid-uMsgjj6VdW .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uMsgjj6VdW .mbr-text,
.cid-uMsgjj6VdW .text-wrapper {
  color: #000000;
}
.cid-uMsgjjIXGo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgjjIXGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjjIXGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjjIXGo .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uMsgjjIXGo .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMsgjjIXGo .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMsgjjIXGo .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uMsgjjIXGo .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uMsgjjIXGo .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uMsgjjIXGo .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgjjIXGo .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMsgjjIXGo .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMsgjjIXGo .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uMsgjjIXGo .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uMsgjjIXGo .mbr-section-title,
.cid-uMsgjjIXGo .mbr-section-btn {
  color: #000000;
}
.cid-uMsgjkcJ4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgjkcJ4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjkcJ4j .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-uMsgjkcJ4j .container {
    padding: 0 22px;
  }
}
.cid-uMsgjkcJ4j .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMsgjkcJ4j .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsgjkcJ4j .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMsgjkcJ4j .image-wrapper img {
    height: 350px;
  }
}
.cid-uMsgjkcJ4j .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uMsgjkcJ4j .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uMsgjkcJ4j .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMsgjkcJ4j .panel-group .card:hover,
.cid-uMsgjkcJ4j .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uMsgjkcJ4j .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMsgjkcJ4j .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMsgjkcJ4j .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMsgjkcJ4j .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uMsgjkcJ4j .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uMsgjkcJ4j .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMsgjkcJ4j .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMsgjkcJ4j .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMsgjkcJ4j .panel-title-edit {
  color: #ffffff;
}
.cid-uMsgjkcJ4j .panel-text {
  color: #8a8588;
}
.cid-uMsgjkV4Y3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgjkV4Y3 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uMsgjkV4Y3 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uMsgjkV4Y3 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uMsgjkV4Y3 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMsgjkV4Y3 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMsgjkV4Y3 .mbr-text {
    padding: 0;
  }
}
.cid-uMsgjltKH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgjltKH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjltKH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjltKH5 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMsgjltKH5 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMsgjltKH5 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMsgjltKH5 .item {
    margin-bottom: 20px;
  }
}
.cid-uMsgjltKH5 .item:hover .item-wrapper .item-img img,
.cid-uMsgjltKH5 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMsgjltKH5 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #491414;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMsgjltKH5 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMsgjltKH5 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMsgjltKH5 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMsgjltKH5 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMsgjltKH5 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjltKH5 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMsgjltKH5 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #491414;
}
.cid-uMsgjltKH5 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMsgjltKH5 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMsgjltKH5 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMsgjltKH5 .mbr-label {
  color: #19171c;
}
.cid-uMsgjltKH5 .item-text {
  color: #6e6e73;
}
.cid-uMsgjltKH5 .mbr-label,
.cid-uMsgjltKH5 .mbr-section-btn,
.cid-uMsgjltKH5 .label-wrapper {
  color: #ffffff;
}
.cid-uMsgjm43o4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgjm43o4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjm43o4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjm43o4 .video-wrapper iframe {
  width: 100%;
}
.cid-uMsgjm43o4 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMsgjm43o4 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMsgjm43o4 .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMsgjm43o4 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMsgjm43o4 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMsgjm43o4 .video-block .image-absolute {
    display: none;
  }
}
.cid-uMsgjmGjqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgjmGjqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjmGjqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjmGjqv .card-wrapper {
  display: flex;
  background-color: #491414;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMsgjmGjqv .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjmGjqv .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsgjmGjqv .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #491414 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uMsgjmGjqv .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMsgjmGjqv .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uMsgjmGjqv .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMsgjmGjqv .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMsgjmGjqv .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uMsgjmGjqv .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMsgjmGjqv .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMsgjmGjqv .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uMsgjmGjqv .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgjmGjqv .mbr-text {
  color: #ffffff;
}
.cid-uMszUoctHj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMszUoctHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMszUoctHj .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-uMszUoctHj .container {
    padding: 0 30px;
  }
}
.cid-uMszUoctHj .row {
  justify-content: center;
}
.cid-uMszUoctHj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMszUoctHj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMszUoctHj .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #491414;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMszUoctHj .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uMszUoctHj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMszUoctHj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMszUoctHj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMszUoctHj .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #491414;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uMszUoctHj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMszUoctHj .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uMszUoctHj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMszUoctHj .mbr-section-title {
  color: #491414;
}
.cid-uMszUoctHj .panel-title-edit {
  color: #491414;
}
.cid-uMszUoctHj .panel-text {
  color: #000000;
}
.cid-uMsgjnb93d {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMsgjnb93d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjnb93d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjnb93d .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMsgjnb93d .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMsgjnb93d .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-uMsgjnb93d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMsgjnb93d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMsgjnb93d .mbr-section-title {
  color: #000000;
}
.cid-uMsgjnQUAT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgjnQUAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgjnQUAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgjnQUAT .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgjnQUAT .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjnQUAT .content-wrapper {
    padding: 0;
  }
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper {
  background-color: #491414;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMsgjnQUAT .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgjnQUAT .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgjnQUAT .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMsgjnQUAT .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMsgjnQUAT .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMsgjnQUAT .mbr-section-title {
  color: #2C2625;
}
.cid-uMsgjnQUAT .mbr-text {
  color: #2C2625;
}
.cid-uMsgjnQUAT .list {
  color: #2C2625;
}
.cid-uMsgjnQUAT .list,
.cid-uMsgjnQUAT .item-wrap {
  color: #ffffff;
}
.cid-uMsgpiWaGk {
  background-color: transparent;
}
.cid-uMsgpiWaGk .navbar-dropdown {
  background-color: #491414 !important;
  padding: 0;
}
.cid-uMsgpiWaGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #491414 !important;
  background: #491414;
}
.cid-uMsgpiWaGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMsgpiWaGk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMsgpiWaGk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMsgpiWaGk .menu_box .navbar.opened,
  .cid-uMsgpiWaGk .menu_box .navbar-collapse {
    background-color: #491414 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMsgpiWaGk .navbar-dropdown {
  position: relative !important;
}
.cid-uMsgpiWaGk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMsgpiWaGk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMsgpiWaGk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMsgpiWaGk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMsgpiWaGk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMsgpiWaGk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMsgpiWaGk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMsgpiWaGk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMsgpiWaGk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMsgpiWaGk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMsgpiWaGk .offcanvas-body .mbr-text,
  .cid-uMsgpiWaGk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMsgpiWaGk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMsgpiWaGk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMsgpiWaGk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMsgpiWaGk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMsgpiWaGk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMsgpiWaGk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMsgpiWaGk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMsgpiWaGk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMsgpiWaGk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMsgpiWaGk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMsgpiWaGk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMsgpiWaGk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMsgpiWaGk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMsgpiWaGk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMsgpiWaGk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMsgpiWaGk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMsgpiWaGk .nav-item {
    margin: 0 !important;
  }
}
.cid-uMsgpiWaGk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMsgpiWaGk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMsgpiWaGk .nav-item .nav-link:hover,
.cid-uMsgpiWaGk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMsgpiWaGk .nav-item .nav-link:hover::before,
.cid-uMsgpiWaGk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMsgpiWaGk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMsgpiWaGk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMsgpiWaGk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMsgpiWaGk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMsgpiWaGk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMsgpiWaGk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMsgpiWaGk .offcanvas_box {
    display: none;
  }
}
.cid-uMsgpiWaGk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMsgpiWaGk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMsgpiWaGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMsgpiWaGk .container {
  display: flex;
  margin: auto;
}
.cid-uMsgpiWaGk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMsgpiWaGk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMsgpiWaGk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMsgpiWaGk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMsgpiWaGk .navbar-nav {
    margin: 0;
  }
}
.cid-uMsgpiWaGk .dropdown-menu,
.cid-uMsgpiWaGk .navbar.opened {
  background-color: false !important;
}
.cid-uMsgpiWaGk .nav-item:focus,
.cid-uMsgpiWaGk .nav-link:focus {
  outline: none;
}
.cid-uMsgpiWaGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMsgpiWaGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMsgpiWaGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMsgpiWaGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMsgpiWaGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMsgpiWaGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMsgpiWaGk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMsgpiWaGk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMsgpiWaGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uMsgpiWaGk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMsgpiWaGk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMsgpiWaGk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMsgpiWaGk .navbar.collapsed {
  justify-content: center;
}
.cid-uMsgpiWaGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMsgpiWaGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMsgpiWaGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMsgpiWaGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMsgpiWaGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMsgpiWaGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMsgpiWaGk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMsgpiWaGk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMsgpiWaGk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMsgpiWaGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMsgpiWaGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMsgpiWaGk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMsgpiWaGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMsgpiWaGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMsgpiWaGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMsgpiWaGk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMsgpiWaGk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMsgpiWaGk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMsgpiWaGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMsgpiWaGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMsgpiWaGk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMsgpiWaGk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMsgpiWaGk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMsgpiWaGk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMsgpiWaGk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMsgpiWaGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMsgpiWaGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMsgpiWaGk .dropdown-item.active,
.cid-uMsgpiWaGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMsgpiWaGk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMsgpiWaGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMsgpiWaGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMsgpiWaGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMsgpiWaGk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMsgpiWaGk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMsgpiWaGk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #491414;
  background: #efebed;
}
.cid-uMsgpiWaGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMsgpiWaGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMsgpiWaGk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsgpiWaGk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsgpiWaGk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMsgpiWaGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsgpiWaGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMsgpiWaGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMsgpiWaGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsgpiWaGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMsgpiWaGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMsgpiWaGk .navbar {
    height: 70px;
  }
  .cid-uMsgpiWaGk .navbar.opened {
    height: auto;
  }
  .cid-uMsgpiWaGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMsgpiWaGk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMsgpiWaGk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMsgpiWaGk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMsgpiWaGk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMsgpiWaGk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMsgpiWaGk .navbar-caption:hover {
  color: #470afa;
}
@media (min-width: 992px) {
  .cid-uMsgpiWaGk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMsgpiWaGk .text_widget {
  margin-bottom: 32px;
}
.cid-uMsgpiWaGk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMsgpiWaGk .text_widget a:hover,
.cid-uMsgpiWaGk .text_widget a:focus {
  opacity: .8;
}
.cid-uMsgpiWaGk .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMsgpiWaGk .navbar-caption {
  color: #30262b;
}
.cid-uMsgpiWaGk .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMsgpiWaGk .mbr-section-subtitle,
.cid-uMsgpiWaGk .text_widget,
.cid-uMsgpiWaGk .mbr-section-btn {
  text-align: center;
}
.cid-uMsgpiWaGk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMsgpkS4SW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMsgpkS4SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpkS4SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpkS4SW .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMsgpkS4SW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgpkS4SW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMsgpkS4SW .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpkS4SW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMsgpkS4SW .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgpkS4SW .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMsgpkS4SW .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsgpkS4SW .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMsgpkS4SW .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMsgpkS4SW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMsgpkS4SW .mbr-section-title {
  color: #c10b02;
}
.cid-uMsgpkS4SW .mbr-text,
.cid-uMsgpkS4SW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMsgpkS4SW .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMsgpkS4SW .mbr-section-title,
.cid-uMsgpkS4SW .mbr-section-btn {
  text-align: center;
  color: #491414;
}
.cid-uMsgplI0Rm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgplI0Rm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMsgplI0Rm .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMsgplI0Rm .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #491414;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMsgplI0Rm .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMsgplI0Rm .mbr-text {
  color: #3d5943;
}
.cid-uMsgpm9YnV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMsgpmEZqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgpmEZqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpmEZqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpmEZqs .row {
  justify-content: space-between;
}
.cid-uMsgpmEZqs .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMsgpmEZqs .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpmEZqs .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.cid-uMsgpmEZqs .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uMsgpmEZqs .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.cid-uMsgpmEZqs .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMsgpmEZqs .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMsgpmEZqs .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uMsgpmEZqs .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMsgpmEZqs .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMsgpmEZqs .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMsgpmEZqs .card-wrapper .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsgpmEZqs .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uMsgpmEZqs .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgpmEZqs .mbr-text,
.cid-uMsgpmEZqs .text-wrapper {
  color: #000000;
}
.cid-uMsgpmEZqs .mbr-section-title,
.cid-uMsgpmEZqs .mbr-section-btn {
  color: #000000;
}
.cid-uMsgpnfWRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgpnfWRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpnfWRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpnfWRA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMsgpnfWRA .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpnfWRA .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMsgpnfWRA .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMsgpnfWRA .items-wrapper {
  margin: 0;
}
.cid-uMsgpnfWRA .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMsgpnfWRA .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMsgpnfWRA .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMsgpnfWRA .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMsgpnfWRA .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMsgpnfWRA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMsgpnfWRA .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMsgpnfWRA .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMsgpnfWRA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMsgpnfWRA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMsgpnfWRA .mbr-section-title {
  color: #093388;
}
.cid-uMsgpnfWRA .item-number {
  color: #f4f4f4;
}
.cid-uMsgpnfWRA .item-title {
  color: #093388;
}
.cid-uMsgpnfWRA .item-text {
  color: #58595b;
}
.cid-uMsgpnfWRA .item-title,
.cid-uMsgpnfWRA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMsgpo5bB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #491414;
}
.cid-uMsgpo5bB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpo5bB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpo5bB7 .row {
  justify-content: center;
}
.cid-uMsgpo5bB7 .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uMsgpo5bB7 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpo5bB7 .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uMsgpo5bB7 .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ecede8;
}
@media (max-width: 992px) {
  .cid-uMsgpo5bB7 .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uMsgpo5bB7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMsgpo5bB7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMsgpo5bB7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMsgpo5bB7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMsgpo5bB7 .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgpo5bB7 .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uMsgpo5bB7 .mbr-text,
.cid-uMsgpo5bB7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMsgpo5bB7 .mbr-section-title,
.cid-uMsgpo5bB7 .mbr-section-btn {
  text-align: center;
}
.cid-uMsgpoH7A2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMsgpoH7A2 .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uMsgpoH7A2 .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMsgpoH7A2 .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uMsgpoH7A2 img,
.cid-uMsgpoH7A2 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uMsgpoH7A2 .item:focus,
.cid-uMsgpoH7A2 span:focus {
  outline: none;
}
.cid-uMsgpoH7A2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMsgpoH7A2 .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMsgpoH7A2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMsgpoH7A2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMsgpoH7A2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMsgpoH7A2 .mbr-section-title {
  color: #491414;
}
.cid-uMsgpoH7A2 .mbr-text,
.cid-uMsgpoH7A2 .mbr-section-btn {
  text-align: center;
}
.cid-uMsgpoH7A2 .item-title {
  text-align: center;
  color: #491414;
}
.cid-uMsgpoH7A2 .item-subtitle {
  text-align: center;
}
.cid-uMsgppqCOj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgppqCOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgppqCOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMsgppqCOj .row {
    padding: 0 24px;
  }
}
.cid-uMsgppqCOj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMsgppqCOj .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMsgppqCOj .mbr-section-title {
  color: #005c62;
}
.cid-uMsgppqCOj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMsgppqCOj .mbr-section-title,
.cid-uMsgppqCOj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMsgpq363l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uMsgpq363l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpq363l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpq363l .card {
  justify-content: center;
}
.cid-uMsgpq363l .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgpq363l .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpq363l .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMsgpq363l .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMsgpq363l .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMsgpq363l .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMsgpq363l .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMsgpq363l .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgpq363l .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgpq363l .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgpq363l .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMsgpq363l .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgpq363l .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpq363l .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMsgpq363l .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMsgpq363l .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpq363l .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMsgpq363l .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgpq363l .mbr-tag {
  color: #ffffff;
}
.cid-uMsgpq363l .mbr-text {
  color: #ffffff;
}
.cid-uMsgpq363l .mbr-section-title,
.cid-uMsgpq363l .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uMsgpq363l .mbr-text,
.cid-uMsgpq363l .text-wrapper {
  color: #000000;
}
.cid-uMsgpqLgCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgpqLgCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpqLgCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpqLgCH .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uMsgpqLgCH .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMsgpqLgCH .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMsgpqLgCH .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uMsgpqLgCH .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uMsgpqLgCH .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uMsgpqLgCH .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgpqLgCH .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMsgpqLgCH .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMsgpqLgCH .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uMsgpqLgCH .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uMsgpqLgCH .mbr-section-title,
.cid-uMsgpqLgCH .mbr-section-btn {
  color: #000000;
}
.cid-uMsgprpcFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgprpcFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgprpcFk .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-uMsgprpcFk .container {
    padding: 0 22px;
  }
}
.cid-uMsgprpcFk .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMsgprpcFk .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsgprpcFk .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMsgprpcFk .image-wrapper img {
    height: 350px;
  }
}
.cid-uMsgprpcFk .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uMsgprpcFk .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uMsgprpcFk .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMsgprpcFk .panel-group .card:hover,
.cid-uMsgprpcFk .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uMsgprpcFk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMsgprpcFk .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMsgprpcFk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMsgprpcFk .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uMsgprpcFk .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uMsgprpcFk .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMsgprpcFk .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMsgprpcFk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMsgprpcFk .panel-title-edit {
  color: #ffffff;
}
.cid-uMsgprpcFk .panel-text {
  color: #8a8588;
}
.cid-uMsgpsjsC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgpsjsC6 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uMsgpsjsC6 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uMsgpsjsC6 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uMsgpsjsC6 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMsgpsjsC6 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMsgpsjsC6 .mbr-text {
    padding: 0;
  }
}
.cid-uMsgpt09QO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgpt09QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpt09QO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpt09QO .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMsgpt09QO .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMsgpt09QO .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMsgpt09QO .item {
    margin-bottom: 20px;
  }
}
.cid-uMsgpt09QO .item:hover .item-wrapper .item-img img,
.cid-uMsgpt09QO .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMsgpt09QO .item .item-wrapper {
  padding: 80px 60px;
  background-color: #491414;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMsgpt09QO .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMsgpt09QO .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMsgpt09QO .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMsgpt09QO .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMsgpt09QO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpt09QO .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMsgpt09QO .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #491414;
}
.cid-uMsgpt09QO .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMsgpt09QO .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMsgpt09QO .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMsgpt09QO .mbr-label {
  color: #19171c;
}
.cid-uMsgpt09QO .item-text {
  color: #6e6e73;
}
.cid-uMsgpt09QO .mbr-label,
.cid-uMsgpt09QO .mbr-section-btn,
.cid-uMsgpt09QO .label-wrapper {
  color: #ffffff;
}
.cid-uMsgptJ1vw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgptJ1vw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgptJ1vw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgptJ1vw .video-wrapper iframe {
  width: 100%;
}
.cid-uMsgptJ1vw .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMsgptJ1vw .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMsgptJ1vw .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMsgptJ1vw .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMsgptJ1vw .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMsgptJ1vw .video-block .image-absolute {
    display: none;
  }
}
.cid-uMsgpujugJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgpujugJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpujugJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpujugJ .card-wrapper {
  display: flex;
  background-color: #491414;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMsgpujugJ .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpujugJ .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsgpujugJ .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #491414 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uMsgpujugJ .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMsgpujugJ .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uMsgpujugJ .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMsgpujugJ .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMsgpujugJ .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uMsgpujugJ .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMsgpujugJ .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMsgpujugJ .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uMsgpujugJ .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgpujugJ .mbr-text {
  color: #ffffff;
}
.cid-uMsAE0WQmy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsAE0WQmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsAE0WQmy .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-uMsAE0WQmy .container {
    padding: 0 30px;
  }
}
.cid-uMsAE0WQmy .row {
  justify-content: center;
}
.cid-uMsAE0WQmy .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMsAE0WQmy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMsAE0WQmy .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #491414;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMsAE0WQmy .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uMsAE0WQmy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMsAE0WQmy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMsAE0WQmy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMsAE0WQmy .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #491414;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uMsAE0WQmy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMsAE0WQmy .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uMsAE0WQmy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMsAE0WQmy .mbr-section-title {
  color: #491414;
}
.cid-uMsAE0WQmy .panel-title-edit {
  color: #491414;
}
.cid-uMsAE0WQmy .panel-text {
  color: #000000;
}
.cid-uMsgpuVCdC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMsgpuVCdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpuVCdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpuVCdC .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMsgpuVCdC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMsgpuVCdC .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-uMsgpuVCdC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMsgpuVCdC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMsgpuVCdC .mbr-section-title {
  color: #000000;
}
.cid-uMsgpvFVpB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgpvFVpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgpvFVpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgpvFVpB .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgpvFVpB .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpvFVpB .content-wrapper {
    padding: 0;
  }
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper {
  background-color: #491414;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMsgpvFVpB .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgpvFVpB .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgpvFVpB .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMsgpvFVpB .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMsgpvFVpB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMsgpvFVpB .mbr-section-title {
  color: #2C2625;
}
.cid-uMsgpvFVpB .mbr-text {
  color: #2C2625;
}
.cid-uMsgpvFVpB .list {
  color: #2C2625;
}
.cid-uMsgpvFVpB .list,
.cid-uMsgpvFVpB .item-wrap {
  color: #ffffff;
}
.cid-uMsgqhj6Xt {
  background-color: transparent;
}
.cid-uMsgqhj6Xt .navbar-dropdown {
  background-color: #491414 !important;
  padding: 0;
}
.cid-uMsgqhj6Xt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #491414 !important;
  background: #491414;
}
.cid-uMsgqhj6Xt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMsgqhj6Xt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMsgqhj6Xt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMsgqhj6Xt .menu_box .navbar.opened,
  .cid-uMsgqhj6Xt .menu_box .navbar-collapse {
    background-color: #491414 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMsgqhj6Xt .navbar-dropdown {
  position: relative !important;
}
.cid-uMsgqhj6Xt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMsgqhj6Xt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMsgqhj6Xt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMsgqhj6Xt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMsgqhj6Xt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMsgqhj6Xt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMsgqhj6Xt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMsgqhj6Xt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMsgqhj6Xt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMsgqhj6Xt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMsgqhj6Xt .offcanvas-body .mbr-text,
  .cid-uMsgqhj6Xt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMsgqhj6Xt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMsgqhj6Xt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMsgqhj6Xt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMsgqhj6Xt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMsgqhj6Xt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMsgqhj6Xt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMsgqhj6Xt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMsgqhj6Xt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMsgqhj6Xt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMsgqhj6Xt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMsgqhj6Xt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMsgqhj6Xt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMsgqhj6Xt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMsgqhj6Xt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMsgqhj6Xt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMsgqhj6Xt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMsgqhj6Xt .nav-item {
    margin: 0 !important;
  }
}
.cid-uMsgqhj6Xt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMsgqhj6Xt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMsgqhj6Xt .nav-item .nav-link:hover,
.cid-uMsgqhj6Xt .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMsgqhj6Xt .nav-item .nav-link:hover::before,
.cid-uMsgqhj6Xt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMsgqhj6Xt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMsgqhj6Xt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMsgqhj6Xt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMsgqhj6Xt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMsgqhj6Xt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMsgqhj6Xt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMsgqhj6Xt .offcanvas_box {
    display: none;
  }
}
.cid-uMsgqhj6Xt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMsgqhj6Xt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMsgqhj6Xt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMsgqhj6Xt .container {
  display: flex;
  margin: auto;
}
.cid-uMsgqhj6Xt .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMsgqhj6Xt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMsgqhj6Xt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMsgqhj6Xt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMsgqhj6Xt .navbar-nav {
    margin: 0;
  }
}
.cid-uMsgqhj6Xt .dropdown-menu,
.cid-uMsgqhj6Xt .navbar.opened {
  background-color: false !important;
}
.cid-uMsgqhj6Xt .nav-item:focus,
.cid-uMsgqhj6Xt .nav-link:focus {
  outline: none;
}
.cid-uMsgqhj6Xt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMsgqhj6Xt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMsgqhj6Xt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMsgqhj6Xt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMsgqhj6Xt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMsgqhj6Xt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMsgqhj6Xt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMsgqhj6Xt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMsgqhj6Xt .navbar.opened {
  transition: all 0.3s;
}
.cid-uMsgqhj6Xt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMsgqhj6Xt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMsgqhj6Xt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMsgqhj6Xt .navbar.collapsed {
  justify-content: center;
}
.cid-uMsgqhj6Xt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMsgqhj6Xt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMsgqhj6Xt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMsgqhj6Xt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMsgqhj6Xt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMsgqhj6Xt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMsgqhj6Xt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMsgqhj6Xt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMsgqhj6Xt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMsgqhj6Xt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMsgqhj6Xt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMsgqhj6Xt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMsgqhj6Xt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMsgqhj6Xt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMsgqhj6Xt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMsgqhj6Xt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMsgqhj6Xt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMsgqhj6Xt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMsgqhj6Xt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMsgqhj6Xt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMsgqhj6Xt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMsgqhj6Xt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMsgqhj6Xt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMsgqhj6Xt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMsgqhj6Xt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMsgqhj6Xt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMsgqhj6Xt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMsgqhj6Xt .dropdown-item.active,
.cid-uMsgqhj6Xt .dropdown-item:active {
  background-color: transparent;
}
.cid-uMsgqhj6Xt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMsgqhj6Xt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMsgqhj6Xt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMsgqhj6Xt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMsgqhj6Xt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMsgqhj6Xt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMsgqhj6Xt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #491414;
  background: #efebed;
}
.cid-uMsgqhj6Xt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMsgqhj6Xt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMsgqhj6Xt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsgqhj6Xt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsgqhj6Xt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMsgqhj6Xt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsgqhj6Xt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMsgqhj6Xt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMsgqhj6Xt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsgqhj6Xt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMsgqhj6Xt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMsgqhj6Xt .navbar {
    height: 70px;
  }
  .cid-uMsgqhj6Xt .navbar.opened {
    height: auto;
  }
  .cid-uMsgqhj6Xt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMsgqhj6Xt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMsgqhj6Xt .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMsgqhj6Xt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMsgqhj6Xt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMsgqhj6Xt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMsgqhj6Xt .navbar-caption:hover {
  color: #470afa;
}
@media (min-width: 992px) {
  .cid-uMsgqhj6Xt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMsgqhj6Xt .text_widget {
  margin-bottom: 32px;
}
.cid-uMsgqhj6Xt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMsgqhj6Xt .text_widget a:hover,
.cid-uMsgqhj6Xt .text_widget a:focus {
  opacity: .8;
}
.cid-uMsgqhj6Xt .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMsgqhj6Xt .navbar-caption {
  color: #30262b;
}
.cid-uMsgqhj6Xt .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMsgqhj6Xt .mbr-section-subtitle,
.cid-uMsgqhj6Xt .text_widget,
.cid-uMsgqhj6Xt .mbr-section-btn {
  text-align: center;
}
.cid-uMsgqhj6Xt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMsgqi8CGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMsgqi8CGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqi8CGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqi8CGF .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMsgqi8CGF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgqi8CGF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMsgqi8CGF .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqi8CGF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMsgqi8CGF .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgqi8CGF .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMsgqi8CGF .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsgqi8CGF .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMsgqi8CGF .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMsgqi8CGF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMsgqi8CGF .mbr-section-title {
  color: #c10b02;
}
.cid-uMsgqi8CGF .mbr-text,
.cid-uMsgqi8CGF .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMsgqi8CGF .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMsgqi8CGF .mbr-section-title,
.cid-uMsgqi8CGF .mbr-section-btn {
  text-align: center;
  color: #491414;
}
.cid-uMsgqiMZdi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgqiMZdi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMsgqiMZdi .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMsgqiMZdi .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #491414;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMsgqiMZdi .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMsgqiMZdi .mbr-text {
  color: #3d5943;
}
.cid-uMsgqjOE1c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMsgqkm6qm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgqkm6qm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqkm6qm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqkm6qm .row {
  justify-content: space-between;
}
.cid-uMsgqkm6qm .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMsgqkm6qm .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqkm6qm .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.cid-uMsgqkm6qm .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uMsgqkm6qm .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.cid-uMsgqkm6qm .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMsgqkm6qm .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMsgqkm6qm .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uMsgqkm6qm .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMsgqkm6qm .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMsgqkm6qm .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMsgqkm6qm .card-wrapper .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsgqkm6qm .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uMsgqkm6qm .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgqkm6qm .mbr-text,
.cid-uMsgqkm6qm .text-wrapper {
  color: #000000;
}
.cid-uMsgqkm6qm .mbr-section-title,
.cid-uMsgqkm6qm .mbr-section-btn {
  color: #000000;
}
.cid-uMsgql4nEl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgql4nEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgql4nEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgql4nEl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMsgql4nEl .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgql4nEl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMsgql4nEl .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMsgql4nEl .items-wrapper {
  margin: 0;
}
.cid-uMsgql4nEl .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMsgql4nEl .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMsgql4nEl .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMsgql4nEl .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMsgql4nEl .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMsgql4nEl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMsgql4nEl .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMsgql4nEl .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMsgql4nEl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMsgql4nEl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMsgql4nEl .mbr-section-title {
  color: #093388;
}
.cid-uMsgql4nEl .item-number {
  color: #f4f4f4;
}
.cid-uMsgql4nEl .item-title {
  color: #093388;
}
.cid-uMsgql4nEl .item-text {
  color: #58595b;
}
.cid-uMsgql4nEl .item-title,
.cid-uMsgql4nEl .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMsgqlPygu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #491414;
}
.cid-uMsgqlPygu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqlPygu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqlPygu .row {
  justify-content: center;
}
.cid-uMsgqlPygu .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uMsgqlPygu .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqlPygu .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uMsgqlPygu .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ecede8;
}
@media (max-width: 992px) {
  .cid-uMsgqlPygu .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uMsgqlPygu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMsgqlPygu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMsgqlPygu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMsgqlPygu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMsgqlPygu .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgqlPygu .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uMsgqlPygu .mbr-text,
.cid-uMsgqlPygu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMsgqlPygu .mbr-section-title,
.cid-uMsgqlPygu .mbr-section-btn {
  text-align: center;
}
.cid-uMsgqmqZd2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMsgqmqZd2 .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uMsgqmqZd2 .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMsgqmqZd2 .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uMsgqmqZd2 img,
.cid-uMsgqmqZd2 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uMsgqmqZd2 .item:focus,
.cid-uMsgqmqZd2 span:focus {
  outline: none;
}
.cid-uMsgqmqZd2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMsgqmqZd2 .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMsgqmqZd2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMsgqmqZd2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMsgqmqZd2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMsgqmqZd2 .mbr-section-title {
  color: #491414;
}
.cid-uMsgqmqZd2 .mbr-text,
.cid-uMsgqmqZd2 .mbr-section-btn {
  text-align: center;
}
.cid-uMsgqmqZd2 .item-title {
  text-align: center;
  color: #491414;
}
.cid-uMsgqmqZd2 .item-subtitle {
  text-align: center;
}
.cid-uMsgqnffRs {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgqnffRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqnffRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMsgqnffRs .row {
    padding: 0 24px;
  }
}
.cid-uMsgqnffRs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMsgqnffRs .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMsgqnffRs .mbr-section-title {
  color: #005c62;
}
.cid-uMsgqnffRs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMsgqnffRs .mbr-section-title,
.cid-uMsgqnffRs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMsgqnSrZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uMsgqnSrZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqnSrZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqnSrZb .card {
  justify-content: center;
}
.cid-uMsgqnSrZb .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgqnSrZb .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqnSrZb .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMsgqnSrZb .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMsgqnSrZb .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMsgqnSrZb .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMsgqnSrZb .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMsgqnSrZb .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgqnSrZb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgqnSrZb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgqnSrZb .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMsgqnSrZb .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgqnSrZb .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqnSrZb .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMsgqnSrZb .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMsgqnSrZb .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqnSrZb .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMsgqnSrZb .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgqnSrZb .mbr-tag {
  color: #ffffff;
}
.cid-uMsgqnSrZb .mbr-text {
  color: #ffffff;
}
.cid-uMsgqnSrZb .mbr-section-title,
.cid-uMsgqnSrZb .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uMsgqnSrZb .mbr-text,
.cid-uMsgqnSrZb .text-wrapper {
  color: #000000;
}
.cid-uMsgqoCgm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgqoCgm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqoCgm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqoCgm5 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uMsgqoCgm5 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMsgqoCgm5 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMsgqoCgm5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uMsgqoCgm5 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uMsgqoCgm5 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uMsgqoCgm5 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgqoCgm5 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMsgqoCgm5 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMsgqoCgm5 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uMsgqoCgm5 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uMsgqoCgm5 .mbr-section-title,
.cid-uMsgqoCgm5 .mbr-section-btn {
  color: #000000;
}
.cid-uMsgqpl01w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgqpl01w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqpl01w .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-uMsgqpl01w .container {
    padding: 0 22px;
  }
}
.cid-uMsgqpl01w .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMsgqpl01w .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsgqpl01w .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMsgqpl01w .image-wrapper img {
    height: 350px;
  }
}
.cid-uMsgqpl01w .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uMsgqpl01w .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uMsgqpl01w .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMsgqpl01w .panel-group .card:hover,
.cid-uMsgqpl01w .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uMsgqpl01w .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMsgqpl01w .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMsgqpl01w .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMsgqpl01w .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uMsgqpl01w .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uMsgqpl01w .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMsgqpl01w .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMsgqpl01w .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMsgqpl01w .panel-title-edit {
  color: #ffffff;
}
.cid-uMsgqpl01w .panel-text {
  color: #8a8588;
}
.cid-uMsgqqvOo3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgqqvOo3 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uMsgqqvOo3 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uMsgqqvOo3 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uMsgqqvOo3 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMsgqqvOo3 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMsgqqvOo3 .mbr-text {
    padding: 0;
  }
}
.cid-uMsgqr8op8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgqr8op8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqr8op8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqr8op8 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMsgqr8op8 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMsgqr8op8 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMsgqr8op8 .item {
    margin-bottom: 20px;
  }
}
.cid-uMsgqr8op8 .item:hover .item-wrapper .item-img img,
.cid-uMsgqr8op8 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMsgqr8op8 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #491414;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMsgqr8op8 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMsgqr8op8 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMsgqr8op8 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMsgqr8op8 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMsgqr8op8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqr8op8 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMsgqr8op8 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #491414;
}
.cid-uMsgqr8op8 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMsgqr8op8 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMsgqr8op8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMsgqr8op8 .mbr-label {
  color: #19171c;
}
.cid-uMsgqr8op8 .item-text {
  color: #6e6e73;
}
.cid-uMsgqr8op8 .mbr-label,
.cid-uMsgqr8op8 .mbr-section-btn,
.cid-uMsgqr8op8 .label-wrapper {
  color: #ffffff;
}
.cid-uMsgqrQeFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgqrQeFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqrQeFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqrQeFy .video-wrapper iframe {
  width: 100%;
}
.cid-uMsgqrQeFy .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMsgqrQeFy .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMsgqrQeFy .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMsgqrQeFy .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMsgqrQeFy .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMsgqrQeFy .video-block .image-absolute {
    display: none;
  }
}
.cid-uMsgqsuV4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsgqsuV4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqsuV4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqsuV4V .card-wrapper {
  display: flex;
  background-color: #491414;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMsgqsuV4V .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqsuV4V .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMsgqsuV4V .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #491414 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uMsgqsuV4V .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMsgqsuV4V .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uMsgqsuV4V .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMsgqsuV4V .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMsgqsuV4V .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uMsgqsuV4V .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMsgqsuV4V .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMsgqsuV4V .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uMsgqsuV4V .mbr-section-title {
  color: #ffffff;
}
.cid-uMsgqsuV4V .mbr-text {
  color: #ffffff;
}
.cid-uMsAZc7rOw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMsAZc7rOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsAZc7rOw .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-uMsAZc7rOw .container {
    padding: 0 30px;
  }
}
.cid-uMsAZc7rOw .row {
  justify-content: center;
}
.cid-uMsAZc7rOw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMsAZc7rOw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMsAZc7rOw .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #491414;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMsAZc7rOw .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uMsAZc7rOw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMsAZc7rOw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMsAZc7rOw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMsAZc7rOw .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #491414;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uMsAZc7rOw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMsAZc7rOw .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uMsAZc7rOw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMsAZc7rOw .mbr-section-title {
  color: #491414;
}
.cid-uMsAZc7rOw .panel-title-edit {
  color: #491414;
}
.cid-uMsAZc7rOw .panel-text {
  color: #000000;
}
.cid-uMsgqtgtsc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMsgqtgtsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqtgtsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqtgtsc .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMsgqtgtsc .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMsgqtgtsc .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-uMsgqtgtsc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMsgqtgtsc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMsgqtgtsc .mbr-section-title {
  color: #000000;
}
.cid-uMsgqtYcag {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #491414;
}
.cid-uMsgqtYcag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsgqtYcag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsgqtYcag .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMsgqtYcag .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqtYcag .content-wrapper {
    padding: 0;
  }
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper {
  background-color: #491414;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMsgqtYcag .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMsgqtYcag .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMsgqtYcag .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMsgqtYcag .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMsgqtYcag .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMsgqtYcag .mbr-section-title {
  color: #2C2625;
}
.cid-uMsgqtYcag .mbr-text {
  color: #2C2625;
}
.cid-uMsgqtYcag .list {
  color: #2C2625;
}
.cid-uMsgqtYcag .list,
.cid-uMsgqtYcag .item-wrap {
  color: #ffffff;
}
