body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #7a253b !important;
}
.bg-success {
  background-color: #f6f3ee !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #7f1933 !important;
}
.bg-danger {
  background-color: #d9b7ab !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7a253b !important;
  border-color: #7a253b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f131f !important;
  border-color: #3f131f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f131f !important;
  border-color: #3f131f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #03414c !important;
  border-color: #03414c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000202 !important;
  border-color: #000202 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000202 !important;
  border-color: #000202 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f6f3ee !important;
  border-color: #f6f3ee !important;
  color: #967b4f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #967b4f !important;
  background-color: #dcd0bc !important;
  border-color: #dcd0bc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #967b4f !important;
  background-color: #dcd0bc !important;
  border-color: #dcd0bc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d9b7ab !important;
  border-color: #d9b7ab !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c18a76 !important;
  border-color: #c18a76 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c18a76 !important;
  border-color: #c18a76 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7a253b;
  color: #7a253b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7a253b;
  border-color: #7a253b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7a253b !important;
  border-color: #7a253b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #03414c;
  color: #03414c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #03414c;
  border-color: #03414c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #03414c !important;
  border-color: #03414c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f6f3ee;
  color: #f6f3ee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #967b4f;
  background-color: #f6f3ee;
  border-color: #f6f3ee;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #967b4f !important;
  background-color: #f6f3ee !important;
  border-color: #f6f3ee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #7f1933;
  color: #7f1933;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d9b7ab;
  color: #d9b7ab;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d9b7ab;
  border-color: #d9b7ab;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d9b7ab !important;
  border-color: #d9b7ab !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #7a253b !important;
}
.text-secondary {
  color: #03414c !important;
}
.text-success {
  color: #f6f3ee !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #7f1933 !important;
}
.text-danger {
  color: #d9b7ab !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c54062 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0795ae !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d42a55 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f9f3f1 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #7f1933;
}
.alert-danger {
  background-color: #d9b7ab;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7a253b;
  border-color: #7a253b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7a253b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cb5472;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #7a253b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7a253b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7a253b;
  border-bottom-color: #7a253b;
}
.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: #7a253b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #03414c !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='%237a253b' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.title-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.title-4 > .mbr-iconfont {
  font-size: 1.7rem;
}
.title-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.title-5 > .mbr-iconfont {
  font-size: 1.1rem;
}
.text-3---disclaimer {
  font-family: 'Be Vietnam';
  font-size: 0.5rem;
  line-height: 1.5;
}
.text-3---disclaimer > .mbr-iconfont {
  font-size: 0.5rem;
}
.cid-rT64G7yRoO .navbar {
  padding: 0.5rem 0;
  background: #f6f3ee;
  transition: none;
  min-height: 50px;
}
.cid-rT64G7yRoO .navbar-fixed-top {
  padding-top: 0;
}
.cid-rT64G7yRoO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rT64G7yRoO .collapse {
  justify-content: space-between !important;
}
.cid-rT64G7yRoO .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-rT64G7yRoO .mbr-iconfont {
  cursor: pointer;
}
.cid-rT64G7yRoO .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-rT64G7yRoO .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #7a253b;
  border-radius: 50%;
}
.cid-rT64G7yRoO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rT64G7yRoO .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .menu-content-top {
  background: #7a253b;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-rT64G7yRoO .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-rT64G7yRoO .dropdown-item,
.cid-rT64G7yRoO .nav-link,
.cid-rT64G7yRoO .brand-name {
  font-style: normal;
}
.cid-rT64G7yRoO .dropdown-item:hover,
.cid-rT64G7yRoO .nav-link:hover,
.cid-rT64G7yRoO .brand-name:hover {
  color: #7a253b !important;
}
.cid-rT64G7yRoO .dropdown-menu {
  background-color: #f6f3ee;
}
.cid-rT64G7yRoO .dropdown-item:active {
  background-color: #f6f3ee;
}
.cid-rT64G7yRoO .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-rT64G7yRoO .navbar-dropdown.bg-color.transparent.opened {
  background: #f6f3ee;
}
.cid-rT64G7yRoO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .content-text {
  margin-bottom: 0;
}
.cid-rT64G7yRoO .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7a253b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rT64G7yRoO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rT64G7yRoO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rT64G7yRoO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT64G7yRoO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT64G7yRoO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rT64G7yRoO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT64G7yRoO .nav-dropdown .link {
  font-weight: 400;
}
.cid-rT64G7yRoO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rT64G7yRoO .content-right-side {
  text-align: center;
}
.cid-rT64G7yRoO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rT64G7yRoO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rT64G7yRoO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #f6f3ee !important;
}
.cid-rT64G7yRoO .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-rT64G7yRoO .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-rT64G7yRoO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT64G7yRoO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rT64G7yRoO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rT64G7yRoO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rT64G7yRoO .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rT64G7yRoO .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-rT64G7yRoO .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT64G7yRoO .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rT64G7yRoO .navbar {
    display: block;
    padding: 0;
  }
  .cid-rT64G7yRoO .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT64G7yRoO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rT64G7yRoO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rT64G7yRoO .navbar-toggler {
    display: none;
  }
}
.cid-rT64G7yRoO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rT64G7yRoO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rT64G7yRoO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rT64G7yRoO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rT64G7yRoO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT64G7yRoO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rT64G7yRoO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rT64G7yRoO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-rT64G7yRoO button.navbar-toggler:focus {
  outline: none;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d58f76;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT64G7yRoO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT64G7yRoO .collapsed .btn {
  display: flex;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT64G7yRoO .collapsed button.navbar-toggler {
  display: block;
}
.cid-rT64G7yRoO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rT64G7yRoO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rT64G7yRoO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rT64G7yRoO .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-rT64G7yRoO .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rT64G7yRoO .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rT64G7yRoO .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing,
  .cid-rT64G7yRoO .navbar-collapse.show {
    display: block !important;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-buttons,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT64G7yRoO img {
    height: 3.8rem !important;
  }
  .cid-rT64G7yRoO .btn {
    display: flex;
  }
  .cid-rT64G7yRoO button.navbar-toggler {
    display: block;
  }
  .cid-rT64G7yRoO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rT64G7yRoO .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rT64G7yRoO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rT64G7yRoO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rT64G7yRoO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rT64G7yRoO .nav-link:focus {
  outline: none;
}
.cid-rT64G7yRoO .navbar-toggler {
  position: relative;
}
.cid-rT64G7yRoO .dropdown-item.active,
.cid-rT64G7yRoO .dropdown-item:active {
  color: initial;
}
.cid-rT64G7yRoO .widget-title,
.cid-rT64G7yRoO .widget-icon {
  color: #ffffff;
}
.cid-rT64G7yRoO .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rT64G7yRoO .menu-logo {
    display: none;
  }
  .cid-rT64G7yRoO .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-rT64G7yRoO .nav-item:before {
    content: none;
  }
  .cid-rT64G7yRoO .navbar {
    padding: 0;
  }
  .cid-rT64G7yRoO .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT64G7yRoO button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-voEwgoJmwM {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/halal-courtship-header-journal.svg");
}
.cid-voEwgoJmwM .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-voEwgoJmwM .content {
    width: 100%;
    text-align: center;
  }
}
.cid-voEwgoJmwM .mbr-section-title {
  color: #f6f3ee;
  margin-bottom: 20px;
}
.cid-voEwgoJmwM .mbr-section-title span {
  position: relative;
}
.cid-voEwgoJmwM .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-voEwgoJmwM .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-voEwgoJmwM .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-voEwgoJmwM .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-voEwgoJmwM .mbr-section-title span svg path {
  fill: #7a253b;
}
.cid-voEwgoJmwM .mbr-section-subtitle {
  color: #03414c;
}
.cid-voEwgoJmwM .mbr-section-subtitle span {
  position: relative;
}
.cid-voEwgoJmwM .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-voEwgoJmwM .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-voEwgoJmwM .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-voEwgoJmwM .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-voEwgoJmwM .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-voEwgoJmwM .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-voEwgoJmwM .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-voEwgoJmwM .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-voEwgoJmwM .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-voCUmrefhe {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-voCUmrefhe .card-header {
  background: transparent;
}
.cid-voCUmrefhe .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-voCUmrefhe .wrapper {
  background: #f6f3ee;
  padding: 5rem;
}
.cid-voCUmrefhe .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-voCUmrefhe .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-voCUmrefhe .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-voCUmrefhe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-voCUmrefhe .card .card-header a.panel-title .panel-title-text .sign {
  padding-right: 1rem;
}
.cid-voCUmrefhe .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-voCUmrefhe .panel-title-text {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ebd8d1;
  padding: 1rem 1rem;
  color: #03414c;
}
@media (max-width: 992px) {
  .cid-voCUmrefhe .md-pb {
    margin-bottom: 2rem;
  }
  .cid-voCUmrefhe .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voCUmrefhe .wrapper {
    padding: 2rem 1rem;
  }
  .cid-voCUmrefhe .panel-title-text {
    padding: 1rem 0rem;
  }
}
.cid-voCUmrefhe .mbr-text,
.cid-voCUmrefhe .mbr-section-btn {
  color: #03414c;
}
.cid-voCUmrefhe .mbr-section-title {
  color: #7a253b;
}
.cid-voCUmrefhe .mbr-section-subtitle {
  color: #d58f76;
}
.cid-voCUmrefhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCUmrefhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rT64ANGkG7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT64ANGkG7 H3 {
  color: #ffffff;
}
.cid-rT64ANGkG7 H4 {
  color: #d58f76;
}
.cid-voBQh79GJu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f3ee;
}
@media (min-width: 1500px) {
  .cid-voBQh79GJu .container {
    max-width: 1400px;
  }
}
.cid-voBQh79GJu img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-voBQh79GJu .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-voBQh79GJu .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #809a8b;
}
.cid-voBQh79GJu .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-voBQh79GJu .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-voBQh79GJu .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-voBQh79GJu .mbr-text,
.cid-voBQh79GJu .link-align {
  color: #d58f76;
}
.cid-voBQh79GJu .card-title,
.cid-voBQh79GJu .card-box {
  color: #d58f76;
}
.cid-voBQh79GJu .mbr-section-subtitle,
.cid-voBQh79GJu .card-box {
  color: #03414c;
  text-align: left;
}
.cid-voBQh79GJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBQh79GJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBQh79GJu .main-title {
  color: #7a253b;
}
.cid-rT64B5h2F5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rT64B5h2F5 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e99b9b;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-rT64B5h2F5 .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-rT64B5h2F5 .card2 {
  border-right: 1px solid #e99b9b;
}
.cid-rT64B5h2F5 .card1 {
  border-right: 1px solid #e99b9b;
}
.cid-rT64B5h2F5 h4 {
  margin: 0;
}
.cid-rT64B5h2F5 .card-text {
  color: #809a8b;
  text-align: center;
}
.cid-rT64B5h2F5 .mbr-text {
  color: #200960;
}
.cid-rT64B5h2F5 .card-title {
  color: #03414c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rT64B5h2F5 .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-rT64Aqegjp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #809a8b;
}
.cid-rT64Aqegjp .mbr-section-title span {
  color: #ffbc00;
}
.cid-rT64Aqegjp .video-col {
  padding: 0;
}
.cid-rT64Aqegjp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rT64Aqegjp .progressbar-title p {
  margin-bottom: 8px;
}
.cid-rT64Aqegjp .progressbar-title {
  color: white;
}
.cid-rT64Aqegjp .progress_elements {
  max-width: 600px;
  padding: 4rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT64Aqegjp .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rT64Aqegjp .box {
  background-image: url("../../../assets/images/assessment-8-1672x941.png");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rT64Aqegjp .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #809a8b;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-rT64Aqegjp .icon-wrap:hover {
  background: #03414c;
}
.cid-rT64Aqegjp .icon-wrap:hover span {
  transform: scale(1.04);
}
.cid-rT64Aqegjp .icon-wrap span {
  padding-left: 4px;
}
.cid-rT64Aqegjp .mbr-media span {
  font-size: 1.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #f6f3ee !important;
}
.cid-rT64Aqegjp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rT64Aqegjp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rT64Aqegjp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rT64Aqegjp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rT64Aqegjp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rT64Aqegjp a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rT64Aqegjp .box {
    height: 250px;
  }
}
.cid-rT64Aqegjp .progress {
  width: 100%;
  height: 3px;
  border-radius: 0;
  background-color: #cebfaf;
}
.cid-rT64Aqegjp .progress-bar {
  height: 3px;
  background-color: #f6f3ee;
}
.cid-rT64Aqegjp .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rT64Aqegjp .progressbar-number {
  display: inline-block;
}
.cid-rT64Aqegjp .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rT64Aqegjp .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rT64Aqegjp .progress_value {
  position: relative;
  color: #f6f3ee;
}
.cid-rT64Aqegjp progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rT64Aqegjp progress::-webkit-progress-value {
  background: #f6f3ee;
}
.cid-rT64Aqegjp progress[value]::-moz-progress-bar {
  background: #f6f3ee;
}
.cid-rT64Aqegjp progress::-ms-fill {
  background: #f6f3ee;
}
.cid-rT64Aqegjp .progress1 .progressbar-number:before {
  content: '60';
}
.cid-rT64Aqegjp .progress2 .progressbar-number:before {
  content: '40';
}
.cid-rT64Aqegjp .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rT64Aqegjp .progress4 .progressbar-number:before {
  content: '28';
}
.cid-rT64Aqegjp .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rT64Aqegjp .progress-bar-1 {
  width: 60%;
}
.cid-rT64Aqegjp .progress-bar-2 {
  width: 40%;
}
.cid-rT64Aqegjp .progress-bar-3 {
  width: 100%;
}
.cid-rT64Aqegjp .progress-bar-4 {
  width: 28%;
}
.cid-rT64Aqegjp .progress-bar-5 {
  width: 10%;
}
.cid-rT64Aqegjp .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rT64Aqegjp .progress_elements {
    padding: 4rem 1rem;
  }
}
.cid-rT64Aqegjp H4 {
  color: #f6f3ee;
}
.cid-rT64Aqegjp .mbr-section-title {
  color: #7a253b;
}
.cid-voDRovQJpP {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-voDRovQJpP .container {
    max-width: 1400px;
  }
}
.cid-voDRovQJpP .mbr-text,
.cid-voDRovQJpP .mbr-section-btn {
  color: #999999;
}
.cid-voDRovQJpP .quote {
  color: #e99b9b;
}
.cid-voDRovQJpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voDRovQJpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCpY3SZt1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voCpY3SZt1 H3 {
  color: #7a253b;
}
.cid-voCpY3SZt1 H4 {
  color: #d58f76;
}
.cid-voCpY3SZt1 .mbr-text,
.cid-voCpY3SZt1 .mbr-section-btn {
  color: #555555;
}
.cid-voyI5tQFAK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-voyI5tQFAK .card {
  margin: auto;
}
.cid-voyI5tQFAK .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #809a8b;
  margin-bottom: 2rem;
}
.cid-voyI5tQFAK .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-voyI5tQFAK .card-text,
.cid-voyI5tQFAK .card-box {
  color: #999999;
}
.cid-voyI5tQFAK .display-5 {
  font-size: 1.6rem;
}
.cid-voyI5tQFAK h4 {
  margin-bottom: 10px;
}
.cid-voyI5tQFAK .card-title,
.cid-voyI5tQFAK .card-box {
  color: #03414c;
}
.cid-voyI5tQFAK .mbr-section-subtitle,
.cid-voyI5tQFAK .card-box {
  color: #555555;
}
.cid-voyI5tQFAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-voyI5tQFAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCvcjRY1y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voCvcjRY1y H3 {
  color: #7a253b;
}
.cid-voCvcjRY1y H4 {
  color: #d58f76;
}
.cid-voCvcjRY1y .mbr-text,
.cid-voCvcjRY1y .mbr-section-btn {
  color: #e99b9b;
}
.cid-rT64C51B5C {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/chatgpt20image20jul2012020262002-36-4720pm-1672x941.png");
}
.cid-rT64C51B5C .mbr-overlay {
  background-color: #d9b7ab;
  opacity: 0.5;
}
.cid-rT64C51B5C input,
.cid-rT64C51B5C textarea,
.cid-rT64C51B5C .jqselect {
  font-weight: 300!important;
}
.cid-rT64C51B5C textarea {
  min-height: 200px!important;
}
.cid-rT64C51B5C .btn {
  height: 63px;
  margin: 0!important;
}
.cid-rT64C51B5C .col-auto {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-rT64C51B5C .col {
    width: 100%;
    flex-basis: auto;
  }
}
.cid-rT64C51B5C .jq-selectbox__select-text {
  color: #d58f76;
}
.cid-rT64C51B5C .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-rT64C51B5C .jq-selectbox li {
  padding: 0.8em 1.4em!important;
  color: #d58f76 !important;
}
.cid-rT64C51B5C .form-control,
.cid-rT64C51B5C .field-input {
  padding: 2rem 1.5rem;
  padding-top: 1.8rem;
  min-height: auto;
  background-color: #f6f3ee;
  border-color: #a15547;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT64C51B5C .form-control::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input::-webkit-input-placeholder,
.cid-rT64C51B5C .form-control::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-rT64C51B5C .form-control:-moz-placeholder,
.cid-rT64C51B5C .field-input:-moz-placeholder,
.cid-rT64C51B5C .form-control:-moz-placeholder,
.cid-rT64C51B5C .field-input:-moz-placeholder {
  color: #d58f76;
}
.cid-rT64C51B5C .form-control:hover,
.cid-rT64C51B5C .field-input:hover,
.cid-rT64C51B5C .form-control:focus,
.cid-rT64C51B5C .field-input:focus {
  background-color: #f6f3ee;
  border-color: #a15547;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rT64C51B5C .form-control:hover::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input:hover::-webkit-input-placeholder,
.cid-rT64C51B5C .form-control:focus::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input:focus::-webkit-input-placeholder,
.cid-rT64C51B5C .form-control:hover::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input:hover::-webkit-input-placeholder,
.cid-rT64C51B5C .form-control:focus::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input:focus::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-rT64C51B5C .form-control:hover:-moz-placeholder,
.cid-rT64C51B5C .field-input:hover:-moz-placeholder,
.cid-rT64C51B5C .form-control:focus:-moz-placeholder,
.cid-rT64C51B5C .field-input:focus:-moz-placeholder,
.cid-rT64C51B5C .form-control:hover:-moz-placeholder,
.cid-rT64C51B5C .field-input:hover:-moz-placeholder,
.cid-rT64C51B5C .form-control:focus:-moz-placeholder,
.cid-rT64C51B5C .field-input:focus:-moz-placeholder {
  color: #d58f76;
}
.cid-rT64C51B5C textarea {
  padding-top: 1rem!important;
}
.cid-rT64C51B5C .jq-number__spin:hover,
.cid-rT64C51B5C .jq-number__spin:focus {
  background-color: #f6f3ee;
  border-color: #a15547;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rT64C51B5C .jq-number__spin {
  background-color: #f6f3ee;
  border-color: #a15547;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT64C51B5C .jq-selectbox li,
.cid-rT64C51B5C .jq-selectbox li {
  background-color: #f6f3ee;
  color: #000000;
}
.cid-rT64C51B5C .jq-selectbox li:hover,
.cid-rT64C51B5C .jq-selectbox li.selected {
  background-color: #f6f3ee;
  color: #000000;
}
.cid-rT64C51B5C .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rT64C51B5C .jq-number__spin.minus:hover:after,
.cid-rT64C51B5C .jq-number__spin.plus:hover:after {
  border-top-color: #f6f3ee;
  border-bottom-color: #f6f3ee;
}
.cid-rT64C51B5C .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rT64C51B5C .jq-number__spin.minus:after,
.cid-rT64C51B5C .jq-number__spin.plus:after {
  border-top-color: #f6f3ee;
  border-bottom-color: #f6f3ee;
}
.cid-rT64C51B5C .jq-selectbox__trigger-arrow {
  border-top-color: #d58f76 !important;
  border-bottom-color: #d58f76 !important;
}
.cid-rT64C51B5C input::-webkit-clear-button {
  display: none;
}
.cid-rT64C51B5C input::-webkit-inner-spin-button {
  display: none;
}
.cid-rT64C51B5C input::-webkit-outer-spin-button {
  display: none;
}
.cid-rT64C51B5C input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rT64C51B5C H5 {
  text-align: center;
  color: #490c1c;
}
.cid-rT64C51B5C H6 {
  text-align: center;
  color: #000000;
}
.cid-rT64CZUMpE {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rT64CZUMpE .container {
    max-width: 1400px;
  }
}
.cid-rT64CZUMpE img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-rT64CZUMpE .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT64CZUMpE .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rT64CZUMpE .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-rT64CZUMpE .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-rT64CZUMpE .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
@media (max-width: 767px) {
  .cid-rT64CZUMpE .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-rT64CZUMpE .card-subtitle {
  color: #03414c;
}
.cid-rT64CZUMpE .mbr-price {
  color: #7a253b;
}
.cid-rT64CZUMpE .mbr-section-subtitle {
  color: #e99b9b;
}
.cid-rT64CZUMpE .mbr-text,
.cid-rT64CZUMpE .link-align {
  color: #555555;
}
.cid-rT64CZUMpE .main-title {
  color: #7a253b;
}
.cid-voyIoUqLgJ {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/workshop20ladies20table-1536x1024.png");
}
.cid-voyIoUqLgJ .carousel {
  z-index: 2;
  position: relative;
}
.cid-voyIoUqLgJ .user {
  padding: 0 !important;
}
.cid-voyIoUqLgJ .mbr-iconfont {
  font-size: 3rem;
  color: #d58f76 !important;
}
.cid-voyIoUqLgJ .user_name {
  margin: 0;
  color: #d58f76;
}
.cid-voyIoUqLgJ .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-voyIoUqLgJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-voyIoUqLgJ .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-voyIoUqLgJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-voyIoUqLgJ .carousel-item.active,
.cid-voyIoUqLgJ .carousel-item-next,
.cid-voyIoUqLgJ .carousel-item-prev {
  display: flex;
}
.cid-voyIoUqLgJ .carousel-controls a {
  font-size: 2rem;
}
.cid-voyIoUqLgJ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #d58f76 !important;
  background: transparent;
  opacity: 0.8 !important;
}
.cid-voyIoUqLgJ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-voyIoUqLgJ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-voyIoUqLgJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #d58f76;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-voyIoUqLgJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-voyIoUqLgJ .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-voyIoUqLgJ .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-voyIoUqLgJ .user_text {
  color: #f6f3ee;
}
@media (max-width: 992px) {
  .cid-voyIoUqLgJ .carousel-controls a span {
    top: auto;
    bottom: -40px;
  }
}
.cid-voyIoUqLgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voyIoUqLgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voyI39WUC5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-voyI39WUC5 .mbr-iconfont {
  font-size: 3rem;
  color: #e99b9b;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (min-width: 1400px) {
  .cid-voyI39WUC5 .card-wrapper {
    padding: 0 2rem;
  }
}
.cid-voyI39WUC5 .card {
  border-radius: 0;
  width: 100%;
}
.cid-voyI39WUC5 .card2 {
  border-right: 1px solid #f6f3ee;
}
.cid-voyI39WUC5 .card3 {
  border-right: 1px solid #f6f3ee;
}
.cid-voyI39WUC5 .card1 {
  border-right: 1px solid #f6f3ee;
}
.cid-voyI39WUC5 h4 {
  margin: 0;
}
.cid-voyI39WUC5 .card-text {
  color: #809a8b;
  text-align: center;
}
.cid-voyI39WUC5 .mbr-text {
  color: #200960;
}
.cid-voyI39WUC5 .card-title {
  color: #03414c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-voyI39WUC5 .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-voyI39WUC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voyI39WUC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rT64CvX1B7 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f6f3ee;
}
@media (min-width: 1500px) {
  .cid-rT64CvX1B7 .container {
    max-width: 1400px;
  }
}
.cid-rT64CvX1B7 img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-rT64CvX1B7 .content {
  margin: auto;
}
.cid-rT64CvX1B7 .mbr-text,
.cid-rT64CvX1B7 .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-rT64CvX1B7 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rT64CvX1B7 .img-col {
    padding-bottom: 2rem;
  }
}
.cid-rT64CvX1B7 .quote {
  color: #555555;
}
.cid-rT64CvX1B7 H3 {
  color: #03414c;
}
.cid-rT64CvX1B7 H4 {
  color: #d58f76;
}
.cid-rT64CvX1B7 .mbr-text {
  color: #809a8b;
}
.cid-voCHfuHMzT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-voCHfuHMzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCHfuHMzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCHfuHMzT .mbr-section-head {
  margin-bottom: 32px;
}
.cid-voCHfuHMzT .mbr-section-title {
  color: #7a253b;
}
.cid-voCHfuHMzT .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-voCHfuHMzT .cards-row {
  row-gap: 32px;
}
.cid-voCHfuHMzT .item {
  border-radius: 0;
}
.cid-voCHfuHMzT .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #f6f3ee;
}
@media (max-width: 991px) {
  .cid-voCHfuHMzT .item-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-voCHfuHMzT .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-voCHfuHMzT .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-voCHfuHMzT .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #b79b6c;
}
.cid-voCHfuHMzT .card-title {
  margin-bottom: 8px;
  color: #03414c;
}
.cid-voCHfuHMzT .card-subtitle {
  color: #809a8b;
}
.cid-voCHfuHMzT .card-bottom-wrap {
  margin-top: 24px;
}
.cid-voCHfuHMzT .card-name {
  color: #e99b9b;
}
.cid-voCHfuHMzT .card-text {
  color: #7a253b;
}
.cid-voCE51A10F {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/workshop20seats-1672x941.png");
}
.cid-voCE51A10F .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.6;
}
.cid-voCE51A10F input,
.cid-voCE51A10F textarea,
.cid-voCE51A10F .jqselect {
  font-weight: 300 !important;
  border-radius: 0;
}
.cid-voCE51A10F textarea {
  min-height: 200px !important;
}
.cid-voCE51A10F .jq-selectbox__select-text {
  color: #490c1c;
}
.cid-voCE51A10F .jq-selectbox li {
  background-color: #f6f3ee !important;
  padding: 1.2em 1.4em !important;
  color: #490c1c !important;
  border-top: 1px solid #d8d4c6;
}
.cid-voCE51A10F .form-control,
.cid-voCE51A10F .field-input {
  padding: 1.1rem 1.5rem;
  height: auto;
  background-color: #d8d4c6;
  border-color: #f6f3ee;
  color: #111111;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-voCE51A10F .form-control::-webkit-input-placeholder,
.cid-voCE51A10F .field-input::-webkit-input-placeholder,
.cid-voCE51A10F .form-control::-webkit-input-placeholder,
.cid-voCE51A10F .field-input::-webkit-input-placeholder {
  color: #490c1c;
}
.cid-voCE51A10F .form-control:-moz-placeholder,
.cid-voCE51A10F .field-input:-moz-placeholder,
.cid-voCE51A10F .form-control:-moz-placeholder,
.cid-voCE51A10F .field-input:-moz-placeholder {
  color: #490c1c;
}
.cid-voCE51A10F .form-control:hover,
.cid-voCE51A10F .field-input:hover,
.cid-voCE51A10F .form-control:focus,
.cid-voCE51A10F .field-input:focus {
  background-color: #eceae4;
  border-color: #f6f3ee !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-voCE51A10F .form-control:hover::-webkit-input-placeholder,
.cid-voCE51A10F .field-input:hover::-webkit-input-placeholder,
.cid-voCE51A10F .form-control:focus::-webkit-input-placeholder,
.cid-voCE51A10F .field-input:focus::-webkit-input-placeholder,
.cid-voCE51A10F .form-control:hover::-webkit-input-placeholder,
.cid-voCE51A10F .field-input:hover::-webkit-input-placeholder,
.cid-voCE51A10F .form-control:focus::-webkit-input-placeholder,
.cid-voCE51A10F .field-input:focus::-webkit-input-placeholder {
  color: #a15547;
}
.cid-voCE51A10F .form-control:hover:-moz-placeholder,
.cid-voCE51A10F .field-input:hover:-moz-placeholder,
.cid-voCE51A10F .form-control:focus:-moz-placeholder,
.cid-voCE51A10F .field-input:focus:-moz-placeholder,
.cid-voCE51A10F .form-control:hover:-moz-placeholder,
.cid-voCE51A10F .field-input:hover:-moz-placeholder,
.cid-voCE51A10F .form-control:focus:-moz-placeholder,
.cid-voCE51A10F .field-input:focus:-moz-placeholder {
  color: #a15547;
}
.cid-voCE51A10F textarea {
  padding-top: 1rem !important;
}
.cid-voCE51A10F .jq-number__spin:hover,
.cid-voCE51A10F .jq-number__spin:focus {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-voCE51A10F .jq-number__spin {
  background-color: #d8d4c6;
  border-color: #f6f3ee;
  color: #111111;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-voCE51A10F .jq-selectbox li,
.cid-voCE51A10F .jq-selectbox li {
  background-color: #d8d4c6;
  color: #000000;
}
.cid-voCE51A10F .jq-selectbox li:hover,
.cid-voCE51A10F .jq-selectbox li.selected {
  background-color: #eceae4;
  color: #000000;
}
.cid-voCE51A10F .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-voCE51A10F .jq-number__spin.minus:hover:after,
.cid-voCE51A10F .jq-number__spin.plus:hover:after {
  border-top-color: #d8d4c6;
  border-bottom-color: #d8d4c6;
}
.cid-voCE51A10F .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-voCE51A10F .jq-number__spin.minus:after,
.cid-voCE51A10F .jq-number__spin.plus:after {
  border-top-color: #eceae4;
  border-bottom-color: #eceae4;
}
.cid-voCE51A10F .jq-selectbox__trigger-arrow {
  border-top-color: #490c1c !important;
  border-bottom-color: #490c1c !important;
}
.cid-voCE51A10F input::-webkit-clear-button {
  display: none;
}
.cid-voCE51A10F input::-webkit-inner-spin-button {
  display: none;
}
.cid-voCE51A10F input::-webkit-outer-spin-button {
  display: none;
}
.cid-voCE51A10F input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-voCE51A10F H5 {
  text-align: center;
  color: #200960;
}
.cid-voCE51A10F H6 {
  text-align: center;
  color: #d58f76;
}
.cid-voCE51A10F .form-title {
  color: #490c1c;
}
.cid-voCE51A10F .mbr-section-subtitle {
  color: #7a253b;
}
.cid-rT64E22cPe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #490c1c;
}
.cid-rT64E22cPe .mbr-iconfont {
  font-size: 3rem;
  color: #d58f76;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-rT64E22cPe .card-wrapper {
    padding: 0 3rem;
  }
}
.cid-rT64E22cPe .card-title {
  color: #ffffff;
}
.cid-rT64E22cPe .card {
  border-radius: 0;
  width: 100%;
}
.cid-rT64E22cPe .card2 {
  border-right: 1px solid #ffffff;
}
.cid-rT64E22cPe .card1 {
  border-right: 1px solid #ffffff;
}
.cid-rT64E22cPe h4 {
  margin: 0;
}
.cid-rT64E22cPe .card-text {
  color: #ffffff;
}
.cid-rT64E22cPe .mbr-text {
  color: #200960;
}
@media (max-width: 991px) {
  .cid-rT64E22cPe .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-voDgXbhM5U {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-voDgXbhM5U .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-voDgXbhM5U li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-voDgXbhM5U .time {
  line-height: 2;
  text-align: center;
}
.cid-voDgXbhM5U .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-voDgXbhM5U .text-wrap {
  width: 100%;
}
.cid-voDgXbhM5U .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-voDgXbhM5U .item-wrap span,
.cid-voDgXbhM5U .item-wrap p {
  transition: all 0.3s;
}
.cid-voDgXbhM5U .item-wrap:hover span,
.cid-voDgXbhM5U .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-voDgXbhM5U .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-voDgXbhM5U .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #d58f76 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-voDgXbhM5U .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-voDgXbhM5U .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-voDgXbhM5U .mbr-iconfont {
  font-size: 1.2rem;
  color: #999999 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-voDgXbhM5U .socicon-wrap {
    margin: auto;
  }
  .cid-voDgXbhM5U .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-voDgXbhM5U .title {
  color: #ffffff;
  text-align: justify;
}
.cid-voDgXbhM5U .mbr-text {
  color: #999999;
}
.cid-voDgXbhM5U .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-voDgXbhM5U .icon-title,
.cid-voDgXbhM5U .align-wrap {
  color: #999999;
  text-align: center;
}
.cid-voDE3a2tEZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-voDE3a2tEZ .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-voDE3a2tEZ .copyright,
  .cid-voDE3a2tEZ .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-voDE3a2tEZ .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-voDE3a2tEZ .mbr-text {
  color: #cccccc;
}
.cid-rT64EvJ41Z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-rT64EvJ41Z .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rT64EvJ41Z .copyright,
  .cid-rT64EvJ41Z .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-rT64EvJ41Z .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rT64EvJ41Z .mbr-text {
  color: #cccccc;
}
.cid-voEAiLG5sW .navbar {
  padding: 0.5rem 0;
  background: #f6f3ee;
  transition: none;
  min-height: 50px;
}
.cid-voEAiLG5sW .navbar-fixed-top {
  padding-top: 0;
}
.cid-voEAiLG5sW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voEAiLG5sW .collapse {
  justify-content: space-between !important;
}
.cid-voEAiLG5sW .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-voEAiLG5sW .mbr-iconfont {
  cursor: pointer;
}
.cid-voEAiLG5sW .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-voEAiLG5sW .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #7a253b;
  border-radius: 50%;
}
.cid-voEAiLG5sW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-voEAiLG5sW .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-voEAiLG5sW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voEAiLG5sW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-voEAiLG5sW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voEAiLG5sW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voEAiLG5sW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voEAiLG5sW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voEAiLG5sW .menu-content-top {
  background: #7a253b;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-voEAiLG5sW .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-voEAiLG5sW .dropdown-item,
.cid-voEAiLG5sW .nav-link,
.cid-voEAiLG5sW .brand-name {
  font-style: normal;
}
.cid-voEAiLG5sW .dropdown-item:hover,
.cid-voEAiLG5sW .nav-link:hover,
.cid-voEAiLG5sW .brand-name:hover {
  color: #7a253b !important;
}
.cid-voEAiLG5sW .dropdown-menu {
  background-color: #f6f3ee;
}
.cid-voEAiLG5sW .dropdown-item:active {
  background-color: #f6f3ee;
}
.cid-voEAiLG5sW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-voEAiLG5sW .navbar-dropdown.bg-color.transparent.opened {
  background: #f6f3ee;
}
.cid-voEAiLG5sW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voEAiLG5sW .content-text {
  margin-bottom: 0;
}
.cid-voEAiLG5sW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voEAiLG5sW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7a253b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voEAiLG5sW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-voEAiLG5sW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-voEAiLG5sW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voEAiLG5sW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voEAiLG5sW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voEAiLG5sW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voEAiLG5sW .nav-dropdown .link {
  font-weight: 400;
}
.cid-voEAiLG5sW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voEAiLG5sW .content-right-side {
  text-align: center;
}
.cid-voEAiLG5sW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-voEAiLG5sW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-voEAiLG5sW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #f6f3ee !important;
}
.cid-voEAiLG5sW .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-voEAiLG5sW .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-voEAiLG5sW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voEAiLG5sW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-voEAiLG5sW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-voEAiLG5sW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-voEAiLG5sW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-voEAiLG5sW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-voEAiLG5sW .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-voEAiLG5sW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voEAiLG5sW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-voEAiLG5sW .navbar {
    display: block;
    padding: 0;
  }
  .cid-voEAiLG5sW .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voEAiLG5sW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-voEAiLG5sW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-voEAiLG5sW .navbar-toggler {
    display: none;
  }
}
.cid-voEAiLG5sW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-voEAiLG5sW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-voEAiLG5sW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voEAiLG5sW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-voEAiLG5sW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voEAiLG5sW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voEAiLG5sW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voEAiLG5sW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voEAiLG5sW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voEAiLG5sW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voEAiLG5sW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voEAiLG5sW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voEAiLG5sW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voEAiLG5sW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voEAiLG5sW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voEAiLG5sW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voEAiLG5sW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voEAiLG5sW .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-voEAiLG5sW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voEAiLG5sW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voEAiLG5sW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voEAiLG5sW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voEAiLG5sW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-voEAiLG5sW button.navbar-toggler:focus {
  outline: none;
}
.cid-voEAiLG5sW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d58f76;
}
.cid-voEAiLG5sW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voEAiLG5sW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voEAiLG5sW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voEAiLG5sW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voEAiLG5sW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voEAiLG5sW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voEAiLG5sW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voEAiLG5sW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voEAiLG5sW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voEAiLG5sW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voEAiLG5sW .collapsed .btn {
  display: flex;
}
.cid-voEAiLG5sW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voEAiLG5sW .collapsed .navbar-collapse.collapsing,
.cid-voEAiLG5sW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voEAiLG5sW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voEAiLG5sW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voEAiLG5sW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voEAiLG5sW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voEAiLG5sW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-voEAiLG5sW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-voEAiLG5sW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voEAiLG5sW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-voEAiLG5sW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voEAiLG5sW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voEAiLG5sW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voEAiLG5sW .collapsed button.navbar-toggler {
  display: block;
}
.cid-voEAiLG5sW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-voEAiLG5sW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voEAiLG5sW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-voEAiLG5sW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voEAiLG5sW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voEAiLG5sW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-voEAiLG5sW .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-voEAiLG5sW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-voEAiLG5sW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-voEAiLG5sW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voEAiLG5sW .navbar-collapse.collapsing,
  .cid-voEAiLG5sW .navbar-collapse.show {
    display: block !important;
  }
  .cid-voEAiLG5sW .navbar-collapse.collapsing .navbar-nav,
  .cid-voEAiLG5sW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voEAiLG5sW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voEAiLG5sW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voEAiLG5sW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-voEAiLG5sW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-voEAiLG5sW .navbar-collapse.collapsing .navbar-buttons,
  .cid-voEAiLG5sW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-voEAiLG5sW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voEAiLG5sW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voEAiLG5sW img {
    height: 3.8rem !important;
  }
  .cid-voEAiLG5sW .btn {
    display: flex;
  }
  .cid-voEAiLG5sW button.navbar-toggler {
    display: block;
  }
  .cid-voEAiLG5sW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-voEAiLG5sW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voEAiLG5sW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-voEAiLG5sW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voEAiLG5sW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voEAiLG5sW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-voEAiLG5sW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-voEAiLG5sW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-voEAiLG5sW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voEAiLG5sW .nav-link:focus {
  outline: none;
}
.cid-voEAiLG5sW .navbar-toggler {
  position: relative;
}
.cid-voEAiLG5sW .dropdown-item.active,
.cid-voEAiLG5sW .dropdown-item:active {
  color: initial;
}
.cid-voEAiLG5sW .widget-title,
.cid-voEAiLG5sW .widget-icon {
  color: #ffffff;
}
.cid-voEAiLG5sW .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-voEAiLG5sW .menu-logo {
    display: none;
  }
  .cid-voEAiLG5sW .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-voEAiLG5sW .nav-item:before {
    content: none;
  }
  .cid-voEAiLG5sW .navbar {
    padding: 0;
  }
  .cid-voEAiLG5sW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voEAiLG5sW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-voEAiMy6Se {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/workshop20seats-1672x941.png");
}
.cid-voEAiMy6Se H2 {
  color: #f6f3ee;
  text-align: center;
}
.cid-voEAiMy6Se .mbr-text,
.cid-voEAiMy6Se .mbr-section-btn {
  color: #f6f3ee;
  text-align: center;
}
.cid-voEAiMy6Se H1 {
  color: #03414c;
  text-align: center;
}
.cid-voLimGT9HY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voLimGT9HY .title__wrap {
  margin-bottom: 30px;
}
.cid-voLimGT9HY .title__block {
  margin-bottom: 10px;
}
.cid-voLimGT9HY .mbr-section-title,
.cid-voLimGT9HY .text__time,
.cid-voLimGT9HY .mbr-text,
.cid-voLimGT9HY .text__author,
.cid-voLimGT9HY .text__hall {
  margin-bottom: 0;
}
.cid-voLimGT9HY .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-voLimGT9HY .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-voLimGT9HY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-voLimGT9HY .mbr-section-btn .btn-secondary-outline:hover {
  color: #7a253b !important;
}
.cid-voLimGT9HY .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-voLimGT9HY .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-voLimGT9HY .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-voLimGT9HY .nav-tabs .nav-item.open .nav-link:focus,
.cid-voLimGT9HY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-voLimGT9HY .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-voLimGT9HY .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-voLimGT9HY .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #809a8b;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-voLimGT9HY .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-voLimGT9HY .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #e78282;
}
.cid-voLimGT9HY .nav-tabs .nav-link.active:hover {
  background-color: #e78282;
}
@media (max-width: 991px) {
  .cid-voLimGT9HY .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-voLimGT9HY .buttons {
    justify-content: flex-start;
  }
}
.cid-voLimGT9HY .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-voLimGT9HY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voLimGT9HY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voLimGT9HY .mbr-section-title {
  color: #7f1933;
}
.cid-voLimGT9HY .text__time {
  color: #03414c;
}
.cid-voLimGT9HY .mbr-text {
  color: #7f1933;
}
.cid-voLimGT9HY .text__author {
  color: #555555;
}
.cid-voLiJylPk7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f3ee;
}
.cid-voLiJylPk7 .row {
  flex-direction: row-reverse;
}
.cid-voLiJylPk7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-voLiJylPk7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-voLiJylPk7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-voLiJylPk7 .mbr-card-title {
  color: #809a8b;
}
.cid-voLiJylPk7 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voLiJylPk7 .mbr-text,
.cid-voLiJylPk7 .mbr-section-btn {
  text-align: left;
}
.cid-voLiJylPk7 .row {
  align-items: center;
}
.cid-voEAALPlqB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-voEAALPlqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEAALPlqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEAALPlqB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-voEAALPlqB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voEAALPlqB .mbr-iconfont {
  font-size: 3rem;
  color: #e78282;
  padding-right: 1.5rem;
}
.cid-voEAALPlqB img,
.cid-voEAALPlqB .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-voEAALPlqB .content-head {
  max-width: 800px;
}
.cid-voEAALPlqB .mbr-section-title {
  color: #7a253b;
}
.cid-voEAALPlqB .card-text {
  color: #cc2952;
}
.cid-voLdgQx4yC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/workshop20ladies20table-1536x1024.png");
}
.cid-voLdgQx4yC .mbr-fallback-image.disabled {
  display: none;
}
.cid-voLdgQx4yC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-voLdgQx4yC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-voLdgQx4yC .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-voLdgQx4yC .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-voLdgQx4yC .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voLdgQx4yC .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-voLdgQx4yC .form-wrap .dragArea.row {
  margin: 0;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group .form-control {
  background-color: #eceae4;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #7a253b !important;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-voLdgQx4yC .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-voLdgQx4yC .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voLdgQx4yC .mbr-label {
  color: #ffffff;
}
.cid-voLdgQx4yC .mbr-section-title {
  color: #ffffff;
}
.cid-voLdgQx4yC label {
  color: #ffffff;
}
.cid-voLdgQx4yC .mbr-section-title,
.cid-voLdgQx4yC .title-wrapper {
  color: #809a8b;
}
.cid-voLdgQx4yC LABEL {
  color: #f6f3ee;
}
.cid-voEAiNpKCD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voEAiNpKCD H3 {
  color: #ffffff;
}
.cid-voEAiNpKCD H4 {
  color: #d58f76;
}
.cid-voEAiOWN4l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voEAiOWN4l H3 {
  color: #7a253b;
}
.cid-voEAiOWN4l H4 {
  color: #d58f76;
}
.cid-voEAiOWN4l .mbr-text,
.cid-voEAiOWN4l .mbr-section-btn {
  color: #555555;
}
.cid-voEAiPbGk9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-voEAiPbGk9 .card {
  margin: auto;
}
.cid-voEAiPbGk9 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #809a8b;
  margin-bottom: 2rem;
}
.cid-voEAiPbGk9 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-voEAiPbGk9 .card-text,
.cid-voEAiPbGk9 .card-box {
  color: #999999;
}
.cid-voEAiPbGk9 .display-5 {
  font-size: 1.6rem;
}
.cid-voEAiPbGk9 h4 {
  margin-bottom: 10px;
}
.cid-voEAiPbGk9 .card-title,
.cid-voEAiPbGk9 .card-box {
  color: #03414c;
}
.cid-voEAiPbGk9 .mbr-section-subtitle,
.cid-voEAiPbGk9 .card-box {
  color: #555555;
}
.cid-voEAiPbGk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEAiPbGk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEAiPwUbe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voEAiPwUbe H3 {
  color: #7a253b;
}
.cid-voEAiPwUbe H4 {
  color: #d58f76;
}
.cid-voEAiPwUbe .mbr-text,
.cid-voEAiPwUbe .mbr-section-btn {
  color: #e99b9b;
}
.cid-voEAiQoHbv {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/chatgpt20image20jul2082020262001-19-1920am-1535x1024.png");
}
.cid-voEAiQoHbv .carousel {
  z-index: 2;
  position: relative;
}
.cid-voEAiQoHbv .user {
  padding: 0 !important;
}
.cid-voEAiQoHbv .mbr-iconfont {
  font-size: 3rem;
  color: #d58f76 !important;
}
.cid-voEAiQoHbv .user_name {
  margin: 0;
  color: #d58f76;
}
.cid-voEAiQoHbv .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-voEAiQoHbv .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-voEAiQoHbv .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-voEAiQoHbv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-voEAiQoHbv .carousel-item.active,
.cid-voEAiQoHbv .carousel-item-next,
.cid-voEAiQoHbv .carousel-item-prev {
  display: flex;
}
.cid-voEAiQoHbv .carousel-controls a {
  font-size: 2rem;
}
.cid-voEAiQoHbv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #d58f76 !important;
  background: transparent;
  opacity: 0.8 !important;
}
.cid-voEAiQoHbv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-voEAiQoHbv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-voEAiQoHbv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #d58f76;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-voEAiQoHbv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-voEAiQoHbv .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-voEAiQoHbv .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-voEAiQoHbv .user_text {
  color: #f6f3ee;
}
@media (max-width: 992px) {
  .cid-voEAiQoHbv .carousel-controls a span {
    top: auto;
    bottom: -40px;
  }
}
.cid-voEAiQoHbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEAiQoHbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEAiQO3y5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-voEAiQO3y5 .mbr-iconfont {
  font-size: 3rem;
  color: #e99b9b;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (min-width: 1400px) {
  .cid-voEAiQO3y5 .card-wrapper {
    padding: 0 2rem;
  }
}
.cid-voEAiQO3y5 .card {
  border-radius: 0;
  width: 100%;
}
.cid-voEAiQO3y5 .card2 {
  border-right: 1px solid #f6f3ee;
}
.cid-voEAiQO3y5 .card3 {
  border-right: 1px solid #f6f3ee;
}
.cid-voEAiQO3y5 .card1 {
  border-right: 1px solid #f6f3ee;
}
.cid-voEAiQO3y5 h4 {
  margin: 0;
}
.cid-voEAiQO3y5 .card-text {
  color: #809a8b;
  text-align: center;
}
.cid-voEAiQO3y5 .mbr-text {
  color: #200960;
}
.cid-voEAiQO3y5 .card-title {
  color: #03414c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-voEAiQO3y5 .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-voEAiQO3y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEAiQO3y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEAiRodjU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-voEAiRodjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEAiRodjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEAiRodjU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-voEAiRodjU .mbr-section-title {
  color: #7a253b;
}
.cid-voEAiRodjU .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-voEAiRodjU .cards-row {
  row-gap: 32px;
}
.cid-voEAiRodjU .item {
  border-radius: 0;
}
.cid-voEAiRodjU .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #f6f3ee;
}
@media (max-width: 991px) {
  .cid-voEAiRodjU .item-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-voEAiRodjU .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-voEAiRodjU .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-voEAiRodjU .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #b79b6c;
}
.cid-voEAiRodjU .card-title {
  margin-bottom: 8px;
  color: #03414c;
}
.cid-voEAiRodjU .card-subtitle {
  color: #809a8b;
}
.cid-voEAiRodjU .card-bottom-wrap {
  margin-top: 24px;
}
.cid-voEAiRodjU .card-name {
  color: #e99b9b;
}
.cid-voEAiRodjU .card-text {
  color: #7a253b;
}
.cid-voEAiSfezc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #490c1c;
}
.cid-voEAiSfezc .mbr-iconfont {
  font-size: 3rem;
  color: #d58f76;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-voEAiSfezc .card-wrapper {
    padding: 0 3rem;
  }
}
.cid-voEAiSfezc .card-title {
  color: #ffffff;
}
.cid-voEAiSfezc .card {
  border-radius: 0;
  width: 100%;
}
.cid-voEAiSfezc .card2 {
  border-right: 1px solid #ffffff;
}
.cid-voEAiSfezc .card1 {
  border-right: 1px solid #ffffff;
}
.cid-voEAiSfezc h4 {
  margin: 0;
}
.cid-voEAiSfezc .card-text {
  color: #ffffff;
}
.cid-voEAiSfezc .mbr-text {
  color: #200960;
}
@media (max-width: 991px) {
  .cid-voEAiSfezc .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-voEAiSxQOW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-voEAiSxQOW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-voEAiSxQOW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-voEAiSxQOW .time {
  line-height: 2;
  text-align: center;
}
.cid-voEAiSxQOW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-voEAiSxQOW .text-wrap {
  width: 100%;
}
.cid-voEAiSxQOW .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-voEAiSxQOW .item-wrap span,
.cid-voEAiSxQOW .item-wrap p {
  transition: all 0.3s;
}
.cid-voEAiSxQOW .item-wrap:hover span,
.cid-voEAiSxQOW .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-voEAiSxQOW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-voEAiSxQOW .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #d58f76 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-voEAiSxQOW .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-voEAiSxQOW .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-voEAiSxQOW .mbr-iconfont {
  font-size: 1.2rem;
  color: #999999 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-voEAiSxQOW .socicon-wrap {
    margin: auto;
  }
  .cid-voEAiSxQOW .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-voEAiSxQOW .title {
  color: #ffffff;
  text-align: justify;
}
.cid-voEAiSxQOW .mbr-text {
  color: #999999;
}
.cid-voEAiSxQOW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-voEAiSxQOW .icon-title,
.cid-voEAiSxQOW .align-wrap {
  color: #999999;
  text-align: center;
}
.cid-voEAiTjTqk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-voEAiTjTqk .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-voEAiTjTqk .copyright,
  .cid-voEAiTjTqk .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-voEAiTjTqk .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-voEAiTjTqk .mbr-text {
  color: #cccccc;
}
.cid-voEAiTYRon {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-voEAiTYRon .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-voEAiTYRon .copyright,
  .cid-voEAiTYRon .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-voEAiTYRon .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-voEAiTYRon .mbr-text {
  color: #cccccc;
}
