.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fcf9f6;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.425rem;
    font-size: calc( 3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #b7b7a4 !important;
}
.bg-success {
  background-color: #4ade99 !important;
}
.bg-info {
  background-color: #34d4f4 !important;
}
.bg-warning {
  background-color: #ffca29 !important;
}
.bg-danger {
  background-color: #df4957 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #b7b7a4, #b7b7a4 65%, #e4e4dd) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b7b7a4 !important;
  border-color: #b7b7a4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cecec0 !important;
  border-color: #cecec0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cecec0 !important;
  border-color: #cecec0 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #cb997e, #cb997e 65%, #e8d2c7) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cb997e !important;
  border-color: #cb997e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dab6a2 !important;
  border-color: #dab6a2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dab6a2 !important;
  border-color: #dab6a2 !important;
}
.btn-info {
  background: linear-gradient(90deg, #34d4f4, #34d4f4 65%, #95e8f9) !important;
}
.btn-info,
.btn-info:active {
  background-color: #34d4f4 !important;
  border-color: #34d4f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #64def7 !important;
  border-color: #64def7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #64def7 !important;
  border-color: #64def7 !important;
}
.btn-success {
  background: linear-gradient(90deg, #4ade99, #4ade99 65%, #a0eeca) !important;
}
.btn-success,
.btn-success:active {
  background-color: #4ade99 !important;
  border-color: #4ade99 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #75e6b1 !important;
  border-color: #75e6b1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #75e6b1 !important;
  border-color: #75e6b1 !important;
}
.btn-warning {
  background: linear-gradient(90deg, #ffca29, #ffca29 65%, #ffe38f) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffca29 !important;
  border-color: #ffca29 !important;
  color: #291f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd75c !important;
  border-color: #ffd75c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #291f00 !important;
  background-color: #ffd75c !important;
  border-color: #ffd75c !important;
}
.btn-danger {
  background: linear-gradient(90deg, #df4957, #df4957 65%, #eea0a7) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #df4957 !important;
  border-color: #df4957 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e7747f !important;
  border-color: #e7747f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e7747f !important;
  border-color: #e7747f !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !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: #b7b7a4;
  color: #b7b7a4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #919174 !important;
  background-color: transparent !important;
  border-color: #919174 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b7a4 !important;
  border-color: #b7b7a4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cb997e;
  color: #cb997e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ad6a46 !important;
  background-color: transparent !important;
  border-color: #ad6a46 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cb997e !important;
  border-color: #cb997e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #34d4f4;
  color: #34d4f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0ba7c7 !important;
  background-color: transparent !important;
  border-color: #0ba7c7 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #34d4f4 !important;
  border-color: #34d4f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4ade99;
  color: #4ade99;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #20b16e !important;
  background-color: transparent !important;
  border-color: #20b16e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4ade99 !important;
  border-color: #4ade99 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffca29;
  color: #ffca29;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d19d00 !important;
  background-color: transparent !important;
  border-color: #d19d00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #291f00 !important;
  background-color: #ffca29 !important;
  border-color: #ffca29 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #df4957;
  color: #df4957;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b21f2d !important;
  background-color: transparent !important;
  border-color: #b21f2d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df4957 !important;
  border-color: #df4957 !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: #b7b7a4 !important;
}
.text-secondary {
  color: #cb997e !important;
}
.text-success {
  color: #4ade99 !important;
}
.text-info {
  color: #34d4f4 !important;
}
.text-warning {
  color: #ffca29 !important;
}
.text-danger {
  color: #df4957 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #89896c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a26341 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1ea466 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a9bb8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c29200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a51d2a !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: #b7b7a4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #34d4f4;
}
.alert-warning {
  background-color: #ffca29;
}
.alert-danger {
  background-color: #df4957;
}
.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: #b7b7a4;
  border-color: #b7b7a4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b7b7a4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #efefeb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f7fdfa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6fdfe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdf5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef6f7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #b7b7a4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #b7b7a4;
}
/* 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: #b7b7a4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b7b7a4;
}
.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: #b7b7a4;
  border-bottom-color: #b7b7a4;
}
.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: #000000 !important;
  background-color: #b7b7a4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cb997e !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='%23b7b7a4' %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 {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.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 {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 24px !important;
}
.icon-wrap {
  border-radius: 16px;
}
.item-number img {
  border-radius: 16px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-v54hWDyIFV {
  background-color: transparent;
}
.cid-v54hWDyIFV .navbar-dropdown {
  background-color: #1e0e00 !important;
  padding: 0;
}
.cid-v54hWDyIFV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1e0e00 !important;
  background: #1e0e00;
}
.cid-v54hWDyIFV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v54hWDyIFV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v54hWDyIFV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v54hWDyIFV .menu_box .navbar.opened,
  .cid-v54hWDyIFV .menu_box .navbar-collapse {
    background-color: #1e0e00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v54hWDyIFV .navbar-dropdown {
  position: relative !important;
}
.cid-v54hWDyIFV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v54hWDyIFV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v54hWDyIFV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v54hWDyIFV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-v54hWDyIFV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v54hWDyIFV .btn:hover {
  box-shadow: none;
}
.cid-v54hWDyIFV .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-v54hWDyIFV .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-v54hWDyIFV .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-v54hWDyIFV .nav-item {
    margin: 0 !important;
  }
}
.cid-v54hWDyIFV .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-v54hWDyIFV .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-v54hWDyIFV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-v54hWDyIFV .nav-item .nav-link:hover,
.cid-v54hWDyIFV .nav-item .nav-link:focus {
  background-color: #b7b7a4;
  color: #000000 !important;
}
.cid-v54hWDyIFV .nav-item .nav-link:hover::before,
.cid-v54hWDyIFV .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-v54hWDyIFV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v54hWDyIFV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v54hWDyIFV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v54hWDyIFV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v54hWDyIFV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-v54hWDyIFV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v54hWDyIFV .offcanvas_box {
    display: none;
  }
}
.cid-v54hWDyIFV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v54hWDyIFV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v54hWDyIFV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v54hWDyIFV .container {
  display: flex;
  margin: auto;
}
.cid-v54hWDyIFV .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWDyIFV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v54hWDyIFV .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-v54hWDyIFV .navbar-nav {
    margin: 0;
  }
}
.cid-v54hWDyIFV .dropdown-menu,
.cid-v54hWDyIFV .navbar.opened {
  background-color: false !important;
}
.cid-v54hWDyIFV .nav-item:focus,
.cid-v54hWDyIFV .nav-link:focus {
  outline: none;
}
.cid-v54hWDyIFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v54hWDyIFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v54hWDyIFV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v54hWDyIFV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v54hWDyIFV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v54hWDyIFV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v54hWDyIFV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v54hWDyIFV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v54hWDyIFV .navbar.opened {
  transition: all 0.3s;
}
.cid-v54hWDyIFV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v54hWDyIFV .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v54hWDyIFV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v54hWDyIFV .navbar.collapsed {
  justify-content: center;
}
.cid-v54hWDyIFV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v54hWDyIFV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v54hWDyIFV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v54hWDyIFV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v54hWDyIFV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v54hWDyIFV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v54hWDyIFV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v54hWDyIFV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-v54hWDyIFV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v54hWDyIFV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v54hWDyIFV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v54hWDyIFV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v54hWDyIFV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v54hWDyIFV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v54hWDyIFV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v54hWDyIFV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v54hWDyIFV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v54hWDyIFV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v54hWDyIFV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v54hWDyIFV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v54hWDyIFV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v54hWDyIFV .navbar.navbar-short {
  min-height: 60px;
}
.cid-v54hWDyIFV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v54hWDyIFV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v54hWDyIFV .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-v54hWDyIFV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v54hWDyIFV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v54hWDyIFV .dropdown-item.active,
.cid-v54hWDyIFV .dropdown-item:active {
  background-color: transparent;
}
.cid-v54hWDyIFV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-v54hWDyIFV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v54hWDyIFV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v54hWDyIFV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v54hWDyIFV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v54hWDyIFV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v54hWDyIFV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1e0e00;
  background: #1e0e00;
}
.cid-v54hWDyIFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v54hWDyIFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v54hWDyIFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54hWDyIFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54hWDyIFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v54hWDyIFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54hWDyIFV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v54hWDyIFV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v54hWDyIFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54hWDyIFV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v54hWDyIFV .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-v54hWDyIFV .navbar {
    height: 70px;
  }
  .cid-v54hWDyIFV .navbar.opened {
    height: auto;
  }
  .cid-v54hWDyIFV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v54hWDyIFV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-v54hWDyIFV .navbar-caption:hover {
  color: #b7b7a4;
}
@media (min-width: 992px) {
  .cid-v54hWDyIFV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v54hWDyIFV .text_widget {
  margin-bottom: 32px;
}
.cid-v54hWDyIFV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v54hWDyIFV .text_widget a:hover,
.cid-v54hWDyIFV .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-v54hWDyIFV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-v54hWDyIFV .navbar-caption {
  color: #FFFFFF;
}
.cid-v54hWDyIFV .mbr-section-subtitle,
.cid-v54hWDyIFV .text_widget,
.cid-v54hWDyIFV .mbr-section-btn {
  text-align: center;
}
.cid-v54hWDyIFV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v54hWDyIFV .nav-link,
.cid-v54hWDyIFV .dropdown-item {
  color: #FFFFFF;
}
.cid-v54hWDXhwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWDXhwZ .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-v54hWDXhwZ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-v54hWDXhwZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v54hWDXhwZ .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-v54hWDXhwZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWDXhwZ .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-v54hWDXhwZ .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v54hWDXhwZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v54hWDXhwZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v54hWDXhwZ .embla__slide:hover .slide-content,
.cid-v54hWDXhwZ .embla__slide:focus .slide-content {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
}
.cid-v54hWDXhwZ .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #2f1900;
  border: 1px solid #824c00;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-v54hWDXhwZ .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-v54hWDXhwZ .embla__button--next,
.cid-v54hWDXhwZ .embla__button--prev {
  display: flex;
}
.cid-v54hWDXhwZ .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v54hWDXhwZ .embla__button:hover {
  transform: scale(1.05);
}
.cid-v54hWDXhwZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-v54hWDXhwZ .embla__button.embla__button--next {
  right: 0;
}
.cid-v54hWDXhwZ .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v54hWDXhwZ .embla {
    width: 100%;
  }
}
.cid-v54hWDXhwZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v54hWDXhwZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v54hWDXhwZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v54hWDXhwZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v54hWDXhwZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v54hWDXhwZ .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWDXhwZ .mbr-text,
.cid-v54hWDXhwZ .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWDXhwZ .item-title {
  color: #FFFFFF;
}
.cid-v54hWDXhwZ .item-text {
  color: #FFFFFF;
}
.cid-v54hWDXhwZ .mbr-section-title,
.cid-v54hWDXhwZ .mbr-section-btn,
.cid-v54hWDXhwZ .logo-wrapper {
  text-align: center;
}
.cid-v54hWDXhwZ .mbr-section-title,
.cid-v54hWDXhwZ .logo-wrapper,
.cid-v54hWDXhwZ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v54hWEbz4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEbz4r .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/background3.jpg");
}
.cid-v54hWEbz4r .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-v54hWEbz4r .image-wrap {
    height: 350px;
  }
}
.cid-v54hWEe3kx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEe3kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEe3kx .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-v54hWEe3kx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWEe3kx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWEe3kx .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #2f1900;
  border: 1px solid #824c00;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v54hWEe3kx .panel-group .card {
    padding: 16px;
  }
}
.cid-v54hWEe3kx .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v54hWEe3kx .panel-group .card:hover,
.cid-v54hWEe3kx .panel-group .card:focus {
  border: 1px solid #b7b7a4;
}
.cid-v54hWEe3kx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v54hWEe3kx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v54hWEe3kx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v54hWEe3kx .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #824c00;
}
.cid-v54hWEe3kx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v54hWEe3kx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v54hWEe3kx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #b7b7a4;
}
.cid-v54hWEe3kx .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-v54hWEe3kx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v54hWEe3kx .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWEe3kx .panel-title-edit {
  color: #FFFFFF;
}
.cid-v54hWEe3kx .panel-text {
  color: #FFFFFF;
}
.cid-v54hWEe3kx .mbr-section-title,
.cid-v54hWEe3kx .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v54hWEjscu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEjscu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEjscu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWEjscu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWEjscu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWEjscu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWEjscu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWEjscu .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWEjscu .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWEjscu .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWEjscu .item .item-wrapper:hover,
.cid-v54hWEjscu .item .item-wrapper:focus {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap {
  border: 1px solid #824c00;
  transition: all 0.3s ease-in-out;
  background-color: #2f1900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v54hWEjscu .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-v54hWEjscu .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-v54hWEjscu .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-v54hWEjscu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v54hWEjscu .item-title {
  color: #9aa0a6;
}
.cid-v54hWEjscu .item-text {
  color: #FFFFFF;
}
.cid-v54hWEjscu .item-date {
  color: #FFFFFF;
}
.cid-v54hWEjscu .mbr-section-title,
.cid-v54hWEjscu .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v54hWEjscu .item-title,
.cid-v54hWEjscu .icon-wrapper {
  color: #FFFFFF;
}
.cid-v54hWEptVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEptVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEptVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWEptVu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWEptVu .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWEptVu .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWEptVu .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #2f1900;
  overflow: hidden;
  border: 1px solid #824c00;
}
.cid-v54hWEptVu .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v54hWEptVu .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-v54hWEptVu .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v54hWEptVu .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v54hWEptVu .item .item-wrapper .item-img {
  position: relative;
}
.cid-v54hWEptVu .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-v54hWEptVu .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v54hWEptVu .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-v54hWEptVu .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v54hWEptVu .item-title {
  color: #ffffff;
}
.cid-v54hWEptVu .item-text {
  color: #FFFFFF;
}
.cid-v54hWEptVu .item-title,
.cid-v54hWEptVu .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v54hWEvN1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEvN1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEvN1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWEvN1D .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWEvN1D .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWEvN1D .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v54hWEvN1D .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v54hWEvN1D .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWEvN1D .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWEvN1D .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWEvN1D .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWEvN1D .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWEvN1D .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-v54hWEvN1D .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-v54hWEvN1D .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-v54hWEvN1D .item:nth-child(3n) {
  margin-top: 0;
}
.cid-v54hWEvN1D .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWEvN1D .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-v54hWEvN1D .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
}
.cid-v54hWEvN1D .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-v54hWEvN1D .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v54hWEvN1D .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v54hWEvN1D .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-v54hWEvN1D .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v54hWEvN1D .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-v54hWEvN1D .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-v54hWEvN1D .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v54hWEvN1D .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-v54hWEvN1D .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEvN1D .mbr-text,
.cid-v54hWEvN1D .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEvN1D .mbr-desc,
.cid-v54hWEvN1D .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEvN1D .item-title {
  color: #FFFFFF;
}
.cid-v54hWEvN1D .item-text {
  color: #FFFFFF;
}
.cid-v54hWEBG0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEBG0V .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWEBG0V .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWEBG0V .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWEBG0V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v54hWEBG0V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v54hWEBG0V .embla__slide .slide-content {
  width: 100%;
}
.cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #1e0e00 40%, transparent 98%);
}
.cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #b7b7a4;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-v54hWEBG0V .embla__button--next,
.cid-v54hWEBG0V .embla__button--prev {
  display: flex;
}
.cid-v54hWEBG0V .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #2f1900 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .embla__button {
    bottom: 0;
  }
}
.cid-v54hWEBG0V .embla__button:hover {
  transform: scale(1.05);
}
.cid-v54hWEBG0V .embla__button.embla__button--prev {
  left: 0;
}
.cid-v54hWEBG0V .embla__button.embla__button--next {
  right: 0;
}
.cid-v54hWEBG0V .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-v54hWEBG0V .embla {
    padding: 0;
  }
}
.cid-v54hWEBG0V .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v54hWEBG0V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v54hWEBG0V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v54hWEBG0V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v54hWEBG0V .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v54hWEBG0V .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEBG0V .mbr-text,
.cid-v54hWEBG0V .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEBG0V .item-title {
  color: #FFFFFF;
}
.cid-v54hWEGCe7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEGCe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEGCe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWEGCe7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWEGCe7 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWEGCe7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWEGCe7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWEGCe7 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWEGCe7 .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWEGCe7 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWEGCe7 .item .item-wrapper:hover,
.cid-v54hWEGCe7 .item .item-wrapper:focus {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #824c00;
  background-color: #2f1900;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v54hWEGCe7 .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px !important;
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-v54hWEGCe7 .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-v54hWEGCe7 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEGCe7 .item-date {
  color: #FFFFFF;
}
.cid-v54hWEGCe7 .item-text {
  color: #FFFFFF;
}
.cid-v54hWEKV9X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEKV9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEKV9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWEKV9X .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWEKV9X .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWEKV9X .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v54hWEKV9X .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v54hWEKV9X .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWEKV9X .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWEKV9X .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWEKV9X .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWEKV9X .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWEKV9X .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWEKV9X .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWEKV9X .item .item-wrapper:hover,
.cid-v54hWEKV9X .item .item-wrapper:focus {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #824c00;
  background-color: #2f1900;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v54hWEKV9X .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v54hWEKV9X .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #824c00;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-v54hWEKV9X .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-v54hWEKV9X .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-v54hWEKV9X .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v54hWEKV9X .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-v54hWEKV9X .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-v54hWEKV9X .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWEKV9X .mbr-text,
.cid-v54hWEKV9X .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEKV9X .mbr-desc,
.cid-v54hWEKV9X .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEKV9X .item-title {
  color: #ffffff;
}
.cid-v54hWEKV9X .item-text {
  color: #FFFFFF;
}
.cid-v54hWEKV9X .mbr-section-title,
.cid-v54hWEKV9X .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v54hWEKV9X .item-title,
.cid-v54hWEKV9X .icon-wrapper {
  color: #FFFFFF;
}
.cid-v54hWEPCKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEPCKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEPCKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWEPCKT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWEPCKT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWEPCKT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWEPCKT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWEPCKT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWEPCKT .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWEPCKT .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWEPCKT .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWEPCKT .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWEPCKT .item .item-wrapper:hover,
.cid-v54hWEPCKT .item .item-wrapper:focus {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
  transform: rotateY(-6deg);
}
.cid-v54hWEPCKT .item .item-wrapper:hover .item-wrap,
.cid-v54hWEPCKT .item .item-wrapper:focus .item-wrap {
  border: 1px solid #b7b7a4;
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap {
  border: 1px solid #824c00;
  transition: all 0.3s ease-in-out;
  background-color: #2f1900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #1e0e00;
  margin-bottom: 0;
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 8px;
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-v54hWEPCKT .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-v54hWEPCKT .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-v54hWEPCKT .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEPCKT .mbr-text,
.cid-v54hWEPCKT .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v54hWEPCKT .item-title {
  color: #ffffff;
}
.cid-v54hWEPCKT .item-text {
  color: #FFFFFF;
}
.cid-v54hWEPCKT .item-number,
.cid-v54hWEPCKT .number-wrap {
  color: #FFFFFF;
}
.cid-v54hWEPCKT .icon-wrapper {
  text-align: right;
}
.cid-v54hWEPCKT .item-title,
.cid-v54hWEPCKT .icon-wrapper {
  color: #FFFFFF;
}
.cid-v54hWEXxhq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWEXxhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWEXxhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWEXxhq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWEXxhq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWEXxhq .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v54hWEXxhq .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v54hWEXxhq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWEXxhq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWEXxhq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWEXxhq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWEXxhq .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWEXxhq .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWEXxhq .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-v54hWEXxhq .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-v54hWEXxhq .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWEXxhq .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-v54hWEXxhq .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
}
.cid-v54hWEXxhq .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-v54hWEXxhq .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v54hWEXxhq .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v54hWEXxhq .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-v54hWEXxhq .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v54hWEXxhq .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-v54hWEXxhq .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-v54hWEXxhq .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v54hWEXxhq .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-v54hWEXxhq .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEXxhq .mbr-text,
.cid-v54hWEXxhq .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEXxhq .mbr-desc,
.cid-v54hWEXxhq .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWEXxhq .item-title {
  color: #FFFFFF;
}
.cid-v54hWEXxhq .item-text {
  color: #FFFFFF;
}
.cid-v54hWF2Ffl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWF2Ffl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWF2Ffl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWF2Ffl .content-wrapper {
  justify-content: center;
}
.cid-v54hWF2Ffl .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWF2Ffl .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWF2Ffl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWF2Ffl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWF2Ffl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWF2Ffl .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-v54hWF2Ffl .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-v54hWF2Ffl .mbr-section-btn {
  margin-top: 20px;
}
.cid-v54hWF2Ffl .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 24px;
}
.cid-v54hWF2Ffl .mbr-figure:hover,
.cid-v54hWF2Ffl .mbr-figure:focus {
  background-color: #b7b7a4;
  border: 2px solid #b7b7a4;
}
.cid-v54hWF2Ffl .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWF2Ffl .mbr-text,
.cid-v54hWF2Ffl .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWF2Ffl .mbr-desc,
.cid-v54hWF2Ffl .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWF2Ffl .mbr-section-title,
.cid-v54hWF2Ffl .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v54hWF5mU8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWF5mU8 .item:focus,
.cid-v54hWF5mU8 span:focus {
  outline: none;
}
.cid-v54hWF5mU8 .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v54hWF5mU8 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v54hWF5mU8 .item {
  cursor: pointer;
}
.cid-v54hWF5mU8 .grid-container {
  grid-row-gap: 0;
}
.cid-v54hWF5mU8 .grid-container-1,
.cid-v54hWF5mU8 .grid-container-2,
.cid-v54hWF5mU8 .grid-container-3 {
  gap: 0;
}
.cid-v54hWF5mU8 .mbr-text,
.cid-v54hWF5mU8 .mbr-section-btn {
  color: #000000;
}
.cid-v54hWF5mU8 .content-head {
  max-width: 800px;
}
.cid-v54hWF5mU8 .container,
.cid-v54hWF5mU8 .container-fluid {
  overflow: hidden;
}
.cid-v54hWF5mU8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v54hWF5mU8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v54hWF5mU8 .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v54hWF5mU8 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v54hWF5mU8 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-v54hWF5mU8 .grid-container-1,
.cid-v54hWF5mU8 .grid-container-2,
.cid-v54hWF5mU8 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v54hWF5mU8 .grid-container-1 {
  align-items: flex-end;
}
.cid-v54hWF5mU8 .grid-container-2 {
  align-items: flex-start;
}
.cid-v54hWF8g2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWF8g2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWF8g2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWF8g2k .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWF8g2k .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWF8g2k .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWF8g2k .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWF8g2k .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWF8g2k .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWF8g2k .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWF8g2k .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWF8g2k .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWF8g2k .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v54hWF8g2k .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v54hWF8g2k .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v54hWF8g2k .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-v54hWF8g2k .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWF8g2k .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v54hWF8g2k .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWF8g2k .mbr-text,
.cid-v54hWF8g2k .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWF8g2k .item-title {
  color: #ffffff;
}
.cid-v54hWF8g2k .item-title,
.cid-v54hWF8g2k .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFbu8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFbu8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFbu8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFbu8S .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v54hWFbu8S .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v54hWFbu8S .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFbu8S .google-map {
    margin-bottom: 48px;
  }
}
.cid-v54hWFbu8S .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v54hWFbu8S .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v54hWFbu8S .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-v54hWFbu8S .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v54hWFbu8S .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-v54hWFbu8S .list-wrapper .list .item-wrap:hover,
.cid-v54hWFbu8S .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-v54hWFbu8S .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v54hWFbu8S .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v54hWFbu8S .social-wrapper {
    text-align: left;
  }
}
.cid-v54hWFbu8S .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v54hWFbu8S .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v54hWFbu8S .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v54hWFbu8S .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #ff930a;
  color: #000000;
}
.cid-v54hWFbu8S .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v54hWFbu8S .list {
  color: #9aa0a6;
}
.cid-v54hWFbu8S .list,
.cid-v54hWFbu8S .item-wrap,
.cid-v54hWFbu8S .social-wrapper {
  color: #FFFFFF;
}
.cid-v54hWFbu8S .mbr-section-title,
.cid-v54hWFbu8S .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v54hWFdIWG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFdIWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFdIWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFdIWG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFdIWG .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFdIWG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWFdIWG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWFdIWG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWFdIWG .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWFdIWG .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWFdIWG .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWFdIWG .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWFdIWG .item .item-wrapper:hover,
.cid-v54hWFdIWG .item .item-wrapper:focus {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
  transform: rotateY(-6deg);
}
.cid-v54hWFdIWG .item .item-wrapper:hover .item-wrap,
.cid-v54hWFdIWG .item .item-wrapper:focus .item-wrap {
  border: 1px solid #b7b7a4;
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap {
  border: 1px solid #824c00;
  transition: all 0.3s ease-in-out;
  background-color: #2f1900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #1e0e00;
  margin-bottom: 0;
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-v54hWFdIWG .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-v54hWFdIWG .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-v54hWFdIWG .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFdIWG .mbr-text,
.cid-v54hWFdIWG .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFdIWG .item-title {
  color: #ffffff;
}
.cid-v54hWFdIWG .item-text {
  color: #FFFFFF;
}
.cid-v54hWFdIWG .item-number,
.cid-v54hWFdIWG .number-wrap {
  color: #FFFFFF;
}
.cid-v54hWFdIWG .icon-wrapper {
  text-align: right;
}
.cid-v54hWFdIWG .item-title,
.cid-v54hWFdIWG .icon-wrapper {
  color: #FFFFFF;
}
.cid-v54hWFhMxc {
  background-image: url("../../../assets/images/photo-1756717915658-b4658a18fec3.jpeg");
}
.cid-v54hWFhMxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFhMxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFhMxc .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v54hWFhMxc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v54hWFhMxc .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v54hWFhMxc .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v54hWFhMxc .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFhMxc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v54hWFhMxc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWFhMxc .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWFhMxc .mbr-desc,
.cid-v54hWFhMxc .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFhMxc .mbr-text,
.cid-v54hWFhMxc .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFhMxc .mbr-section-title,
.cid-v54hWFhMxc .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v54hWFhMxc .mbr-desc,
.cid-v54hWFhMxc .desc-wrapper {
  color: #FFFFFF;
}
.cid-v54hWFjvaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1603987248955-9c142c5ae89b.jpeg");
}
.cid-v54hWFjvaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFjvaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFjvaN .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-v54hWFjvaN .image-wrap {
    height: 350px;
  }
}
.cid-v54hWFmZQ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFmZQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFmZQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFmZQ2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWFmZQ2 .items-wrapper .card {
  padding: 0 32px;
}
.cid-v54hWFmZQ2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFmZQ2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v54hWFmZQ2 .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFmZQ2 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 64px;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-v54hWFmZQ2 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-v54hWFmZQ2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px;
  border: 1px solid #824c00;
  margin-bottom: 0;
  background-color: #2f1900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWFmZQ2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #b7b7a4;
}
.cid-v54hWFmZQ2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #b7b7a4;
}
.cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v54hWFmZQ2 .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v54hWFmZQ2 .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWFmZQ2 .item-text {
  color: #FFFFFF;
}
.cid-v54hWFmZQ2 .mbr-section-title,
.cid-v54hWFmZQ2 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v54hWFrfwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFrfwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFrfwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFrfwK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFrfwK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFrfwK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWFrfwK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWFrfwK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWFrfwK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWFrfwK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWFrfwK .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWFrfwK .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #824c00;
  background-color: #2f1900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v54hWFrfwK .item .item-wrapper {
    padding: 16px;
  }
}
.cid-v54hWFrfwK .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v54hWFrfwK .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v54hWFrfwK .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-v54hWFrfwK .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v54hWFrfwK .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v54hWFrfwK .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFrfwK .mbr-text,
.cid-v54hWFrfwK .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFrfwK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v54hWFrfwK .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFrfwK .item-title,
.cid-v54hWFrfwK .icon-wrapper {
  color: #FFFFFF;
}
.cid-v54hWFtA84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFtA84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFtA84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFtA84 .items-wrapper {
  justify-content: center;
}
.cid-v54hWFtA84 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v54hWFtA84 .mbr-text,
.cid-v54hWFtA84 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFu30N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v54hWFu30N .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFu30N .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFu30N .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v54hWFu30N .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v54hWFu30N .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWFu30N .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWFu30N .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWFu30N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-v54hWFu30N .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-v54hWFu30N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v54hWFu30N .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-v54hWFu30N .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #b7b7a4;
}
.cid-v54hWFu30N .embla__slide .slide-content {
  width: 100%;
}
.cid-v54hWFu30N .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v54hWFu30N .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-v54hWFu30N .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v54hWFu30N .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-v54hWFu30N .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v54hWFu30N .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v54hWFu30N .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWFu30N .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v54hWFu30N .embla__button--next,
.cid-v54hWFu30N .embla__button--prev {
  display: flex;
}
.cid-v54hWFu30N .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #2f1900 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v54hWFu30N .embla__button:hover {
  transform: scale(1.05);
}
.cid-v54hWFu30N .embla__button.embla__button--prev {
  left: 0;
}
.cid-v54hWFu30N .embla__button.embla__button--next {
  right: 0;
}
.cid-v54hWFu30N .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v54hWFu30N .embla {
    margin-bottom: 38px;
  }
}
.cid-v54hWFu30N .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v54hWFu30N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v54hWFu30N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v54hWFu30N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v54hWFu30N .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v54hWFu30N .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWFu30N .mbr-text,
.cid-v54hWFu30N .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFu30N .mbr-desc,
.cid-v54hWFu30N .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFu30N .item-title,
.cid-v54hWFu30N .title-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFu30N .item-text,
.cid-v54hWFu30N .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFu30N .mbr-section-title,
.cid-v54hWFu30N .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v54hWFARXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFARXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFARXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFARXu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFARXu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFARXu .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v54hWFARXu .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v54hWFARXu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWFARXu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWFARXu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWFARXu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWFARXu .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v54hWFARXu .item {
    margin-bottom: 28px;
  }
}
.cid-v54hWFARXu .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v54hWFARXu .item .item-wrapper:hover,
.cid-v54hWFARXu .item .item-wrapper:focus {
  border: 2px solid #b7b7a4;
  background-color: #b7b7a4;
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap {
  border: 1px solid #824c00;
  background-color: #2f1900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #824c00;
}
@media (max-width: 992px) {
  .cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-v54hWFARXu .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-v54hWFARXu .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-v54hWFARXu .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFARXu .mbr-text,
.cid-v54hWFARXu .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFARXu .mbr-desc,
.cid-v54hWFARXu .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFARXu .item-desc {
  color: #FFFFFF;
}
.cid-v54hWFARXu .item-title {
  color: #ffffff;
}
.cid-v54hWFARXu .item-text {
  color: #FFFFFF;
}
.cid-v54hWFARXu .icon-wrapper {
  text-align: right;
}
.cid-v54hWFARXu .item-title,
.cid-v54hWFARXu .icon-wrapper {
  color: #FFFFFF;
}
.cid-v54hWFIlm0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFIlm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFIlm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFIlm0 .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-v54hWFIlm0 .content-wrapper {
    padding: 0;
  }
}
.cid-v54hWFIlm0 .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFIlm0 .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFIlm0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWFIlm0 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWFIlm0 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWFIlm0 .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v54hWFIlm0 .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-v54hWFIlm0 .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v54hWFIlm0 .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-v54hWFIlm0 .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWFIlm0 .mbr-text,
.cid-v54hWFIlm0 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFIlm0 .mbr-section-title,
.cid-v54hWFIlm0 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v54hWFLYrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFLYrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFLYrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFLYrw .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWFLYrw .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v54hWFLYrw .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v54hWFLYrw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWFLYrw .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v54hWFLYrw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v54hWFLYrw .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v54hWFLYrw .image-wrapper img {
    height: 350px;
  }
}
.cid-v54hWFLYrw .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWFLYrw .mbr-text,
.cid-v54hWFLYrw .text-wrapper {
  color: #FFFFFF;
}
.cid-v54hWFLYrw .mbr-section-title,
.cid-v54hWFLYrw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v54hWFPWsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFPWsa .item:focus,
.cid-v54hWFPWsa span:focus {
  outline: none;
}
.cid-v54hWFPWsa .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v54hWFPWsa .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v54hWFPWsa .item {
  cursor: pointer;
}
.cid-v54hWFPWsa .grid-container {
  grid-row-gap: 0;
}
.cid-v54hWFPWsa .grid-container-1,
.cid-v54hWFPWsa .grid-container-2,
.cid-v54hWFPWsa .grid-container-3 {
  gap: 0;
}
.cid-v54hWFPWsa .mbr-text,
.cid-v54hWFPWsa .mbr-section-btn {
  color: #000000;
}
.cid-v54hWFPWsa .content-head {
  max-width: 800px;
}
.cid-v54hWFPWsa .container,
.cid-v54hWFPWsa .container-fluid {
  overflow: hidden;
}
.cid-v54hWFPWsa .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v54hWFPWsa .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v54hWFPWsa .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v54hWFPWsa .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v54hWFPWsa .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-v54hWFPWsa .grid-container-1,
.cid-v54hWFPWsa .grid-container-2,
.cid-v54hWFPWsa .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v54hWFPWsa .grid-container-1 {
  align-items: flex-end;
}
.cid-v54hWFPWsa .grid-container-2 {
  align-items: flex-start;
}
.cid-v54hWFT0Tn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFT0Tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFT0Tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFT0Tn .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #824c00;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v54hWFT0Tn .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-v54hWFT0Tn .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-v54hWFT0Tn .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-v54hWFT0Tn .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f1900;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v54hWFT0Tn .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b7b7a4 !important;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v54hWFT0Tn .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v54hWFT0Tn .mbr-section-title {
  color: #ffffff;
}
.cid-v54hWFT0Tn .mbr-text,
.cid-v54hWFT0Tn .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWFT0Tn .mbr-section-title,
.cid-v54hWFT0Tn .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v54hWFYe8O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWFYe8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWFYe8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWFYe8O .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v54hWFYe8O .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v54hWFYe8O .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v54hWFYe8O .google-map {
    margin-bottom: 48px;
  }
}
.cid-v54hWFYe8O .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v54hWFYe8O .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v54hWFYe8O .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-v54hWFYe8O .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v54hWFYe8O .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-v54hWFYe8O .list-wrapper .list .item-wrap:hover,
.cid-v54hWFYe8O .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-v54hWFYe8O .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v54hWFYe8O .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v54hWFYe8O .social-wrapper {
    text-align: left;
  }
}
.cid-v54hWFYe8O .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v54hWFYe8O .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v54hWFYe8O .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v54hWFYe8O .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #b7b7a4;
  color: #000000;
}
.cid-v54hWFYe8O .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v54hWFYe8O .list {
  color: #9aa0a6;
}
.cid-v54hWFYe8O .list,
.cid-v54hWFYe8O .item-wrap,
.cid-v54hWFYe8O .social-wrapper {
  color: #FFFFFF;
}
.cid-v54hWFYe8O .mbr-section-title,
.cid-v54hWFYe8O .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v54hWG4whA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v54hWG4whA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54hWG4whA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54hWG4whA .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v54hWG4whA .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v54hWG4whA .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v54hWG4whA .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v54hWG4whA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v54hWG4whA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v54hWG4whA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v54hWG4whA .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v54hWG4whA .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v54hWG4whA .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v54hWG4whA .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v54hWG4whA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v54hWG4whA .items-wrapper .card {
  padding: 0 32px;
}
.cid-v54hWG4whA .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v54hWG4whA .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v54hWG4whA .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v54hWG4whA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v54hWG4whA .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v54hWG4whA .list-wrapper .list .item-wrap:hover,
.cid-v54hWG4whA .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v54hWG4whA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v54hWG4whA .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v54hWG4whA .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v54hWG4whA .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v54hWG4whA .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v54hWG4whA .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-v54hWG4whA .mbr-desc {
  color: #ffffff;
}
.cid-v54hWG4whA .mbr-text,
.cid-v54hWG4whA .text-wrapper {
  color: #9aa0a6;
}
.cid-v54hWG4whA .list {
  color: #9aa0a6;
}
