.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 11.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.8rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.3rem;
    font-size: calc( 3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.152rem;
    font-size: calc( 1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #847844 !important;
}
.bg-success {
  background-color: #efe7d0 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #403700 !important;
}
.bg-danger {
  background-color: #847844 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #847844 !important;
  border-color: #847844 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a69755 !important;
  border-color: #a69755 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a69755 !important;
  border-color: #a69755 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #554914 !important;
  border-color: #554914 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7e6c1e !important;
  border-color: #7e6c1e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7e6c1e !important;
  border-color: #7e6c1e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #efe7d0 !important;
  border-color: #efe7d0 !important;
  color: #8f7731 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fcfaf6 !important;
  border-color: #fcfaf6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #8f7731 !important;
  background-color: #fcfaf6 !important;
  border-color: #fcfaf6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #403700 !important;
  border-color: #403700 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #736300 !important;
  border-color: #736300 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #736300 !important;
  border-color: #736300 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #847844 !important;
  border-color: #847844 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #a69755 !important;
  border-color: #a69755 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a69755 !important;
  border-color: #a69755 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #847844;
  color: #847844;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4b4427 !important;
  background-color: transparent !important;
  border-color: #4b4427 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #847844 !important;
  border-color: #847844 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #554914;
  color: #554914;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0f0d03 !important;
  background-color: transparent !important;
  border-color: #0f0d03 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #554914 !important;
  border-color: #554914 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #efe7d0;
  color: #efe7d0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d9c68f !important;
  background-color: transparent !important;
  border-color: #d9c68f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #8f7731 !important;
  background-color: #efe7d0 !important;
  border-color: #efe7d0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #403700;
  color: #403700;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #403700 !important;
  border-color: #403700 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #847844;
  color: #847844;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4b4427 !important;
  background-color: transparent !important;
  border-color: #4b4427 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #847844 !important;
  border-color: #847844 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #847844 !important;
}
.text-secondary {
  color: #554914 !important;
}
.text-success {
  color: #efe7d0 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #403700 !important;
}
.text-danger {
  color: #847844 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #413b21 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020201 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d5c084 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #413b21 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #847844;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #403700;
}
.alert-danger {
  background-color: #847844;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #847844;
  border-color: #847844;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #847844;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1b687;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe126;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c1b687;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.8rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #847844 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.8rem;
}
blockquote {
  border-color: #847844;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #847844;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #847844;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #847844;
  border-bottom-color: #847844;
}
.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: #847844 !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: #554914 !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='%23847844' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #403700 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #847844 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #847844 !important;
}
img {
  border-radius: .3rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u14FyIvvE4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u14FyIvvE4 .navbar-dropdown {
  background: rgba(132, 120, 68, 0.9) !important;
  padding: 0;
}
.cid-u14FyIvvE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(132, 120, 68, 0.9) !important;
  background: #847844;
}
.cid-u14FyIvvE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14FyIvvE4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u14FyIvvE4 .menu_box .navbar.opened,
  .cid-u14FyIvvE4 .menu_box .navbar-collapse {
    background-color: #847844 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u14FyIvvE4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u14FyIvvE4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u14FyIvvE4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u14FyIvvE4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-u14FyIvvE4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u14FyIvvE4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u14FyIvvE4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u14FyIvvE4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u14FyIvvE4 .offcanvas-body .mbr-text,
  .cid-u14FyIvvE4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u14FyIvvE4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #403700;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u14FyIvvE4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u14FyIvvE4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u14FyIvvE4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u14FyIvvE4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u14FyIvvE4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u14FyIvvE4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u14FyIvvE4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u14FyIvvE4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u14FyIvvE4 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .nav-item {
    margin: 0 !important;
  }
}
.cid-u14FyIvvE4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u14FyIvvE4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #554914;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u14FyIvvE4 .nav-item .nav-link:hover::before,
.cid-u14FyIvvE4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u14FyIvvE4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u14FyIvvE4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u14FyIvvE4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u14FyIvvE4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u14FyIvvE4 .offcanvas_box {
    display: none;
  }
}
.cid-u14FyIvvE4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u14FyIvvE4 .container {
  display: flex;
  margin: auto;
}
.cid-u14FyIvvE4 .iconfont-wrapper {
  color: #fcefff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u14FyIvvE4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u14FyIvvE4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u14FyIvvE4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .navbar-nav {
    margin: 0;
  }
}
.cid-u14FyIvvE4 .dropdown-menu,
.cid-u14FyIvvE4 .navbar.opened {
  background-color: true !important;
}
.cid-u14FyIvvE4 .nav-item:focus,
.cid-u14FyIvvE4 .nav-link:focus {
  outline: none;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14FyIvvE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14FyIvvE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14FyIvvE4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u14FyIvvE4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u14FyIvvE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u14FyIvvE4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u14FyIvvE4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-u14FyIvvE4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u14FyIvvE4 .navbar.collapsed {
  justify-content: center;
}
.cid-u14FyIvvE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14FyIvvE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14FyIvvE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u14FyIvvE4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u14FyIvvE4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u14FyIvvE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14FyIvvE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u14FyIvvE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14FyIvvE4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u14FyIvvE4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u14FyIvvE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u14FyIvvE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14FyIvvE4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u14FyIvvE4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14FyIvvE4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14FyIvvE4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14FyIvvE4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u14FyIvvE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u14FyIvvE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14FyIvvE4 .dropdown-item.active,
.cid-u14FyIvvE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u14FyIvvE4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14FyIvvE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14FyIvvE4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u14FyIvvE4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14FyIvvE4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #847844;
  background: #efe7d0;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #403700;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u14FyIvvE4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u14FyIvvE4 .navbar {
    height: 70px;
  }
  .cid-u14FyIvvE4 .navbar.opened {
    height: auto;
  }
  .cid-u14FyIvvE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u14FyIvvE4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u14FyIvvE4 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-u14FyIvvE4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u14FyIvvE4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u14FyIvvE4 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-u14FyIvvE4 .navbar-caption:hover {
  color: #847844;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u14FyIvvE4 .text_widget {
  margin-bottom: 32px;
}
.cid-u14FyIvvE4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u14FyIvvE4 .text_widget a:hover,
.cid-u14FyIvvE4 .text_widget a:focus {
  opacity: .8;
}
.cid-u14FyIvvE4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u14FyIvvE4 .navbar-caption {
  color: #ffffff;
}
.cid-u14FyIvvE4 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-u14FyIvvE4 .mbr-section-subtitle,
.cid-u14FyIvvE4 .text_widget,
.cid-u14FyIvvE4 .mbr-section-btn {
  text-align: center;
}
.cid-u14FyIvvE4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v48FF6lz3M {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.cid-v48FF6lz3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48FF6lz3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/img-1901-1450x967.jpg");
}
.cid-v48FF6lz3M .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v48FF6lz3M .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v48FF6lz3M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v48FF6lz3M .container {
    padding: 0 16px;
  }
}
.cid-v48FF6lz3M .card {
  justify-content: center;
}
.cid-v48FF6lz3M .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v48FF6lz3M .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v48FF6lz3M .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v48FF6lz3M .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v48FF6lz3M .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v48FF6lz3M .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v48FF6lz3M .image-wrapper .image-wrap {
  position: relative;
  border: none;
  border-radius: none !important;
  width: 450px;
  height: 690px;
  display: flex;
  justify-content: center;
}
.cid-v48FF6lz3M .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-v48FF6lz3M .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-v48FF6lz3M .image-wrapper .image-wrap {
    width: 400px;
    height: 460px;
  }
}
.cid-v48FF6lz3M .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-v48FF6lz3M .mbr-section-title {
  color: #ffffff;
}
.cid-v48FF6lz3M .mbr-text {
  color: #f4f4f4;
}
.cid-u14Fz3IwVA {
  overflow: hidden;
  background-image: url("../../../assets/images/gold-1867935-1280-1280x853.jpg");
}
.cid-u14Fz3IwVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Fz3IwVA .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-u14Fz3IwVA .container {
    padding: 0 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-u14Fz3IwVA .content-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  display: inline-flex;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper .text-wrap {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 32px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin: 200px 0 0 0;
}
.cid-u14Fz3IwVA .content-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper img {
    width: 100%;
    height: 400px;
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
.cid-u14Fz3IwVA .mbr-section-title {
  color: #ffffff;
}
.cid-u14Fz3IwVA .mbr-text {
  color: #f4f4f4;
}
.cid-u14Fz3IwVA .mbr-desc {
  color: #847844;
}
.cid-u14Fz3IwVA .mbr-text,
.cid-u14Fz3IwVA .text-wrap {
  text-align: left;
  color: #403700;
}
.cid-u14Fz3IwVA .mbr-section-title,
.cid-u14Fz3IwVA .mbr-section-btn,
.cid-u14Fz3IwVA .title-wrap {
  color: #847844;
}
.cid-v78VnQTvSw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gold-1867935-1280-1280x853.jpg");
}
.cid-v78VnQTvSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v78VnQTvSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v78VnQTvSw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v78VnQTvSw .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v78VnQTvSw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v78VnQTvSw .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v78VnQTvSw .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v78VnQTvSw .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-v78VnQTvSw .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-v78VnQTvSw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v78VnQTvSw .mbr-desc {
  color: #1c1c1c;
}
.cid-v78VnQTvSw .mbr-text {
  color: #1c1c1c;
}
.cid-v4Oe9XcvHM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #dbcba0;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
@media (min-width: 992px) {
  .cid-v4Oe9XcvHM .carousel {
    min-height: 600px;
  }
  .cid-v4Oe9XcvHM .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
.cid-v4Oe9XcvHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Oe9XcvHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Oe9XcvHM .carousel {
    min-height: 390px;
  }
  .cid-v4Oe9XcvHM .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v4Oe9XcvHM .carousel {
    min-height: 330px;
  }
  .cid-v4Oe9XcvHM .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v4Oe9XcvHM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v4Oe9XcvHM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v4Oe9XcvHM .carousel,
.cid-v4Oe9XcvHM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4Oe9XcvHM .item-wrapper {
  width: 100%;
}
.cid-v4Oe9XcvHM .carousel-caption {
  bottom: 40px;
}
.cid-v4Oe9XcvHM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v4Oe9XcvHM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4Oe9XcvHM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4Oe9XcvHM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4Oe9XcvHM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4Oe9XcvHM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4Oe9XcvHM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4Oe9XcvHM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4Oe9XcvHM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v4Oe9XcvHM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4Oe9XcvHM .carousel-indicators li.active,
.cid-v4Oe9XcvHM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4Oe9XcvHM .carousel-indicators li::after,
.cid-v4Oe9XcvHM .carousel-indicators li::before {
  content: none;
}
.cid-v4Oe9XcvHM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4Oe9XcvHM .carousel-indicators {
    display: none !important;
  }
}
.cid-v78TXpBuhO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v78TXpBuhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v78TXpBuhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v78TXpBuhO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v78TXpBuhO .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v78TXpBuhO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v78TXpBuhO .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v78TXpBuhO .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v78TXpBuhO .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-v78TXpBuhO .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-v78TXpBuhO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v78TXpBuhO .mbr-desc {
  color: #1c1c1c;
}
.cid-v78TXpBuhO .mbr-text {
  color: #1c1c1c;
}
.cid-v6MgFJW0Tl {
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v6MgFJW0Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MgFJW0Tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MgFJW0Tl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v6MgFJW0Tl .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v6MgFJW0Tl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v6MgFJW0Tl .container {
    padding: 0 16px;
  }
}
.cid-v6MgFJW0Tl .row {
  justify-content: center;
}
.cid-v6MgFJW0Tl .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-v6MgFJW0Tl .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v6MgFJW0Tl .mbr-figure iframe {
  border-radius: .5em !important;
}
.cid-v6MgFJW0Tl .mbr-figure .app-video-wrapper img {
  border-radius: .5em !important;
  object-fit: cover;
}
.cid-v6MgFJW0Tl .mbr-section-title {
  color: #8fa3b4;
  text-align: center;
}
.cid-v78TXWiKBS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v78TXWiKBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v78TXWiKBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v78TXWiKBS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v78TXWiKBS .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v78TXWiKBS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v78TXWiKBS .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v78TXWiKBS .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v78TXWiKBS .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-v78TXWiKBS .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-v78TXWiKBS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v78TXWiKBS .mbr-desc {
  color: #1c1c1c;
}
.cid-v78TXWiKBS .mbr-text {
  color: #1c1c1c;
}
.cid-v4HDrbIfkX {
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4HDrbIfkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HDrbIfkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HDrbIfkX .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4HDrbIfkX .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4HDrbIfkX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4HDrbIfkX .container {
    padding: 0 16px;
  }
}
.cid-v4HDrbIfkX .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v4HDrbIfkX .row .item {
  padding: 0 24px;
}
.cid-v4HDrbIfkX .row .item:first-child {
  margin-bottom: 0;
}
.cid-v4HDrbIfkX .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-v4HDrbIfkX .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v4HDrbIfkX .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4HDrbIfkX .item {
    margin-bottom: 32px;
  }
}
.cid-v4HDrbIfkX .item:hover .item-wrapper .item-img img,
.cid-v4HDrbIfkX .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-v4HDrbIfkX .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
}
.cid-v4HDrbIfkX .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v4HDrbIfkX .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-v4HDrbIfkX .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4HDrbIfkX .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #951b81;
  transition: all 0.3s ease-in-out;
}
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-v4HDrbIfkX .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-v4HDrbIfkX .mbr-section-title {
  color: #847844;
  text-align: center;
}
.cid-v4HDrbIfkX .card-title {
  color: #1c1c1c;
}
.cid-v4HDrbIfkX .card-date {
  color: #f27120;
}
.cid-v4Py01xkbC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4Py01xkbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Py01xkbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Py01xkbC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4Py01xkbC .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4Py01xkbC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4Py01xkbC .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4Py01xkbC .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v4Py01xkbC .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-v4Py01xkbC .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-v4Py01xkbC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Py01xkbC .mbr-desc {
  color: #1c1c1c;
}
.cid-v4Py01xkbC .mbr-text {
  color: #1c1c1c;
}
.cid-v4HC9TgA0Z {
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4HC9TgA0Z .fixedbgimg::before {
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 0;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4HC9TgA0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HC9TgA0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HC9TgA0Z .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-v4HC9TgA0Z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4HC9TgA0Z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4HC9TgA0Z .container {
    padding: 0 16px;
  }
}
.cid-v4HC9TgA0Z .image-wrapper {
  height: 100%;
}
.cid-v4HC9TgA0Z .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v4HC9TgA0Z .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-v4HC9TgA0Z .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-v4HC9TgA0Z .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4HC9TgA0Z .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-v4HC9TgA0Z .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4HC9TgA0Z .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v4HC9TgA0Z .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4HC9TgA0Z .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v4HC9TgA0Z .mbr-section-title {
  color: #1c1c1c;
}
.cid-v4HC9TgA0Z .mbr-text {
  color: #554914;
}
.cid-v4HC9TgA0Z .mbr-section-title,
.cid-v4HC9TgA0Z .mbr-section-btn {
  color: #554914;
}
.cid-v4Py1a7D6y {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4Py1a7D6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Py1a7D6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Py1a7D6y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4Py1a7D6y .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4Py1a7D6y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4Py1a7D6y .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4Py1a7D6y .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v4Py1a7D6y .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-v4Py1a7D6y .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-v4Py1a7D6y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Py1a7D6y .mbr-desc {
  color: #1c1c1c;
}
.cid-v4Py1a7D6y .mbr-text {
  color: #1c1c1c;
}
.cid-v4HHGk7zI9 {
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4HHGk7zI9 .fixedbgimg::before {
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 0;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4HHGk7zI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HHGk7zI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HHGk7zI9 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4HHGk7zI9 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4HHGk7zI9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4HHGk7zI9 .container {
    padding: 0 16px;
  }
}
.cid-v4HHGk7zI9 .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v4HHGk7zI9 .row .item {
  padding: 0 24px;
}
.cid-v4HHGk7zI9 .row .item:first-child {
  margin-bottom: 0;
}
.cid-v4HHGk7zI9 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-v4HHGk7zI9 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v4HHGk7zI9 .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4HHGk7zI9 .item {
    margin-bottom: 32px;
  }
}
.cid-v4HHGk7zI9 .item:hover .item-wrapper .item-img img,
.cid-v4HHGk7zI9 .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-v4HHGk7zI9 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
}
.cid-v4HHGk7zI9 .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4HHGk7zI9 .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #951b81;
  transition: all 0.3s ease-in-out;
}
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-v4HHGk7zI9 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-v4HHGk7zI9 .mbr-section-title {
  color: #554914;
  text-align: center;
}
.cid-v4HHGk7zI9 .card-title {
  color: #1c1c1c;
}
.cid-v4HHGk7zI9 .card-date {
  color: #f27120;
}
.cid-v4PoC8vRoy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4PoC8vRoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4PoC8vRoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4PoC8vRoy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4PoC8vRoy .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4PoC8vRoy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4PoC8vRoy .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4PoC8vRoy .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v4PoC8vRoy .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-v4PoC8vRoy .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-v4PoC8vRoy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4PoC8vRoy .mbr-desc {
  color: #1c1c1c;
}
.cid-v4PoC8vRoy .mbr-text {
  color: #1c1c1c;
}
.cid-v4HI8Ke1C3 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/gold-1867935-1281-1280x853.jpg");
}
.cid-v4HI8Ke1C3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HI8Ke1C3 .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-v4HI8Ke1C3 .container {
    padding: 0 16px;
  }
}
.cid-v4HI8Ke1C3 .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v4HI8Ke1C3 .row .item {
  padding: 0 24px;
}
.cid-v4HI8Ke1C3 .row .item:first-child {
  margin-bottom: 0;
}
.cid-v4HI8Ke1C3 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-v4HI8Ke1C3 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v4HI8Ke1C3 .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4HI8Ke1C3 .item {
    margin-bottom: 32px;
  }
}
.cid-v4HI8Ke1C3 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v4HI8Ke1C3 .item .item-wrapper .item-img img {
  height: 136px;
  width: 136px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .card-price {
  padding-top: 32px;
  border-top: 1px solid #847844;
  margin-bottom: 24px;
}
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4HI8Ke1C3 .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4HI8Ke1C3 .item .item-wrapper .item-content .card-desc {
    margin-bottom: 16px;
  }
}
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #951b81;
  transition: all 0.3s ease-in-out;
}
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-v4HI8Ke1C3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-v4HI8Ke1C3 .mbr-section-title {
  color: #847844;
  text-align: center;
}
.cid-v4HI8Ke1C3 .card-title {
  color: #1c1c1c;
}
.cid-v4HI8Ke1C3 .card-desc {
  color: #554914;
  text-align: center;
}
.cid-v4HI8Ke1C3 .card-price {
  color: #554914;
  text-align: center;
}
.cid-v4HI8Ke1C3 .card-title,
.cid-v4HI8Ke1C3 .mbr-section-btn {
  text-align: center;
  color: #554914;
}
.cid-v4HI8Ke1C3 .mbr-text {
  text-align: center;
  color: #554914;
}
.cid-v4Pp0oAP3I {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
}
.cid-v4Pp0oAP3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Pp0oAP3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Pp0oAP3I .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4Pp0oAP3I .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4Pp0oAP3I .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4Pp0oAP3I .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4Pp0oAP3I .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v4Pp0oAP3I .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-v4Pp0oAP3I .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-v4Pp0oAP3I .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Pp0oAP3I .mbr-desc {
  color: #1c1c1c;
}
.cid-v4Pp0oAP3I .mbr-text {
  color: #1c1c1c;
}
.cid-v4HLklPSel {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcefff;
  position: relative;
}
.cid-v4HLklPSel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #dbcba0, #fcefff);
}
.cid-v4HLklPSel .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HLklPSel .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-v4HLklPSel .container {
    padding: 0 16px;
  }
}
.cid-v4HLklPSel .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4HLklPSel .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v4HLklPSel .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-v4HLklPSel .row .item {
  padding: 0 24px;
}
.cid-v4HLklPSel .row .item:first-child {
  margin-bottom: 0;
}
.cid-v4HLklPSel .item {
  margin-bottom: 32px;
}
.cid-v4HLklPSel .item .item-wrapper {
  border-bottom: 1px solid #847844;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-v4HLklPSel .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v4HLklPSel .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v4HLklPSel .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4HLklPSel .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4HLklPSel .card-text {
  color: #4f2a57;
  text-align: center;
}
.cid-v4HLklPSel .card-title,
.cid-v4HLklPSel .mbr-section-btn {
  text-align: center;
  color: #554914;
}
.cid-v4HLklPSel .mbr-section-title,
.cid-v4HLklPSel .title-wrapper {
  text-align: center;
  color: #847844;
}
.cid-u14FFtLTcP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
  background-attachment: fixed;
}
.cid-u14FFtLTcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FFtLTcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14FFtLTcP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14FFtLTcP .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14FFtLTcP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FFtLTcP .container {
    padding: 0 16px;
  }
}
.cid-u14FFtLTcP .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u14FFtLTcP .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u14FFtLTcP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14FFtLTcP .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u14FFtLTcP .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap:hover::before,
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u14FFtLTcP .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-u14FFtLTcP .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-u14FFtLTcP .mbr-section-title {
  color: #847844;
}
.cid-u14FFtLTcP .list {
  color: #1c1c1c;
}
.cid-v4HO4zEa5v.popup-builder {
  background-color: #ffffff;
}
.cid-v4HO4zEa5v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4HO4zEa5v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4HO4zEa5v .modal-content,
.cid-v4HO4zEa5v .modal-dialog {
  height: auto;
}
.cid-v4HO4zEa5v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4HO4zEa5v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4HO4zEa5v .form-wrapper .mbr-form .form-group,
  .cid-v4HO4zEa5v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4HO4zEa5v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4HO4zEa5v .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4HO4zEa5v .mbr-text {
  text-align: center;
  color: #4f2a57;
}
.cid-v4HO4zEa5v .pt-0 {
  padding-top: 0 !important;
}
.cid-v4HO4zEa5v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4HO4zEa5v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4HO4zEa5v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4HO4zEa5v .modal-open {
  overflow: hidden;
}
.cid-v4HO4zEa5v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4HO4zEa5v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4HO4zEa5v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4HO4zEa5v .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4HO4zEa5v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4HO4zEa5v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4HO4zEa5v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4HO4zEa5v .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4HO4zEa5v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4HO4zEa5v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4HO4zEa5v .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4HO4zEa5v .modal-backdrop.show {
  opacity: .5;
}
.cid-v4HO4zEa5v .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4HO4zEa5v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4HO4zEa5v .modal-header {
    padding: 1rem;
  }
}
.cid-v4HO4zEa5v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4HO4zEa5v .modal-header .close svg {
  fill: #b81c9f;
}
.cid-v4HO4zEa5v .modal-header .close:hover {
  opacity: 1;
}
.cid-v4HO4zEa5v .modal-header .close:focus {
  outline: none;
}
.cid-v4HO4zEa5v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b81c9f;
}
.cid-v4HO4zEa5v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4HO4zEa5v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4HO4zEa5v .modal-body {
    padding: 1rem;
  }
}
.cid-v4HO4zEa5v .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4HO4zEa5v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4HO4zEa5v .modal-footer {
    padding: 1rem;
  }
}
.cid-v4HO4zEa5v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4HO4zEa5v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4HO4zEa5v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4HO4zEa5v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4HO4zEa5v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4HO4zEa5v .modal-lg,
  .cid-v4HO4zEa5v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4HO4zEa5v .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4HO4zEa5v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4HO4zEa5v .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4HO4zEa5v .form-group {
  margin-bottom: 1rem;
}
.cid-v4HO4zEa5v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4HO4zEa5v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4HO4zEa5v .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4HO4zEa5v .mbr-section-btn {
  margin: 0;
}
.cid-v4HO4zEa5v .mbr-section-btn .btn {
  margin: 0;
}
.cid-v4Ny5M8t2R {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v4Ny5M8t2R .navbar-dropdown {
  background: rgba(132, 120, 68, 0.9) !important;
  padding: 0;
}
.cid-v4Ny5M8t2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(132, 120, 68, 0.9) !important;
  background: #847844;
}
.cid-v4Ny5M8t2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4Ny5M8t2R .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4Ny5M8t2R .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v4Ny5M8t2R .menu_box .navbar.opened,
  .cid-v4Ny5M8t2R .menu_box .navbar-collapse {
    background-color: #847844 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v4Ny5M8t2R nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v4Ny5M8t2R .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v4Ny5M8t2R .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Ny5M8t2R .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v4Ny5M8t2R .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v4Ny5M8t2R .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v4Ny5M8t2R .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-v4Ny5M8t2R .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v4Ny5M8t2R .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v4Ny5M8t2R .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v4Ny5M8t2R .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v4Ny5M8t2R .offcanvas-body .mbr-text,
  .cid-v4Ny5M8t2R .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v4Ny5M8t2R .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v4Ny5M8t2R .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v4Ny5M8t2R .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #403700;
  }
  .cid-v4Ny5M8t2R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v4Ny5M8t2R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v4Ny5M8t2R .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v4Ny5M8t2R .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v4Ny5M8t2R ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v4Ny5M8t2R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v4Ny5M8t2R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v4Ny5M8t2R .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v4Ny5M8t2R li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v4Ny5M8t2R .lg_brand {
    margin: 0 1rem;
  }
  .cid-v4Ny5M8t2R .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v4Ny5M8t2R .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v4Ny5M8t2R .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-v4Ny5M8t2R .nav-item {
    margin: 0 !important;
  }
}
.cid-v4Ny5M8t2R .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v4Ny5M8t2R .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #554914;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v4Ny5M8t2R .nav-item .nav-link:hover::before,
.cid-v4Ny5M8t2R .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v4Ny5M8t2R .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v4Ny5M8t2R .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v4Ny5M8t2R .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v4Ny5M8t2R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v4Ny5M8t2R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v4Ny5M8t2R .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v4Ny5M8t2R .offcanvas_box {
    display: none;
  }
}
.cid-v4Ny5M8t2R .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v4Ny5M8t2R .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v4Ny5M8t2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v4Ny5M8t2R .container {
  display: flex;
  margin: auto;
}
.cid-v4Ny5M8t2R .iconfont-wrapper {
  color: #fcefff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v4Ny5M8t2R .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v4Ny5M8t2R .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4Ny5M8t2R .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v4Ny5M8t2R .navbar-nav {
    margin: 0;
  }
}
.cid-v4Ny5M8t2R .dropdown-menu,
.cid-v4Ny5M8t2R .navbar.opened {
  background-color: true !important;
}
.cid-v4Ny5M8t2R .nav-item:focus,
.cid-v4Ny5M8t2R .nav-link:focus {
  outline: none;
}
.cid-v4Ny5M8t2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Ny5M8t2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Ny5M8t2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Ny5M8t2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Ny5M8t2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Ny5M8t2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Ny5M8t2R .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v4Ny5M8t2R .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v4Ny5M8t2R .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Ny5M8t2R .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v4Ny5M8t2R .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-v4Ny5M8t2R .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4Ny5M8t2R .navbar.collapsed {
  justify-content: center;
}
.cid-v4Ny5M8t2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Ny5M8t2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4Ny5M8t2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Ny5M8t2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Ny5M8t2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Ny5M8t2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v4Ny5M8t2R .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4Ny5M8t2R .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v4Ny5M8t2R .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v4Ny5M8t2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Ny5M8t2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Ny5M8t2R .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v4Ny5M8t2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Ny5M8t2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v4Ny5M8t2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Ny5M8t2R .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v4Ny5M8t2R .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v4Ny5M8t2R .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v4Ny5M8t2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v4Ny5M8t2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Ny5M8t2R .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v4Ny5M8t2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4Ny5M8t2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4Ny5M8t2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4Ny5M8t2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Ny5M8t2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4Ny5M8t2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Ny5M8t2R .dropdown-item.active,
.cid-v4Ny5M8t2R .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Ny5M8t2R .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v4Ny5M8t2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Ny5M8t2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Ny5M8t2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Ny5M8t2R ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v4Ny5M8t2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4Ny5M8t2R button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #847844;
  background: #efe7d0;
}
.cid-v4Ny5M8t2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #403700;
}
.cid-v4Ny5M8t2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Ny5M8t2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Ny5M8t2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Ny5M8t2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Ny5M8t2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Ny5M8t2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Ny5M8t2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Ny5M8t2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Ny5M8t2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v4Ny5M8t2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Ny5M8t2R .navbar {
    height: 70px;
  }
  .cid-v4Ny5M8t2R .navbar.opened {
    height: auto;
  }
  .cid-v4Ny5M8t2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Ny5M8t2R .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v4Ny5M8t2R .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-v4Ny5M8t2R .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v4Ny5M8t2R .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v4Ny5M8t2R .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-v4Ny5M8t2R .navbar-caption:hover {
  color: #847844;
}
@media (min-width: 992px) {
  .cid-v4Ny5M8t2R .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v4Ny5M8t2R .text_widget {
  margin-bottom: 32px;
}
.cid-v4Ny5M8t2R .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v4Ny5M8t2R .text_widget a:hover,
.cid-v4Ny5M8t2R .text_widget a:focus {
  opacity: .8;
}
.cid-v4Ny5M8t2R .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v4Ny5M8t2R .navbar-caption {
  color: #ffffff;
}
.cid-v4Ny5M8t2R .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4Ny5M8t2R .mbr-section-subtitle,
.cid-v4Ny5M8t2R .text_widget,
.cid-v4Ny5M8t2R .mbr-section-btn {
  text-align: center;
}
.cid-v4Ny5M8t2R a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v4Ny5MMfXt {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.cid-v4Ny5MMfXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ny5MMfXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/img-1901-1450x967.jpg");
}
.cid-v4Ny5MMfXt .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4Ny5MMfXt .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4Ny5MMfXt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4Ny5MMfXt .container {
    padding: 0 16px;
  }
}
.cid-v4Ny5MMfXt .card {
  justify-content: center;
}
.cid-v4Ny5MMfXt .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v4Ny5MMfXt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4Ny5MMfXt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4Ny5MMfXt .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Ny5MMfXt .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v4Ny5MMfXt .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v4Ny5MMfXt .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-v4Ny5MMfXt .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-v4Ny5MMfXt .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-v4Ny5MMfXt .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-v4Ny5MMfXt .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-v4Ny5MMfXt .mbr-section-title {
  color: #ffffff;
}
.cid-v4Ny5MMfXt .mbr-text {
  color: #f4f4f4;
}
.cid-v4Ny5N8Tp1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4Ny5N8Tp1 .item:focus,
.cid-v4Ny5N8Tp1 span:focus {
  outline: none;
}
.cid-v4Ny5N8Tp1 .item {
  cursor: pointer;
}
.cid-v4Ny5N8Tp1 .grid-container {
  grid-row-gap: 0;
}
.cid-v4Ny5N8Tp1 .grid-container-1,
.cid-v4Ny5N8Tp1 .grid-container-2,
.cid-v4Ny5N8Tp1 .grid-container-3 {
  gap: 0;
}
.cid-v4Ny5N8Tp1 .mbr-section-title {
  margin-bottom: 40px;
  color: #093388;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Ny5N8Tp1 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v4Ny5N8Tp1 .content-head {
  max-width: 800px;
}
.cid-v4Ny5N8Tp1 .container,
.cid-v4Ny5N8Tp1 .container-fluid {
  overflow: hidden;
}
.cid-v4Ny5N8Tp1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v4Ny5N8Tp1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4Ny5N8Tp1 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v4Ny5N8Tp1 .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v4Ny5N8Tp1 .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-v4Ny5N8Tp1 .grid-container-1,
.cid-v4Ny5N8Tp1 .grid-container-2,
.cid-v4Ny5N8Tp1 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v4Ny5N8Tp1 .grid-container-1 {
  align-items: flex-end;
}
.cid-v4Ny5N8Tp1 .grid-container-2 {
  align-items: flex-start;
}
.cid-v4NyDwuqn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-v4NyDwuqn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NyDwuqn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NyDwuqn1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4NyDwuqn1 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4NyDwuqn1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4NyDwuqn1 .container {
    padding: 0 16px;
  }
}
.cid-v4NyDwuqn1 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4NyDwuqn1 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4NyDwuqn1 .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-v4NyDwuqn1 .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-v4NyDwuqn1 .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-v4NyDwuqn1 .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-v4NyDwuqn1 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-v4NyDwuqn1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4NyDwuqn1 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v4NyDwuqn1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4NyDwuqn1 .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-v4NyDwuqn1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4NyDwuqn1 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v4NyDwuqn1 .mbr-section-title {
  color: #b5269e;
}
.cid-v4NyDwuqn1 .mbr-desc {
  color: #b5269e;
}
.cid-v4NyDwuqn1 .mbr-text {
  color: #b5269e;
}
.cid-v4NyDwuqn1 H2 {
  color: #b5269e;
}
.cid-v4Ny5PSh39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcefff;
  position: relative;
}
.cid-v4Ny5PSh39::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fcefff, #f392e3);
}
.cid-v4Ny5PSh39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ny5PSh39 .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-v4Ny5PSh39 .container {
    padding: 0 16px;
  }
}
.cid-v4Ny5PSh39 .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4Ny5PSh39 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v4Ny5PSh39 .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-v4Ny5PSh39 .row .item {
  padding: 0 24px;
}
.cid-v4Ny5PSh39 .row .item:first-child {
  margin-bottom: 0;
}
.cid-v4Ny5PSh39 .item {
  margin-bottom: 32px;
}
.cid-v4Ny5PSh39 .item .item-wrapper {
  border-bottom: 1px solid #b81c9f;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-v4Ny5PSh39 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v4Ny5PSh39 .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v4Ny5PSh39 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Ny5PSh39 .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4Ny5PSh39 .card-text {
  color: #4f2a57;
  text-align: center;
}
.cid-v4Ny5PSh39 .card-title,
.cid-v4Ny5PSh39 .mbr-section-btn {
  text-align: center;
  color: #b81c9f;
}
.cid-v4Ny5PSh39 .mbr-section-title,
.cid-v4Ny5PSh39 .title-wrapper {
  text-align: center;
  color: #b81c9f;
}
.cid-v4Ny5QqIkP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/abstract-19505-960-720-960x640.jpg");
  background-attachment: fixed;
}
.cid-v4Ny5QqIkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ny5QqIkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ny5QqIkP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v4Ny5QqIkP .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v4Ny5QqIkP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v4Ny5QqIkP .container {
    padding: 0 16px;
  }
}
.cid-v4Ny5QqIkP .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-v4Ny5QqIkP .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v4Ny5QqIkP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Ny5QqIkP .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v4Ny5QqIkP .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-v4Ny5QqIkP .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-v4Ny5QqIkP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4Ny5QqIkP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-v4Ny5QqIkP .nav-wrapper .list .item-wrap:hover::before,
.cid-v4Ny5QqIkP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v4Ny5QqIkP .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-v4Ny5QqIkP .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-v4Ny5QqIkP .mbr-section-title {
  color: #847844;
}
.cid-v4Ny5QqIkP .list {
  color: #1c1c1c;
}
.cid-v4Ny5QR7Gg.popup-builder {
  background-color: #ffffff;
}
.cid-v4Ny5QR7Gg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4Ny5QR7Gg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4Ny5QR7Gg .modal-content,
.cid-v4Ny5QR7Gg .modal-dialog {
  height: auto;
}
.cid-v4Ny5QR7Gg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4Ny5QR7Gg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4Ny5QR7Gg .form-wrapper .mbr-form .form-group,
  .cid-v4Ny5QR7Gg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4Ny5QR7Gg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4Ny5QR7Gg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4Ny5QR7Gg .mbr-text {
  text-align: center;
  color: #4f2a57;
}
.cid-v4Ny5QR7Gg .pt-0 {
  padding-top: 0 !important;
}
.cid-v4Ny5QR7Gg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4Ny5QR7Gg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4Ny5QR7Gg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4Ny5QR7Gg .modal-open {
  overflow: hidden;
}
.cid-v4Ny5QR7Gg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4Ny5QR7Gg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4Ny5QR7Gg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4Ny5QR7Gg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4Ny5QR7Gg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4Ny5QR7Gg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4Ny5QR7Gg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4Ny5QR7Gg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4Ny5QR7Gg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4Ny5QR7Gg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4Ny5QR7Gg .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4Ny5QR7Gg .modal-backdrop.show {
  opacity: .5;
}
.cid-v4Ny5QR7Gg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4Ny5QR7Gg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Ny5QR7Gg .modal-header {
    padding: 1rem;
  }
}
.cid-v4Ny5QR7Gg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4Ny5QR7Gg .modal-header .close svg {
  fill: #b81c9f;
}
.cid-v4Ny5QR7Gg .modal-header .close:hover {
  opacity: 1;
}
.cid-v4Ny5QR7Gg .modal-header .close:focus {
  outline: none;
}
.cid-v4Ny5QR7Gg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b81c9f;
}
.cid-v4Ny5QR7Gg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4Ny5QR7Gg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Ny5QR7Gg .modal-body {
    padding: 1rem;
  }
}
.cid-v4Ny5QR7Gg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4Ny5QR7Gg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Ny5QR7Gg .modal-footer {
    padding: 1rem;
  }
}
.cid-v4Ny5QR7Gg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4Ny5QR7Gg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4Ny5QR7Gg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4Ny5QR7Gg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4Ny5QR7Gg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4Ny5QR7Gg .modal-lg,
  .cid-v4Ny5QR7Gg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4Ny5QR7Gg .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4Ny5QR7Gg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4Ny5QR7Gg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4Ny5QR7Gg .form-group {
  margin-bottom: 1rem;
}
.cid-v4Ny5QR7Gg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4Ny5QR7Gg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4Ny5QR7Gg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4Ny5QR7Gg .mbr-section-btn {
  margin: 0;
}
.cid-v4Ny5QR7Gg .mbr-section-btn .btn {
  margin: 0;
}
