body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7e1415 !important;
}
.bg-success {
  background-color: #7e1415 !important;
}
.bg-info {
  background-color: #7e1415 !important;
}
.bg-warning {
  background-color: #7e1415 !important;
}
.bg-danger {
  background-color: #7e1415 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !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: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !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: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !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: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7e1415 !important;
}
.text-secondary {
  color: #fff0b0 !important;
}
.text-success {
  color: #7e1415 !important;
}
.text-info {
  color: #7e1415 !important;
}
.text-warning {
  color: #7e1415 !important;
}
.text-danger {
  color: #7e1415 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #260606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffdd4a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #260606 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #260606 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #260606 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #260606 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7e1415;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7e1415;
}
.alert-warning {
  background-color: #7e1415;
}
.alert-danger {
  background-color: #7e1415;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7e1415;
  border-color: #7e1415;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7e1415;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #df3335;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #df3335;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #df3335;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #df3335;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #df3335;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #7e1415 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #7e1415;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7e1415;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7e1415;
}
.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: #7e1415;
  border-bottom-color: #7e1415;
}
.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: #7e1415 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fff0b0 !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='%237e1415' %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-uOvFYn9wcg {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOvFYn9wcg {
    min-height: 170px !important;
  }
}
.cid-uOvFYn9wcg .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOvFYn9wcg .empty_md {
    display: block;
  }
}
.cid-uOvFYn9wcg .container,
.cid-uOvFYn9wcg .container-fluid,
.cid-uOvFYn9wcg .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOvFYn9wcg .container,
  .cid-uOvFYn9wcg .container-fluid,
  .cid-uOvFYn9wcg .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOvFYn9wcg .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOvFYn9wcg .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOvFYn9wcg .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOvFYn9wcg .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOvFYn9wcg .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOvFYn9wcg .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOvFYn9wcg .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOvFYn9wcg .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOvFYn9wcg .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOvFYn9wcg .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOvFYn9wcg .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOvFYn9wcg .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOvFYn9wcg .empty,
  .cid-uOvFYn9wcg .icons-menu {
    min-width: 265px;
  }
  .cid-uOvFYn9wcg .navbar-logo {
    margin: 0;
  }
  .cid-uOvFYn9wcg .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOvFYn9wcg .btn {
    white-space: nowrap;
  }
  .cid-uOvFYn9wcg .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOvFYn9wcg .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOvFYn9wcg .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOvFYn9wcg .dropdown-toggle::after,
  .cid-uOvFYn9wcg .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOvFYn9wcg .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOvFYn9wcg .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOvFYn9wcg .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOvFYn9wcg .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOvFYn9wcg .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOvFYn9wcg .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOvFYn9wcg .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOvFYn9wcg .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOvFYn9wcg .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOvFYn9wcg .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOvFYn9wcg .nav-item:focus,
.cid-uOvFYn9wcg .nav-link:focus {
  outline: none;
}
.cid-uOvFYn9wcg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOvFYn9wcg .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOvFYn9wcg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOvFYn9wcg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOvFYn9wcg .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOvFYn9wcg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOvFYn9wcg ul.navbar-nav li {
  margin: auto;
}
.cid-uOvFYn9wcg .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOvFYn9wcg .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOvFYn9wcg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOvFYn9wcg .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOvFYn9wcg .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOvFYn9wcg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOvFYn9wcg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOvFYn9wcg .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOvFYn9wcg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOvFYn9wcg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOvFYn9wcg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOvFYn9wcg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOvFYn9wcg .navbar .icons-menu,
  .cid-uOvFYn9wcg .navbar .empty {
    display: none;
  }
  .cid-uOvFYn9wcg .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOvFYn9wcg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOvFYn9wcg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOvFYn9wcg .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOvFYn9wcg .navbar .container-fluid,
  .cid-uOvFYn9wcg .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOvFYn9wcg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOvFYn9wcg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOvFYn9wcg .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOvFYn9wcg .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOvFYn9wcg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOvFYn9wcg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOvFYn9wcg .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOvFYn9wcg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOvFYn9wcg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOvFYn9wcg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOvFYn9wcg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOvFYn9wcg .dropdown-item.active,
.cid-uOvFYn9wcg .dropdown-item:active {
  background-color: transparent;
}
.cid-uOvFYn9wcg .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOvFYn9wcg .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOvFYn9wcg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOvFYn9wcg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOvFYn9wcg .navbar-buttons {
  text-align: center;
}
.cid-uOvFYn9wcg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOvFYn9wcg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOvFYn9wcg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOvFYn9wcg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOvFYn9wcg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOvFYn9wcg .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOvFYn9wcg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOvFYn9wcg a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOvFYn9wcg .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOvFYn9wcg .navbar {
    height: 77px;
  }
  .cid-uOvFYn9wcg .navbar.opened {
    height: auto;
  }
  .cid-uOvFYn9wcg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz1f2BvSv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVz1f2BvSv .mbr-section-subtitle {
  color: #232323;
}
.cid-uVz1f2BvSv H2 {
  color: #7e1415;
  text-align: center;
}
.cid-uVz1ddJgUV {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uVz1ddJgUV .image-block {
  margin: auto;
}
.cid-uVz1ddJgUV figcaption {
  position: relative;
}
.cid-uVz1ddJgUV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uVz1ddJgUV .image-block {
    width: 100% !important;
  }
}
.cid-uVz1efhxyv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVz1efhxyv .mbr-section-subtitle {
  color: #232323;
}
.cid-uVz1efhxyv H2 {
  color: #cfa39f;
}
.cid-uVz1efhxyv .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uPrLImN1FW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPrLImN1FW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPrLImN1FW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPrLImN1FW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uPrLImN1FW .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uPrLImN1FW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uPrLImN1FW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #7e1415;
  transition: all 0.3s;
}
.cid-uPrLImN1FW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #7e1415;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uPrLImN1FW .social-row .soc-item:hover {
  background-color: #7e1415;
}
.cid-uPrLImN1FW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPrLImN1FW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uPrLImN1FW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPrLImN1FW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uPrLImN1FW .card-subtitle {
  color: #7e1415;
}
.cid-uPrLImN1FW .card-title {
  color: #7e1415;
}
.cid-uOGdQH2ObT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOGdQH2ObT img,
.cid-uOGdQH2ObT .item-img {
  width: 100%;
}
.cid-uOGdQH2ObT .item:focus,
.cid-uOGdQH2ObT span:focus {
  outline: none;
}
.cid-uOGdQH2ObT .item-wrapper {
  position: relative;
}
.cid-uOGdQH2ObT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOGdQH2ObT .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOGdQH2ObT .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uOGdQH2ObT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOGdQH2ObT .mbr-section-title {
  color: #232323;
}
.cid-uOGdQH2ObT .mbr-text,
.cid-uOGdQH2ObT .mbr-section-btn {
  text-align: left;
}
.cid-uOGdQH2ObT .item-title {
  text-align: left;
}
.cid-uOGdQH2ObT .item-subtitle {
  text-align: left;
}
.cid-uOGdQH2ObT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uOGdQH2ObT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOGdQH2ObT .embla__button--next,
.cid-uOGdQH2ObT .embla__button--prev {
  display: flex;
}
.cid-uOGdQH2ObT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uOGdQH2ObT .embla__button {
    display: none;
  }
}
.cid-uOGdQH2ObT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOGdQH2ObT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uOGdQH2ObT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOGdQH2ObT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOGdQH2ObT .embla__button {
    top: auto;
  }
}
.cid-uOGdQH2ObT .embla {
  position: relative;
  width: 100%;
}
.cid-uOGdQH2ObT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uOGdQH2ObT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOGdQH2ObT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOGdQH2ObT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOG80v7qjp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOG80v7qjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG80v7qjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG80v7qjp .video-wrapper iframe {
  width: 100%;
}
.cid-uOG80v7qjp .mbr-section-title,
.cid-uOG80v7qjp .mbr-section-subtitle,
.cid-uOG80v7qjp .mbr-text {
  text-align: center;
}
.cid-uCxfYEbQcm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCxfYEbQcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCxfYEbQcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCxfYEbQcm .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uCxfYEbQcm .bg-instagram:hover {
  background: #bd005c;
}
.cid-uCxfYEbQcm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uCxfYEbQcm [class^="socicon-"]:before,
.cid-uCxfYEbQcm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uCxfYEbQcm .mbr-section-title,
.cid-uCxfYEbQcm .social-list {
  color: #7e1415;
}
.cid-uCxgooSIHC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uCxgooSIHC .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOGeQj9Uus {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOGeQj9Uus {
    min-height: 170px !important;
  }
}
.cid-uOGeQj9Uus .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOGeQj9Uus .empty_md {
    display: block;
  }
}
.cid-uOGeQj9Uus .container,
.cid-uOGeQj9Uus .container-fluid,
.cid-uOGeQj9Uus .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOGeQj9Uus .container,
  .cid-uOGeQj9Uus .container-fluid,
  .cid-uOGeQj9Uus .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOGeQj9Uus .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOGeQj9Uus .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOGeQj9Uus .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOGeQj9Uus .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOGeQj9Uus .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOGeQj9Uus .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOGeQj9Uus .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOGeQj9Uus .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOGeQj9Uus .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOGeQj9Uus .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOGeQj9Uus .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOGeQj9Uus .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOGeQj9Uus .empty,
  .cid-uOGeQj9Uus .icons-menu {
    min-width: 265px;
  }
  .cid-uOGeQj9Uus .navbar-logo {
    margin: 0;
  }
  .cid-uOGeQj9Uus .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOGeQj9Uus .btn {
    white-space: nowrap;
  }
  .cid-uOGeQj9Uus .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOGeQj9Uus .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOGeQj9Uus .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOGeQj9Uus .dropdown-toggle::after,
  .cid-uOGeQj9Uus .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOGeQj9Uus .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOGeQj9Uus .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGeQj9Uus .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOGeQj9Uus .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGeQj9Uus .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOGeQj9Uus .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOGeQj9Uus .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOGeQj9Uus .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOGeQj9Uus .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOGeQj9Uus .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOGeQj9Uus .nav-item:focus,
.cid-uOGeQj9Uus .nav-link:focus {
  outline: none;
}
.cid-uOGeQj9Uus .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOGeQj9Uus .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOGeQj9Uus .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOGeQj9Uus .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGeQj9Uus .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOGeQj9Uus ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGeQj9Uus ul.navbar-nav li {
  margin: auto;
}
.cid-uOGeQj9Uus .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOGeQj9Uus .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOGeQj9Uus .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOGeQj9Uus .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOGeQj9Uus .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOGeQj9Uus .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGeQj9Uus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGeQj9Uus .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOGeQj9Uus .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOGeQj9Uus .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOGeQj9Uus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGeQj9Uus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOGeQj9Uus .navbar .icons-menu,
  .cid-uOGeQj9Uus .navbar .empty {
    display: none;
  }
  .cid-uOGeQj9Uus .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOGeQj9Uus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGeQj9Uus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGeQj9Uus .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOGeQj9Uus .navbar .container-fluid,
  .cid-uOGeQj9Uus .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOGeQj9Uus .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOGeQj9Uus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGeQj9Uus .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOGeQj9Uus .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOGeQj9Uus .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOGeQj9Uus .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGeQj9Uus .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOGeQj9Uus .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOGeQj9Uus .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOGeQj9Uus .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOGeQj9Uus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGeQj9Uus .dropdown-item.active,
.cid-uOGeQj9Uus .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGeQj9Uus .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGeQj9Uus .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOGeQj9Uus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOGeQj9Uus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOGeQj9Uus .navbar-buttons {
  text-align: center;
}
.cid-uOGeQj9Uus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOGeQj9Uus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGeQj9Uus nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOGeQj9Uus nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOGeQj9Uus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGeQj9Uus .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOGeQj9Uus a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGeQj9Uus a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOGeQj9Uus .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGeQj9Uus .navbar {
    height: 77px;
  }
  .cid-uOGeQj9Uus .navbar.opened {
    height: auto;
  }
  .cid-uOGeQj9Uus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP9nEJjeVU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP9nEJjeVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9nEJjeVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9nEJjeVU .text-wrap {
  width: 100%;
}
.cid-uP9nEJjeVU .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: center;
}
.cid-uP9nEJjeVU .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uP9nEJjeVU .list-wrap {
  margin-top: 52px;
}
.cid-uP9nEJjeVU .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uP9nEJjeVU .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uP9nEJjeVU .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uP9nEJjeVU .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uP9nT3V5KI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP9nT3V5KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9nT3V5KI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9nT3V5KI .text-wrap {
  width: 100%;
}
.cid-uP9nT3V5KI .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: center;
}
.cid-uP9nT3V5KI .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uP9nT3V5KI .list-wrap {
  margin-top: 52px;
}
.cid-uP9nT3V5KI .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uP9nT3V5KI .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uP9nT3V5KI .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uP9nT3V5KI .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uP9nVJfkeQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP9nVJfkeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9nVJfkeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9nVJfkeQ .text-wrap {
  width: 100%;
}
.cid-uP9nVJfkeQ .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: center;
}
.cid-uP9nVJfkeQ .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uP9nVJfkeQ .list-wrap {
  margin-top: 52px;
}
.cid-uP9nVJfkeQ .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uP9nVJfkeQ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uP9nVJfkeQ .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uP9nVJfkeQ .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPsZhIlzCE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPsZhIlzCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsZhIlzCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPsZhIlzCE .text-wrap {
  width: 100%;
}
.cid-uPsZhIlzCE .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPsZhIlzCE .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPsZhIlzCE .list-wrap {
  margin-top: 52px;
}
.cid-uPsZhIlzCE .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPsZhIlzCE .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPsZhIlzCE .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPsZhIlzCE .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGpURnL2F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGpURnL2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGpURnL2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGpURnL2F .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGpURnL2F .mbr-section-subtitle {
  text-align: left;
}
.cid-uOGuWOmUwM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOGuWOmUwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGuWOmUwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGuWOmUwM .text-wrap {
  width: 100%;
}
.cid-uOGuWOmUwM .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGuWOmUwM .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGuWOmUwM .list-wrap {
  margin-top: 52px;
}
.cid-uOGuWOmUwM .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGuWOmUwM .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGuWOmUwM .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGuWOmUwM .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGvvuX2Fu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOGvvuX2Fu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGvvuX2Fu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGvvuX2Fu .text-wrap {
  width: 100%;
}
.cid-uOGvvuX2Fu .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGvvuX2Fu .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGvvuX2Fu .list-wrap {
  margin-top: 52px;
}
.cid-uOGvvuX2Fu .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGvvuX2Fu .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGvvuX2Fu .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGvvuX2Fu .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGVbXEia3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOGVbXEia3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGVbXEia3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGVbXEia3 .text-wrap {
  width: 100%;
}
.cid-uOGVbXEia3 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGVbXEia3 .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGVbXEia3 .list-wrap {
  margin-top: 52px;
}
.cid-uOGVbXEia3 .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGVbXEia3 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGVbXEia3 .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGVbXEia3 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGvxy9nmj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOGvxy9nmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGvxy9nmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGvxy9nmj .text-wrap {
  width: 100%;
}
.cid-uOGvxy9nmj .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGvxy9nmj .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGvxy9nmj .list-wrap {
  margin-top: 52px;
}
.cid-uOGvxy9nmj .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGvxy9nmj .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGvxy9nmj .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGvxy9nmj .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGvyqleso {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOGvyqleso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGvyqleso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGvyqleso .text-wrap {
  width: 100%;
}
.cid-uOGvyqleso .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGvyqleso .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGvyqleso .list-wrap {
  margin-top: 52px;
}
.cid-uOGvyqleso .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGvyqleso .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGvyqleso .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGvyqleso .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
#custom-html-3q P {
  text-align: center;
}
.cid-uOGeQnxZoX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGeQnxZoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGeQnxZoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGeQnxZoX .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uOGeQnxZoX .bg-instagram:hover {
  background: #bd005c;
}
.cid-uOGeQnxZoX .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uOGeQnxZoX [class^="socicon-"]:before,
.cid-uOGeQnxZoX [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uOGeQnxZoX .mbr-section-title,
.cid-uOGeQnxZoX .social-list {
  color: #7e1415;
}
.cid-uOGeQodfHa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uOGeQodfHa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOGLJaAWRP {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGLJaAWRP .line {
  background-color: #858585;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOGLJaAWRP .mbr-text {
  color: #7e1415;
}
.cid-uOGwxjkJV1 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOGwxjkJV1 {
    min-height: 170px !important;
  }
}
.cid-uOGwxjkJV1 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOGwxjkJV1 .empty_md {
    display: block;
  }
}
.cid-uOGwxjkJV1 .container,
.cid-uOGwxjkJV1 .container-fluid,
.cid-uOGwxjkJV1 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOGwxjkJV1 .container,
  .cid-uOGwxjkJV1 .container-fluid,
  .cid-uOGwxjkJV1 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOGwxjkJV1 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOGwxjkJV1 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOGwxjkJV1 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOGwxjkJV1 .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOGwxjkJV1 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOGwxjkJV1 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOGwxjkJV1 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOGwxjkJV1 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOGwxjkJV1 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOGwxjkJV1 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOGwxjkJV1 .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOGwxjkJV1 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOGwxjkJV1 .empty,
  .cid-uOGwxjkJV1 .icons-menu {
    min-width: 265px;
  }
  .cid-uOGwxjkJV1 .navbar-logo {
    margin: 0;
  }
  .cid-uOGwxjkJV1 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOGwxjkJV1 .btn {
    white-space: nowrap;
  }
  .cid-uOGwxjkJV1 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOGwxjkJV1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOGwxjkJV1 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOGwxjkJV1 .dropdown-toggle::after,
  .cid-uOGwxjkJV1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOGwxjkJV1 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOGwxjkJV1 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGwxjkJV1 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOGwxjkJV1 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGwxjkJV1 .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOGwxjkJV1 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOGwxjkJV1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOGwxjkJV1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOGwxjkJV1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOGwxjkJV1 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOGwxjkJV1 .nav-item:focus,
.cid-uOGwxjkJV1 .nav-link:focus {
  outline: none;
}
.cid-uOGwxjkJV1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOGwxjkJV1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOGwxjkJV1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOGwxjkJV1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGwxjkJV1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOGwxjkJV1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGwxjkJV1 ul.navbar-nav li {
  margin: auto;
}
.cid-uOGwxjkJV1 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOGwxjkJV1 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOGwxjkJV1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOGwxjkJV1 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOGwxjkJV1 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOGwxjkJV1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGwxjkJV1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGwxjkJV1 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOGwxjkJV1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOGwxjkJV1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOGwxjkJV1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGwxjkJV1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOGwxjkJV1 .navbar .icons-menu,
  .cid-uOGwxjkJV1 .navbar .empty {
    display: none;
  }
  .cid-uOGwxjkJV1 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOGwxjkJV1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGwxjkJV1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGwxjkJV1 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOGwxjkJV1 .navbar .container-fluid,
  .cid-uOGwxjkJV1 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOGwxjkJV1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOGwxjkJV1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGwxjkJV1 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOGwxjkJV1 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOGwxjkJV1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOGwxjkJV1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGwxjkJV1 .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOGwxjkJV1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOGwxjkJV1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOGwxjkJV1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOGwxjkJV1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGwxjkJV1 .dropdown-item.active,
.cid-uOGwxjkJV1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGwxjkJV1 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGwxjkJV1 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOGwxjkJV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOGwxjkJV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOGwxjkJV1 .navbar-buttons {
  text-align: center;
}
.cid-uOGwxjkJV1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOGwxjkJV1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGwxjkJV1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOGwxjkJV1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOGwxjkJV1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGwxjkJV1 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOGwxjkJV1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGwxjkJV1 a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOGwxjkJV1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGwxjkJV1 .navbar {
    height: 77px;
  }
  .cid-uOGwxjkJV1 .navbar.opened {
    height: auto;
  }
  .cid-uOGwxjkJV1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGwxkqzFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGwxkqzFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxkqzFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxkqzFl .mbr-section-subtitle {
  text-align: left;
}
.cid-uOGwxkqzFl .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGwxl0yx5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGwxl0yx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxl0yx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxl0yx5 .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGwxl0yx5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uOGwxlWdRK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGwxlWdRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxlWdRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxlWdRK .text-wrap {
  width: 100%;
}
.cid-uOGwxlWdRK .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGwxlWdRK .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGwxlWdRK .list-wrap {
  margin-top: 52px;
}
.cid-uOGwxlWdRK .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGwxlWdRK .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGwxlWdRK .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGwxlWdRK .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGwxmnthf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGwxmnthf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxmnthf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxmnthf .text-wrap {
  width: 100%;
}
.cid-uOGwxmnthf .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGwxmnthf .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGwxmnthf .list-wrap {
  margin-top: 52px;
}
.cid-uOGwxmnthf .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGwxmnthf .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGwxmnthf .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGwxmnthf .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGwxovVcX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGwxovVcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxovVcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxovVcX .text-wrap {
  width: 100%;
}
.cid-uOGwxovVcX .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGwxovVcX .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGwxovVcX .list-wrap {
  margin-top: 52px;
}
.cid-uOGwxovVcX .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGwxovVcX .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uOGwxovVcX .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGwxovVcX .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGMLnX6VL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGMLnX6VL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGMLnX6VL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGMLnX6VL .text-wrap {
  width: 100%;
}
.cid-uOGMLnX6VL .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGMLnX6VL .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGMLnX6VL .list-wrap {
  margin-top: 52px;
}
.cid-uOGMLnX6VL .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGMLnX6VL .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGMLnX6VL .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGMLnX6VL .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGN4fCoxl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGN4fCoxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGN4fCoxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGN4fCoxl .text-wrap {
  width: 100%;
}
.cid-uOGN4fCoxl .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGN4fCoxl .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGN4fCoxl .list-wrap {
  margin-top: 52px;
}
.cid-uOGN4fCoxl .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGN4fCoxl .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGN4fCoxl .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGN4fCoxl .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGP7IHtMg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGP7IHtMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGP7IHtMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGP7IHtMg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .container {
    padding: 0;
  }
}
.cid-uOGP7IHtMg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .row {
    margin: 0;
  }
}
.cid-uOGP7IHtMg .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card {
    padding: 0 16px;
  }
}
.cid-uOGP7IHtMg .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGP7IHtMg .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGP7IHtMg .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGP7IHtMg .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGP7IHtMg .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGP7IHtMg .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGP7IHtMg .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGP7IHtMg .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGP7IHtMg .mbr-section-title {
  color: #263652;
}
.cid-uOGP7IHtMg .mbr-text {
  color: #263652;
}
.cid-uOGRiOCipo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGRiOCipo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGRiOCipo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGRiOCipo .text-wrap {
  width: 100%;
}
.cid-uOGRiOCipo .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGRiOCipo .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGRiOCipo .list-wrap {
  margin-top: 52px;
}
.cid-uOGRiOCipo .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGRiOCipo .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGRiOCipo .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGRiOCipo .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGQjJOlmY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGQjJOlmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGQjJOlmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGQjJOlmY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .container {
    padding: 0;
  }
}
.cid-uOGQjJOlmY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .row {
    margin: 0;
  }
}
.cid-uOGQjJOlmY .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card {
    padding: 0 16px;
  }
}
.cid-uOGQjJOlmY .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGQjJOlmY .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGQjJOlmY .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGQjJOlmY .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGQjJOlmY .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGQjJOlmY .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGQjJOlmY .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGQjJOlmY .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGQjJOlmY .mbr-section-title {
  color: #263652;
}
.cid-uOGQjJOlmY .mbr-text {
  color: #263652;
}
.cid-uOGQSiDGHU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGQSiDGHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGQSiDGHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGQSiDGHU .text-wrap {
  width: 100%;
}
.cid-uOGQSiDGHU .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGQSiDGHU .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGQSiDGHU .list-wrap {
  margin-top: 52px;
}
.cid-uOGQSiDGHU .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGQSiDGHU .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGQSiDGHU .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGQSiDGHU .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGRy4jhAE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGRy4jhAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGRy4jhAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGRy4jhAE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .container {
    padding: 0;
  }
}
.cid-uOGRy4jhAE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .row {
    margin: 0;
  }
}
.cid-uOGRy4jhAE .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card {
    padding: 0 16px;
  }
}
.cid-uOGRy4jhAE .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGRy4jhAE .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGRy4jhAE .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGRy4jhAE .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGRy4jhAE .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGRy4jhAE .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGRy4jhAE .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGRy4jhAE .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGRy4jhAE .mbr-section-title {
  color: #263652;
}
.cid-uOGRy4jhAE .mbr-text {
  color: #263652;
}
.cid-uOGRzUE3Ki {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGRzUE3Ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGRzUE3Ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGRzUE3Ki .text-wrap {
  width: 100%;
}
.cid-uOGRzUE3Ki .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGRzUE3Ki .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGRzUE3Ki .list-wrap {
  margin-top: 52px;
}
.cid-uOGRzUE3Ki .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGRzUE3Ki .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGRzUE3Ki .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGRzUE3Ki .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGRZcgDel {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGRZcgDel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGRZcgDel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGRZcgDel .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .container {
    padding: 0;
  }
}
.cid-uOGRZcgDel .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .row {
    margin: 0;
  }
}
.cid-uOGRZcgDel .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card {
    padding: 0 16px;
  }
}
.cid-uOGRZcgDel .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGRZcgDel .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGRZcgDel .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGRZcgDel .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGRZcgDel .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGRZcgDel .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGRZcgDel .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGRZcgDel .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGRZcgDel .mbr-section-title {
  color: #263652;
}
.cid-uOGRZcgDel .mbr-text {
  color: #263652;
}
.cid-uOGS01ccKk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGS01ccKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGS01ccKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGS01ccKk .text-wrap {
  width: 100%;
}
.cid-uOGS01ccKk .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGS01ccKk .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGS01ccKk .list-wrap {
  margin-top: 52px;
}
.cid-uOGS01ccKk .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGS01ccKk .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGS01ccKk .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGS01ccKk .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPsWppFu9l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPsWppFu9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsWppFu9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPsWppFu9l .text-wrap {
  width: 100%;
}
.cid-uPsWppFu9l .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPsWppFu9l .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPsWppFu9l .list-wrap {
  margin-top: 52px;
}
.cid-uPsWppFu9l .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPsWppFu9l .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPsWppFu9l .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPsWppFu9l .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGSlQw7aD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGSlQw7aD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGSlQw7aD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGSlQw7aD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .container {
    padding: 0;
  }
}
.cid-uOGSlQw7aD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .row {
    margin: 0;
  }
}
.cid-uOGSlQw7aD .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card {
    padding: 0 16px;
  }
}
.cid-uOGSlQw7aD .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGSlQw7aD .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGSlQw7aD .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGSlQw7aD .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGSlQw7aD .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGSlQw7aD .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGSlQw7aD .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGSlQw7aD .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGSlQw7aD .mbr-section-title {
  color: #263652;
}
.cid-uOGSlQw7aD .mbr-text {
  color: #263652;
}
.cid-uOGSmox9nv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGSmox9nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGSmox9nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGSmox9nv .text-wrap {
  width: 100%;
}
.cid-uOGSmox9nv .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGSmox9nv .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGSmox9nv .list-wrap {
  margin-top: 52px;
}
.cid-uOGSmox9nv .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGSmox9nv .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGSmox9nv .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGSmox9nv .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGSHYcu7d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGSHYcu7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGSHYcu7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGSHYcu7d .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .container {
    padding: 0;
  }
}
.cid-uOGSHYcu7d .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .row {
    margin: 0;
  }
}
.cid-uOGSHYcu7d .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card {
    padding: 0 16px;
  }
}
.cid-uOGSHYcu7d .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGSHYcu7d .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGSHYcu7d .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGSHYcu7d .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGSHYcu7d .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGSHYcu7d .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGSHYcu7d .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGSHYcu7d .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGSHYcu7d .mbr-section-title {
  color: #263652;
}
.cid-uOGSHYcu7d .mbr-text {
  color: #263652;
}
.cid-uOGSIxAosf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGSIxAosf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGSIxAosf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGSIxAosf .text-wrap {
  width: 100%;
}
.cid-uOGSIxAosf .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGSIxAosf .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGSIxAosf .list-wrap {
  margin-top: 52px;
}
.cid-uOGSIxAosf .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGSIxAosf .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGSIxAosf .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGSIxAosf .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOH2ZIOJTh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOH2ZIOJTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH2ZIOJTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH2ZIOJTh .mbr-section-title {
  color: #7e1415;
}
.cid-uOGwxpxLd5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGwxpxLd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxpxLd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxpxLd5 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uOGwxpxLd5 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uOGwxpxLd5 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uOGwxpxLd5 [class^="socicon-"]:before,
.cid-uOGwxpxLd5 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uOGwxpxLd5 .mbr-section-title,
.cid-uOGwxpxLd5 .social-list {
  color: #7e1415;
}
.cid-uOGwxq2l0g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uOGwxq2l0g .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOGXqaiLrX {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOGXqaiLrX {
    min-height: 170px !important;
  }
}
.cid-uOGXqaiLrX .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOGXqaiLrX .empty_md {
    display: block;
  }
}
.cid-uOGXqaiLrX .container,
.cid-uOGXqaiLrX .container-fluid,
.cid-uOGXqaiLrX .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOGXqaiLrX .container,
  .cid-uOGXqaiLrX .container-fluid,
  .cid-uOGXqaiLrX .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOGXqaiLrX .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOGXqaiLrX .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOGXqaiLrX .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOGXqaiLrX .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOGXqaiLrX .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOGXqaiLrX .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOGXqaiLrX .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOGXqaiLrX .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOGXqaiLrX .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOGXqaiLrX .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOGXqaiLrX .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOGXqaiLrX .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOGXqaiLrX .empty,
  .cid-uOGXqaiLrX .icons-menu {
    min-width: 265px;
  }
  .cid-uOGXqaiLrX .navbar-logo {
    margin: 0;
  }
  .cid-uOGXqaiLrX .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOGXqaiLrX .btn {
    white-space: nowrap;
  }
  .cid-uOGXqaiLrX .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOGXqaiLrX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOGXqaiLrX .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOGXqaiLrX .dropdown-toggle::after,
  .cid-uOGXqaiLrX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOGXqaiLrX .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOGXqaiLrX .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGXqaiLrX .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOGXqaiLrX .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGXqaiLrX .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOGXqaiLrX .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOGXqaiLrX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOGXqaiLrX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOGXqaiLrX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOGXqaiLrX .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOGXqaiLrX .nav-item:focus,
.cid-uOGXqaiLrX .nav-link:focus {
  outline: none;
}
.cid-uOGXqaiLrX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOGXqaiLrX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOGXqaiLrX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOGXqaiLrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGXqaiLrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOGXqaiLrX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGXqaiLrX ul.navbar-nav li {
  margin: auto;
}
.cid-uOGXqaiLrX .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOGXqaiLrX .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOGXqaiLrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOGXqaiLrX .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOGXqaiLrX .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOGXqaiLrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGXqaiLrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGXqaiLrX .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOGXqaiLrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOGXqaiLrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOGXqaiLrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGXqaiLrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOGXqaiLrX .navbar .icons-menu,
  .cid-uOGXqaiLrX .navbar .empty {
    display: none;
  }
  .cid-uOGXqaiLrX .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOGXqaiLrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGXqaiLrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGXqaiLrX .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOGXqaiLrX .navbar .container-fluid,
  .cid-uOGXqaiLrX .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOGXqaiLrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOGXqaiLrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGXqaiLrX .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOGXqaiLrX .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOGXqaiLrX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOGXqaiLrX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGXqaiLrX .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOGXqaiLrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOGXqaiLrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOGXqaiLrX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOGXqaiLrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGXqaiLrX .dropdown-item.active,
.cid-uOGXqaiLrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGXqaiLrX .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGXqaiLrX .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOGXqaiLrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOGXqaiLrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOGXqaiLrX .navbar-buttons {
  text-align: center;
}
.cid-uOGXqaiLrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOGXqaiLrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGXqaiLrX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOGXqaiLrX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOGXqaiLrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGXqaiLrX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOGXqaiLrX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGXqaiLrX a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOGXqaiLrX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGXqaiLrX .navbar {
    height: 77px;
  }
  .cid-uOGXqaiLrX .navbar.opened {
    height: auto;
  }
  .cid-uOGXqaiLrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGXqaZTta {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGXqaZTta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXqaZTta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqaZTta .mbr-section-subtitle {
  text-align: left;
}
.cid-uOGXqaZTta .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGXqdLKvR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGXqdLKvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXqdLKvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqdLKvR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .container {
    padding: 0;
  }
}
.cid-uOGXqdLKvR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .row {
    margin: 0;
  }
}
.cid-uOGXqdLKvR .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card {
    padding: 0 16px;
  }
}
.cid-uOGXqdLKvR .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGXqdLKvR .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGXqdLKvR .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGXqdLKvR .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGXqdLKvR .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGXqdLKvR .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGXqdLKvR .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGXqdLKvR .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGXqdLKvR .mbr-section-title {
  color: #263652;
}
.cid-uOGXqdLKvR .mbr-text {
  color: #263652;
}
.cid-uOGYXrdS16 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGYXrdS16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGYXrdS16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqbiHW8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGXqbiHW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXqbiHW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqbiHW8 .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGXqbiHW8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uOGXqbiHW8 .mbr-section-subtitle P {
  text-align: center;
}
.cid-uOGXqh1G8q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGXqh1G8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXqh1G8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqh1G8q .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uOGXqh1G8q .bg-instagram:hover {
  background: #bd005c;
}
.cid-uOGXqh1G8q .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uOGXqh1G8q [class^="socicon-"]:before,
.cid-uOGXqh1G8q [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uOGXqh1G8q .mbr-section-title,
.cid-uOGXqh1G8q .social-list {
  color: #7e1415;
}
.cid-uOGXqhsC6Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uOGXqhsC6Z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOH1v00Kk3 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOH1v00Kk3 {
    min-height: 170px !important;
  }
}
.cid-uOH1v00Kk3 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOH1v00Kk3 .empty_md {
    display: block;
  }
}
.cid-uOH1v00Kk3 .container,
.cid-uOH1v00Kk3 .container-fluid,
.cid-uOH1v00Kk3 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOH1v00Kk3 .container,
  .cid-uOH1v00Kk3 .container-fluid,
  .cid-uOH1v00Kk3 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOH1v00Kk3 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOH1v00Kk3 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOH1v00Kk3 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOH1v00Kk3 .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOH1v00Kk3 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOH1v00Kk3 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOH1v00Kk3 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOH1v00Kk3 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOH1v00Kk3 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOH1v00Kk3 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOH1v00Kk3 .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOH1v00Kk3 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOH1v00Kk3 .empty,
  .cid-uOH1v00Kk3 .icons-menu {
    min-width: 265px;
  }
  .cid-uOH1v00Kk3 .navbar-logo {
    margin: 0;
  }
  .cid-uOH1v00Kk3 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOH1v00Kk3 .btn {
    white-space: nowrap;
  }
  .cid-uOH1v00Kk3 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOH1v00Kk3 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOH1v00Kk3 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOH1v00Kk3 .dropdown-toggle::after,
  .cid-uOH1v00Kk3 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOH1v00Kk3 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOH1v00Kk3 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOH1v00Kk3 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOH1v00Kk3 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOH1v00Kk3 .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOH1v00Kk3 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOH1v00Kk3 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOH1v00Kk3 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOH1v00Kk3 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOH1v00Kk3 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOH1v00Kk3 .nav-item:focus,
.cid-uOH1v00Kk3 .nav-link:focus {
  outline: none;
}
.cid-uOH1v00Kk3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOH1v00Kk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOH1v00Kk3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOH1v00Kk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOH1v00Kk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOH1v00Kk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOH1v00Kk3 ul.navbar-nav li {
  margin: auto;
}
.cid-uOH1v00Kk3 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOH1v00Kk3 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOH1v00Kk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOH1v00Kk3 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOH1v00Kk3 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOH1v00Kk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOH1v00Kk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOH1v00Kk3 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOH1v00Kk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOH1v00Kk3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOH1v00Kk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOH1v00Kk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOH1v00Kk3 .navbar .icons-menu,
  .cid-uOH1v00Kk3 .navbar .empty {
    display: none;
  }
  .cid-uOH1v00Kk3 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOH1v00Kk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOH1v00Kk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOH1v00Kk3 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOH1v00Kk3 .navbar .container-fluid,
  .cid-uOH1v00Kk3 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOH1v00Kk3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOH1v00Kk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOH1v00Kk3 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOH1v00Kk3 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOH1v00Kk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOH1v00Kk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOH1v00Kk3 .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOH1v00Kk3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOH1v00Kk3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOH1v00Kk3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOH1v00Kk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOH1v00Kk3 .dropdown-item.active,
.cid-uOH1v00Kk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOH1v00Kk3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOH1v00Kk3 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOH1v00Kk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOH1v00Kk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOH1v00Kk3 .navbar-buttons {
  text-align: center;
}
.cid-uOH1v00Kk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOH1v00Kk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOH1v00Kk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOH1v00Kk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOH1v00Kk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOH1v00Kk3 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOH1v00Kk3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOH1v00Kk3 a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOH1v00Kk3 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOH1v00Kk3 .navbar {
    height: 77px;
  }
  .cid-uOH1v00Kk3 .navbar.opened {
    height: auto;
  }
  .cid-uOH1v00Kk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOH1RLN5BK {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOH1RLN5BK .line {
  background-color: #858585;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOH1RLN5BK .mbr-text {
  color: #7e1415;
}
#custom-html-3r P {
  text-align: center;
}
.cid-uP9txAb3wb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP9txAb3wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9txAb3wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9txAb3wb .text-wrap {
  width: 100%;
}
.cid-uP9txAb3wb .mbr-title {
  margin-bottom: 0;
  color: #930000;
  text-align: center;
}
.cid-uP9txAb3wb .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: center;
}
.cid-uP9txAb3wb .list-wrap {
  margin-top: 52px;
}
.cid-uP9txAb3wb .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uP9txAb3wb .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uP9txAb3wb .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uP9txAb3wb .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPfc3PUdDP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uPfc3PUdDP .image-block {
  margin: auto;
}
.cid-uPfc3PUdDP figcaption {
  position: relative;
}
.cid-uPfc3PUdDP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPfc3PUdDP .image-block {
    width: 100% !important;
  }
}
.cid-uPfc4LBdby {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPfc4LBdby .mbr-text,
.cid-uPfc4LBdby blockquote {
  color: #35323e;
}
.cid-uPfc4LBdby .mbr-text,
.cid-uPfc4LBdby blockquote P {
  text-align: center;
}
.cid-uPfd3X8DDF {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uPfd3X8DDF .image-block {
  margin: auto;
}
.cid-uPfd3X8DDF figcaption {
  position: relative;
}
.cid-uPfd3X8DDF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPfd3X8DDF .image-block {
    width: 100% !important;
  }
}
.cid-uPfcLDfaOY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPfcLDfaOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPfcLDfaOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH1v1ZJ8O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOH1v1ZJ8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH1v1ZJ8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH1v1ZJ8O .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uOH1v1ZJ8O .bg-instagram:hover {
  background: #bd005c;
}
.cid-uOH1v1ZJ8O .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uOH1v1ZJ8O [class^="socicon-"]:before,
.cid-uOH1v1ZJ8O [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uOH1v1ZJ8O .mbr-section-title,
.cid-uOH1v1ZJ8O .social-list {
  color: #7e1415;
}
.cid-uOH1v2kRw5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uOH1v2kRw5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uPmdmWZT9E {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uPmdmWZT9E {
    min-height: 170px !important;
  }
}
.cid-uPmdmWZT9E .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uPmdmWZT9E .empty_md {
    display: block;
  }
}
.cid-uPmdmWZT9E .container,
.cid-uPmdmWZT9E .container-fluid,
.cid-uPmdmWZT9E .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uPmdmWZT9E .container,
  .cid-uPmdmWZT9E .container-fluid,
  .cid-uPmdmWZT9E .empty_md {
    min-height: 170px !important;
  }
}
.cid-uPmdmWZT9E .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uPmdmWZT9E .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uPmdmWZT9E .top_menu {
    min-height: 110px !important;
  }
}
.cid-uPmdmWZT9E .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uPmdmWZT9E .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPmdmWZT9E .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uPmdmWZT9E .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uPmdmWZT9E .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uPmdmWZT9E .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uPmdmWZT9E .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uPmdmWZT9E .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uPmdmWZT9E .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uPmdmWZT9E .empty,
  .cid-uPmdmWZT9E .icons-menu {
    min-width: 265px;
  }
  .cid-uPmdmWZT9E .navbar-logo {
    margin: 0;
  }
  .cid-uPmdmWZT9E .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uPmdmWZT9E .btn {
    white-space: nowrap;
  }
  .cid-uPmdmWZT9E .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uPmdmWZT9E .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uPmdmWZT9E .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uPmdmWZT9E .dropdown-toggle::after,
  .cid-uPmdmWZT9E .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uPmdmWZT9E .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uPmdmWZT9E .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmdmWZT9E .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uPmdmWZT9E .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmdmWZT9E .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uPmdmWZT9E .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uPmdmWZT9E .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uPmdmWZT9E .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uPmdmWZT9E .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uPmdmWZT9E .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uPmdmWZT9E .nav-item:focus,
.cid-uPmdmWZT9E .nav-link:focus {
  outline: none;
}
.cid-uPmdmWZT9E .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uPmdmWZT9E .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uPmdmWZT9E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uPmdmWZT9E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPmdmWZT9E .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uPmdmWZT9E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPmdmWZT9E ul.navbar-nav li {
  margin: auto;
}
.cid-uPmdmWZT9E .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uPmdmWZT9E .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uPmdmWZT9E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uPmdmWZT9E .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uPmdmWZT9E .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uPmdmWZT9E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPmdmWZT9E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPmdmWZT9E .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uPmdmWZT9E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uPmdmWZT9E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPmdmWZT9E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPmdmWZT9E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPmdmWZT9E .navbar .icons-menu,
  .cid-uPmdmWZT9E .navbar .empty {
    display: none;
  }
  .cid-uPmdmWZT9E .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uPmdmWZT9E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPmdmWZT9E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPmdmWZT9E .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uPmdmWZT9E .navbar .container-fluid,
  .cid-uPmdmWZT9E .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uPmdmWZT9E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPmdmWZT9E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPmdmWZT9E .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uPmdmWZT9E .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uPmdmWZT9E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uPmdmWZT9E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPmdmWZT9E .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uPmdmWZT9E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPmdmWZT9E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPmdmWZT9E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPmdmWZT9E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPmdmWZT9E .dropdown-item.active,
.cid-uPmdmWZT9E .dropdown-item:active {
  background-color: transparent;
}
.cid-uPmdmWZT9E .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPmdmWZT9E .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uPmdmWZT9E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uPmdmWZT9E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uPmdmWZT9E .navbar-buttons {
  text-align: center;
}
.cid-uPmdmWZT9E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPmdmWZT9E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPmdmWZT9E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPmdmWZT9E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmdmWZT9E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmdmWZT9E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPmdmWZT9E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmdmWZT9E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPmdmWZT9E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPmdmWZT9E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmdmWZT9E .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uPmdmWZT9E a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmdmWZT9E a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uPmdmWZT9E .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPmdmWZT9E .navbar {
    height: 77px;
  }
  .cid-uPmdmWZT9E .navbar.opened {
    height: auto;
  }
  .cid-uPmdmWZT9E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPmdmXuUAg {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmdmXuUAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmdmXuUAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmdmXuUAg .mbr-section-subtitle {
  text-align: left;
}
.cid-uPmdmXuUAg .mbr-section-title {
  text-align: center;
  color: #7e1415;
}
.cid-uPmdmXuUAg .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uPmdmYwytv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmdmYwytv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmdmYwytv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmdmYwytv .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uPmdmYwytv .bg-instagram:hover {
  background: #bd005c;
}
.cid-uPmdmYwytv .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPmdmYwytv [class^="socicon-"]:before,
.cid-uPmdmYwytv [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uPmdmYwytv .mbr-section-title,
.cid-uPmdmYwytv .social-list {
  color: #7e1415;
}
.cid-uPmdmYTyeY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uPmdmYTyeY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uPmhyLUyZN {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uPmhyLUyZN {
    min-height: 170px !important;
  }
}
.cid-uPmhyLUyZN .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uPmhyLUyZN .empty_md {
    display: block;
  }
}
.cid-uPmhyLUyZN .container,
.cid-uPmhyLUyZN .container-fluid,
.cid-uPmhyLUyZN .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uPmhyLUyZN .container,
  .cid-uPmhyLUyZN .container-fluid,
  .cid-uPmhyLUyZN .empty_md {
    min-height: 170px !important;
  }
}
.cid-uPmhyLUyZN .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uPmhyLUyZN .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uPmhyLUyZN .top_menu {
    min-height: 110px !important;
  }
}
.cid-uPmhyLUyZN .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uPmhyLUyZN .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPmhyLUyZN .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uPmhyLUyZN .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uPmhyLUyZN .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uPmhyLUyZN .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uPmhyLUyZN .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uPmhyLUyZN .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uPmhyLUyZN .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uPmhyLUyZN .empty,
  .cid-uPmhyLUyZN .icons-menu {
    min-width: 265px;
  }
  .cid-uPmhyLUyZN .navbar-logo {
    margin: 0;
  }
  .cid-uPmhyLUyZN .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uPmhyLUyZN .btn {
    white-space: nowrap;
  }
  .cid-uPmhyLUyZN .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uPmhyLUyZN .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uPmhyLUyZN .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uPmhyLUyZN .dropdown-toggle::after,
  .cid-uPmhyLUyZN .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uPmhyLUyZN .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uPmhyLUyZN .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmhyLUyZN .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uPmhyLUyZN .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmhyLUyZN .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uPmhyLUyZN .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uPmhyLUyZN .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uPmhyLUyZN .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uPmhyLUyZN .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uPmhyLUyZN .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uPmhyLUyZN .nav-item:focus,
.cid-uPmhyLUyZN .nav-link:focus {
  outline: none;
}
.cid-uPmhyLUyZN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uPmhyLUyZN .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uPmhyLUyZN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uPmhyLUyZN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPmhyLUyZN .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uPmhyLUyZN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPmhyLUyZN ul.navbar-nav li {
  margin: auto;
}
.cid-uPmhyLUyZN .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uPmhyLUyZN .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uPmhyLUyZN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uPmhyLUyZN .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uPmhyLUyZN .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uPmhyLUyZN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPmhyLUyZN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPmhyLUyZN .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uPmhyLUyZN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uPmhyLUyZN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPmhyLUyZN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPmhyLUyZN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPmhyLUyZN .navbar .icons-menu,
  .cid-uPmhyLUyZN .navbar .empty {
    display: none;
  }
  .cid-uPmhyLUyZN .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uPmhyLUyZN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPmhyLUyZN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPmhyLUyZN .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uPmhyLUyZN .navbar .container-fluid,
  .cid-uPmhyLUyZN .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uPmhyLUyZN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPmhyLUyZN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPmhyLUyZN .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uPmhyLUyZN .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uPmhyLUyZN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uPmhyLUyZN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPmhyLUyZN .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uPmhyLUyZN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPmhyLUyZN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPmhyLUyZN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPmhyLUyZN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPmhyLUyZN .dropdown-item.active,
.cid-uPmhyLUyZN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPmhyLUyZN .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPmhyLUyZN .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uPmhyLUyZN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uPmhyLUyZN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uPmhyLUyZN .navbar-buttons {
  text-align: center;
}
.cid-uPmhyLUyZN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPmhyLUyZN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPmhyLUyZN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPmhyLUyZN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmhyLUyZN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmhyLUyZN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPmhyLUyZN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmhyLUyZN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPmhyLUyZN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPmhyLUyZN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmhyLUyZN .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uPmhyLUyZN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmhyLUyZN a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uPmhyLUyZN .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPmhyLUyZN .navbar {
    height: 77px;
  }
  .cid-uPmhyLUyZN .navbar.opened {
    height: auto;
  }
  .cid-uPmhyLUyZN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPmhyMODHN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPmhyMODHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmhyMODHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmhyMODHN .mbr-section-subtitle {
  text-align: left;
}
.cid-uPmhyMODHN .mbr-section-title {
  text-align: center;
  color: #7e1415;
}
.cid-uPmhyMODHN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uPmhyN464c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmhyN464c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmhyN464c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmhyN464c .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uPmhyN464c .bg-instagram:hover {
  background: #bd005c;
}
.cid-uPmhyN464c .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPmhyN464c [class^="socicon-"]:before,
.cid-uPmhyN464c [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uPmhyN464c .mbr-section-title,
.cid-uPmhyN464c .social-list {
  color: #7e1415;
}
.cid-uPmhyNpUXs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uPmhyNpUXs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uPmkVGWy5t {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmkVGWy5t .line {
  background-color: #858585;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPmkVGWy5t .mbr-text {
  color: #7e1415;
}
.cid-uPmkVHLWpT {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uPmkVHLWpT {
    min-height: 170px !important;
  }
}
.cid-uPmkVHLWpT .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uPmkVHLWpT .empty_md {
    display: block;
  }
}
.cid-uPmkVHLWpT .container,
.cid-uPmkVHLWpT .container-fluid,
.cid-uPmkVHLWpT .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uPmkVHLWpT .container,
  .cid-uPmkVHLWpT .container-fluid,
  .cid-uPmkVHLWpT .empty_md {
    min-height: 170px !important;
  }
}
.cid-uPmkVHLWpT .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uPmkVHLWpT .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uPmkVHLWpT .top_menu {
    min-height: 110px !important;
  }
}
.cid-uPmkVHLWpT .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uPmkVHLWpT .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPmkVHLWpT .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uPmkVHLWpT .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uPmkVHLWpT .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uPmkVHLWpT .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uPmkVHLWpT .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uPmkVHLWpT .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uPmkVHLWpT .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uPmkVHLWpT .empty,
  .cid-uPmkVHLWpT .icons-menu {
    min-width: 265px;
  }
  .cid-uPmkVHLWpT .navbar-logo {
    margin: 0;
  }
  .cid-uPmkVHLWpT .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uPmkVHLWpT .btn {
    white-space: nowrap;
  }
  .cid-uPmkVHLWpT .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uPmkVHLWpT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uPmkVHLWpT .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uPmkVHLWpT .dropdown-toggle::after,
  .cid-uPmkVHLWpT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uPmkVHLWpT .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uPmkVHLWpT .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmkVHLWpT .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uPmkVHLWpT .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmkVHLWpT .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uPmkVHLWpT .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uPmkVHLWpT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uPmkVHLWpT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uPmkVHLWpT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uPmkVHLWpT .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uPmkVHLWpT .nav-item:focus,
.cid-uPmkVHLWpT .nav-link:focus {
  outline: none;
}
.cid-uPmkVHLWpT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uPmkVHLWpT .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uPmkVHLWpT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uPmkVHLWpT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPmkVHLWpT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uPmkVHLWpT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPmkVHLWpT ul.navbar-nav li {
  margin: auto;
}
.cid-uPmkVHLWpT .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uPmkVHLWpT .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uPmkVHLWpT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uPmkVHLWpT .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uPmkVHLWpT .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uPmkVHLWpT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPmkVHLWpT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPmkVHLWpT .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uPmkVHLWpT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uPmkVHLWpT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPmkVHLWpT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPmkVHLWpT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPmkVHLWpT .navbar .icons-menu,
  .cid-uPmkVHLWpT .navbar .empty {
    display: none;
  }
  .cid-uPmkVHLWpT .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uPmkVHLWpT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPmkVHLWpT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPmkVHLWpT .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uPmkVHLWpT .navbar .container-fluid,
  .cid-uPmkVHLWpT .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uPmkVHLWpT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPmkVHLWpT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPmkVHLWpT .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uPmkVHLWpT .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uPmkVHLWpT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uPmkVHLWpT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPmkVHLWpT .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uPmkVHLWpT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPmkVHLWpT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPmkVHLWpT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPmkVHLWpT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPmkVHLWpT .dropdown-item.active,
.cid-uPmkVHLWpT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPmkVHLWpT .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPmkVHLWpT .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uPmkVHLWpT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uPmkVHLWpT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uPmkVHLWpT .navbar-buttons {
  text-align: center;
}
.cid-uPmkVHLWpT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPmkVHLWpT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPmkVHLWpT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPmkVHLWpT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmkVHLWpT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmkVHLWpT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPmkVHLWpT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmkVHLWpT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPmkVHLWpT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPmkVHLWpT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmkVHLWpT .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uPmkVHLWpT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmkVHLWpT a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uPmkVHLWpT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPmkVHLWpT .navbar {
    height: 77px;
  }
  .cid-uPmkVHLWpT .navbar.opened {
    height: auto;
  }
  .cid-uPmkVHLWpT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPmkVIIMqh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmkVIIMqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVIIMqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVIIMqh .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uPmkVIIMqh .mbr-section-subtitle {
  text-align: left;
}
.cid-uPmkVJ0Bnu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmkVJ0Bnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVJ0Bnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVJ0Bnu .text-wrap {
  width: 100%;
}
.cid-uPmkVJ0Bnu .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmkVJ0Bnu .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmkVJ0Bnu .list-wrap {
  margin-top: 52px;
}
.cid-uPmkVJ0Bnu .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmkVJ0Bnu .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmkVJ0Bnu .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmkVJ0Bnu .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmkVJh0kw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPmkVJh0kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVJh0kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVJh0kw .text-wrap {
  width: 100%;
}
.cid-uPmkVJh0kw .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmkVJh0kw .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmkVJh0kw .list-wrap {
  margin-top: 52px;
}
.cid-uPmkVJh0kw .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmkVJh0kw .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmkVJh0kw .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmkVJh0kw .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmkVJw5eK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmkVJw5eK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVJw5eK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVJw5eK .text-wrap {
  width: 100%;
}
.cid-uPmkVJw5eK .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmkVJw5eK .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmkVJw5eK .list-wrap {
  margin-top: 52px;
}
.cid-uPmkVJw5eK .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmkVJw5eK .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uPmkVJw5eK .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmkVJw5eK .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmkVJM1iO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPmkVJM1iO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVJM1iO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVJM1iO .text-wrap {
  width: 100%;
}
.cid-uPmkVJM1iO .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmkVJM1iO .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmkVJM1iO .list-wrap {
  margin-top: 52px;
}
.cid-uPmkVJM1iO .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmkVJM1iO .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmkVJM1iO .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmkVJM1iO .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmkVK69MK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmkVK69MK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVK69MK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVK69MK .text-wrap {
  width: 100%;
}
.cid-uPmkVK69MK .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmkVK69MK .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmkVK69MK .list-wrap {
  margin-top: 52px;
}
.cid-uPmkVK69MK .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmkVK69MK .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmkVK69MK .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmkVK69MK .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmkVKZSk7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPmkVKZSk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVKZSk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVKZSk7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPmkVKZSk7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPmkVKZSk7 .container {
    padding: 0;
  }
}
.cid-uPmkVKZSk7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPmkVKZSk7 .row {
    margin: 0;
  }
}
.cid-uPmkVKZSk7 .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uPmkVKZSk7 .card {
    padding: 0 16px;
  }
}
.cid-uPmkVKZSk7 .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPmkVKZSk7 .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uPmkVKZSk7 .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uPmkVKZSk7 .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uPmkVKZSk7 .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uPmkVKZSk7 .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPmkVKZSk7 .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPmkVKZSk7 .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uPmkVKZSk7 .card .row.cards .image {
    padding: 0;
  }
}
.cid-uPmkVKZSk7 .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPmkVKZSk7 .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPmkVKZSk7 .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uPmkVKZSk7 .mbr-section-title {
  color: #263652;
}
.cid-uPmkVKZSk7 .mbr-text {
  color: #263652;
}
.cid-uPmkVLl6Sy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmkVLl6Sy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVLl6Sy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVLl6Sy .text-wrap {
  width: 100%;
}
.cid-uPmkVLl6Sy .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPmkVLl6Sy .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmkVLl6Sy .list-wrap {
  margin-top: 52px;
}
.cid-uPmkVLl6Sy .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmkVLl6Sy .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmkVLl6Sy .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmkVLl6Sy .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmkVMqcbA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPmkVMqcbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVMqcbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVMqcbA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPmkVMqcbA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPmkVMqcbA .container {
    padding: 0;
  }
}
.cid-uPmkVMqcbA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPmkVMqcbA .row {
    margin: 0;
  }
}
.cid-uPmkVMqcbA .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uPmkVMqcbA .card {
    padding: 0 16px;
  }
}
.cid-uPmkVMqcbA .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPmkVMqcbA .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uPmkVMqcbA .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uPmkVMqcbA .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uPmkVMqcbA .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uPmkVMqcbA .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPmkVMqcbA .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPmkVMqcbA .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uPmkVMqcbA .card .row.cards .image {
    padding: 0;
  }
}
.cid-uPmkVMqcbA .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPmkVMqcbA .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPmkVMqcbA .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uPmkVMqcbA .mbr-section-title {
  color: #263652;
}
.cid-uPmkVMqcbA .mbr-text {
  color: #263652;
}
.cid-uPmkVMJX4h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmkVMJX4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVMJX4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVMJX4h .text-wrap {
  width: 100%;
}
.cid-uPmkVMJX4h .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPmkVMJX4h .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmkVMJX4h .list-wrap {
  margin-top: 52px;
}
.cid-uPmkVMJX4h .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmkVMJX4h .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmkVMJX4h .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmkVMJX4h .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmkVN1S00 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPmkVN1S00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVN1S00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVN1S00 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPmkVN1S00 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPmkVN1S00 .container {
    padding: 0;
  }
}
.cid-uPmkVN1S00 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPmkVN1S00 .row {
    margin: 0;
  }
}
.cid-uPmkVN1S00 .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uPmkVN1S00 .card {
    padding: 0 16px;
  }
}
.cid-uPmkVN1S00 .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPmkVN1S00 .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uPmkVN1S00 .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uPmkVN1S00 .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uPmkVN1S00 .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uPmkVN1S00 .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPmkVN1S00 .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPmkVN1S00 .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uPmkVN1S00 .card .row.cards .image {
    padding: 0;
  }
}
.cid-uPmkVN1S00 .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPmkVN1S00 .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPmkVN1S00 .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uPmkVN1S00 .mbr-section-title {
  color: #263652;
}
.cid-uPmkVN1S00 .mbr-text {
  color: #263652;
}
.cid-uPmkVKFRic {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmkVKFRic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVKFRic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVKFRic .text-wrap {
  width: 100%;
}
.cid-uPmkVKFRic .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPmkVKFRic .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmkVKFRic .list-wrap {
  margin-top: 52px;
}
.cid-uPmkVKFRic .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmkVKFRic .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmkVKFRic .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmkVKFRic .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmkVNHM4H {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPmkVNHM4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVNHM4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVNHM4H .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPmkVNHM4H .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPmkVNHM4H .container {
    padding: 0;
  }
}
.cid-uPmkVNHM4H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPmkVNHM4H .row {
    margin: 0;
  }
}
.cid-uPmkVNHM4H .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uPmkVNHM4H .card {
    padding: 0 16px;
  }
}
.cid-uPmkVNHM4H .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPmkVNHM4H .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uPmkVNHM4H .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uPmkVNHM4H .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uPmkVNHM4H .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uPmkVNHM4H .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPmkVNHM4H .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPmkVNHM4H .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uPmkVNHM4H .card .row.cards .image {
    padding: 0;
  }
}
.cid-uPmkVNHM4H .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPmkVNHM4H .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPmkVNHM4H .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uPmkVNHM4H .mbr-section-title {
  color: #263652;
}
.cid-uPmkVNHM4H .mbr-text {
  color: #263652;
}
.cid-uSrxgMrbRx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrxgMrbRx .mbr-section-subtitle {
  color: #232323;
}
.cid-uSrxgMrbRx H2 {
  color: #7e1415;
  text-align: center;
}
.cid-uSrw5dIRzW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSrw5dIRzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrw5dIRzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrw5dIRzW .text-wrap {
  width: 100%;
}
.cid-uSrw5dIRzW .mbr-title {
  margin-bottom: 0;
  color: #930000;
  text-align: center;
}
.cid-uSrw5dIRzW .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: center;
}
.cid-uSrw5dIRzW .list-wrap {
  margin-top: 52px;
}
.cid-uSrw5dIRzW .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uSrw5dIRzW .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uSrw5dIRzW .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uSrw5dIRzW .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uSrw5VHw7Y {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSrw5VHw7Y .image-block {
  margin: auto;
}
.cid-uSrw5VHw7Y figcaption {
  position: relative;
}
.cid-uSrw5VHw7Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSrw5VHw7Y .image-block {
    width: 100% !important;
  }
}
.cid-uSrw6JQs3l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrw6JQs3l .mbr-text,
.cid-uSrw6JQs3l blockquote {
  color: #35323e;
}
.cid-uSrw6JQs3l .mbr-text,
.cid-uSrw6JQs3l blockquote P {
  text-align: center;
}
.cid-uSrw8upX1z {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSrw8upX1z .image-block {
  margin: auto;
}
.cid-uSrw8upX1z figcaption {
  position: relative;
}
.cid-uSrw8upX1z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSrw8upX1z .image-block {
    width: 100% !important;
  }
}
.cid-uSrw9vwb0Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSrw9vwb0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrw9vwb0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrCbcUDPf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSrCbcUDPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrCbcUDPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrCbcUDPf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSrCbcUDPf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSrCbcUDPf .container {
    padding: 0;
  }
}
.cid-uSrCbcUDPf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSrCbcUDPf .row {
    margin: 0;
  }
}
.cid-uSrCbcUDPf .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uSrCbcUDPf .card {
    padding: 0 16px;
  }
}
.cid-uSrCbcUDPf .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrCbcUDPf .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uSrCbcUDPf .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uSrCbcUDPf .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uSrCbcUDPf .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uSrCbcUDPf .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSrCbcUDPf .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrCbcUDPf .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uSrCbcUDPf .card .row.cards .image {
    padding: 0;
  }
}
.cid-uSrCbcUDPf .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uSrCbcUDPf .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSrCbcUDPf .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uSrCbcUDPf .mbr-section-title {
  color: #263652;
}
.cid-uSrCbcUDPf .mbr-text {
  color: #263652;
}
.cid-uSryvtKvgk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSryvtKvgk .mbr-section-subtitle {
  color: #232323;
}
.cid-uSryvtKvgk H2 {
  color: #7e1415;
  text-align: center;
}
.cid-uSryBJAAEf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSryBJAAEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSryBJAAEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSryBJAAEf .text-wrap {
  width: 100%;
}
.cid-uSryBJAAEf .mbr-title {
  margin-bottom: 0;
  color: #930000;
  text-align: center;
}
.cid-uSryBJAAEf .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: center;
}
.cid-uSryBJAAEf .list-wrap {
  margin-top: 52px;
}
.cid-uSryBJAAEf .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uSryBJAAEf .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uSryBJAAEf .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uSryBJAAEf .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uSryEAr8qy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSryEAr8qy .image-block {
  margin: auto;
}
.cid-uSryEAr8qy figcaption {
  position: relative;
}
.cid-uSryEAr8qy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSryEAr8qy .image-block {
    width: 100% !important;
  }
}
.cid-uSryFi3jtq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSryFi3jtq .mbr-text,
.cid-uSryFi3jtq blockquote {
  color: #35323e;
}
.cid-uSryFi3jtq .mbr-text,
.cid-uSryFi3jtq blockquote P {
  text-align: center;
}
.cid-uSrA4RRPU1 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSrA4RRPU1 .image-block {
  margin: auto;
}
.cid-uSrA4RRPU1 figcaption {
  position: relative;
}
.cid-uSrA4RRPU1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSrA4RRPU1 .image-block {
    width: 100% !important;
  }
}
.cid-uSrA5qQTwy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSrA5qQTwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrA5qQTwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVOFAvC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmkVOFAvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmkVOFAvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmkVOFAvC .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uPmkVOFAvC .bg-instagram:hover {
  background: #bd005c;
}
.cid-uPmkVOFAvC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPmkVOFAvC [class^="socicon-"]:before,
.cid-uPmkVOFAvC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uPmkVOFAvC .mbr-section-title,
.cid-uPmkVOFAvC .social-list {
  color: #7e1415;
}
.cid-uPmkVP31mD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uPmkVP31mD .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUg6KUL2nG {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uUg6KUL2nG {
    min-height: 170px !important;
  }
}
.cid-uUg6KUL2nG .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uUg6KUL2nG .empty_md {
    display: block;
  }
}
.cid-uUg6KUL2nG .container,
.cid-uUg6KUL2nG .container-fluid,
.cid-uUg6KUL2nG .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uUg6KUL2nG .container,
  .cid-uUg6KUL2nG .container-fluid,
  .cid-uUg6KUL2nG .empty_md {
    min-height: 170px !important;
  }
}
.cid-uUg6KUL2nG .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uUg6KUL2nG .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uUg6KUL2nG .top_menu {
    min-height: 110px !important;
  }
}
.cid-uUg6KUL2nG .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uUg6KUL2nG .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uUg6KUL2nG .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uUg6KUL2nG .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uUg6KUL2nG .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uUg6KUL2nG .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uUg6KUL2nG .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uUg6KUL2nG .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uUg6KUL2nG .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uUg6KUL2nG .empty,
  .cid-uUg6KUL2nG .icons-menu {
    min-width: 265px;
  }
  .cid-uUg6KUL2nG .navbar-logo {
    margin: 0;
  }
  .cid-uUg6KUL2nG .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uUg6KUL2nG .btn {
    white-space: nowrap;
  }
  .cid-uUg6KUL2nG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uUg6KUL2nG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uUg6KUL2nG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uUg6KUL2nG .dropdown-toggle::after,
  .cid-uUg6KUL2nG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uUg6KUL2nG .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uUg6KUL2nG .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uUg6KUL2nG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uUg6KUL2nG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uUg6KUL2nG .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uUg6KUL2nG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uUg6KUL2nG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uUg6KUL2nG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uUg6KUL2nG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uUg6KUL2nG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uUg6KUL2nG .nav-item:focus,
.cid-uUg6KUL2nG .nav-link:focus {
  outline: none;
}
.cid-uUg6KUL2nG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uUg6KUL2nG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uUg6KUL2nG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUg6KUL2nG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUg6KUL2nG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uUg6KUL2nG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUg6KUL2nG ul.navbar-nav li {
  margin: auto;
}
.cid-uUg6KUL2nG .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uUg6KUL2nG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uUg6KUL2nG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uUg6KUL2nG .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uUg6KUL2nG .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uUg6KUL2nG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUg6KUL2nG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUg6KUL2nG .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uUg6KUL2nG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uUg6KUL2nG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUg6KUL2nG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUg6KUL2nG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUg6KUL2nG .navbar .icons-menu,
  .cid-uUg6KUL2nG .navbar .empty {
    display: none;
  }
  .cid-uUg6KUL2nG .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uUg6KUL2nG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUg6KUL2nG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUg6KUL2nG .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uUg6KUL2nG .navbar .container-fluid,
  .cid-uUg6KUL2nG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uUg6KUL2nG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUg6KUL2nG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUg6KUL2nG .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uUg6KUL2nG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uUg6KUL2nG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uUg6KUL2nG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUg6KUL2nG .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uUg6KUL2nG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUg6KUL2nG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUg6KUL2nG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUg6KUL2nG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUg6KUL2nG .dropdown-item.active,
.cid-uUg6KUL2nG .dropdown-item:active {
  background-color: transparent;
}
.cid-uUg6KUL2nG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUg6KUL2nG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uUg6KUL2nG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uUg6KUL2nG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uUg6KUL2nG .navbar-buttons {
  text-align: center;
}
.cid-uUg6KUL2nG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUg6KUL2nG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUg6KUL2nG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUg6KUL2nG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUg6KUL2nG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUg6KUL2nG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUg6KUL2nG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUg6KUL2nG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUg6KUL2nG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUg6KUL2nG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUg6KUL2nG .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uUg6KUL2nG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uUg6KUL2nG a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uUg6KUL2nG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUg6KUL2nG .navbar {
    height: 77px;
  }
  .cid-uUg6KUL2nG .navbar.opened {
    height: auto;
  }
  .cid-uUg6KUL2nG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUg6KVQV3B {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUg6KVQV3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUg6KVQV3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUg6KVQV3B .mbr-section-subtitle {
  text-align: center;
}
.cid-uUg6KVQV3B .mbr-section-title {
  text-align: center;
  color: #7e1415;
}
.cid-uUg6KWNL0x {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUg6KWNL0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUg6KWNL0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUg6KWqnDA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUg6KWqnDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUg6KWqnDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUg6KWqnDA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUg6KWqnDA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUg6KWqnDA .container {
    padding: 0;
  }
}
.cid-uUg6KWqnDA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUg6KWqnDA .row {
    margin: 0;
  }
}
.cid-uUg6KWqnDA .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uUg6KWqnDA .card {
    padding: 0 16px;
  }
}
.cid-uUg6KWqnDA .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUg6KWqnDA .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uUg6KWqnDA .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uUg6KWqnDA .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uUg6KWqnDA .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uUg6KWqnDA .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uUg6KWqnDA .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUg6KWqnDA .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uUg6KWqnDA .card .row.cards .image {
    padding: 0;
  }
}
.cid-uUg6KWqnDA .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uUg6KWqnDA .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUg6KWqnDA .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uUg6KWqnDA .mbr-section-title {
  color: #263652;
}
.cid-uUg6KWqnDA .mbr-text {
  color: #263652;
}
.cid-uUg6KXiDrb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUg6KXiDrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUg6KXiDrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUg6KXiDrb .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uUg6KXiDrb .bg-instagram:hover {
  background: #bd005c;
}
.cid-uUg6KXiDrb .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uUg6KXiDrb [class^="socicon-"]:before,
.cid-uUg6KXiDrb [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uUg6KXiDrb .mbr-section-title,
.cid-uUg6KXiDrb .social-list {
  color: #7e1415;
}
.cid-uUg6KXAar9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uUg6KXAar9 .media-container-row .mbr-text {
  color: #ffffff;
}
