@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/onest/Onest-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/onest/Onest-Bold.ttf') format('truetype');
}
.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff5ee;
}
body {
  font-family: 'Onest', sans-serif;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.625rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.03125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #720026 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #720026 !important;
  border-color: #720026 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a50037 !important;
  border-color: #a50037 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a50037 !important;
  border-color: #a50037 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea8b68 !important;
  border-color: #ea8b68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0ad95 !important;
  border-color: #f0ad95 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0ad95 !important;
  border-color: #f0ad95 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #171719 !important;
  border-color: #171719 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2f2f34 !important;
  border-color: #2f2f34 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2f2f34 !important;
  border-color: #2f2f34 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #720026;
  color: #720026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1b0009 !important;
  background-color: transparent !important;
  border-color: #1b0009 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #720026 !important;
  border-color: #720026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ea8b68;
  color: #ea8b68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dd521f !important;
  background-color: transparent !important;
  border-color: #dd521f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea8b68 !important;
  border-color: #ea8b68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #171719;
  color: #171719;
}
.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: #171719 !important;
  border-color: #171719 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #720026 !important;
}
.text-secondary {
  color: #ea8b68 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #171719 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c0004 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cf4d1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #720026;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #720026;
  border-color: #720026;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav-tabs {
    border-radius: 20px !important;
  }
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #720026;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f20050;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #720026 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #720026;
}
/* 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: #720026;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #720026;
}
.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: #720026;
  border-bottom-color: #720026;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #720026 !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: #ea8b68 !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='%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 {
  padding: 10px 26px;
  font-weight: 700;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 10px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-white {
  color: #171719 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #171719 !important;
  background-color: transparent !important;
  border-color: #171719 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.mbr-figure img,
.google-map iframe,
.google-map img,
.slide-content,
.plan,
.card,
.item-wrapper,
.nav-item::before,
.dropdown-item {
  border-radius: 20px !important;
}
.little-radius {
  border-radius: 10px !important;
}
.middle-radius,
.google-map iframe,
.google-map img {
  border-radius: 16px !important;
}
.large-radius {
  border-radius: 50px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vsW6WuXjUW .navbar-dropdown {
  position: relative !important;
}
.cid-vsW6WuXjUW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsW6WuXjUW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vsW6WuXjUW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
  color: #171719 !important;
}
.cid-vsW6WuXjUW .dropdown-item:hover,
.cid-vsW6WuXjUW .dropdown-item:focus {
  color: #171719 !important;
}
.cid-vsW6WuXjUW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsW6WuXjUW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsW6WuXjUW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsW6WuXjUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vsW6WuXjUW .nav-link {
  position: relative;
}
.cid-vsW6WuXjUW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vsW6WuXjUW .container {
    flex-wrap: nowrap;
  }
}
.cid-vsW6WuXjUW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsW6WuXjUW .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vsW6WuXjUW .dropdown-menu,
.cid-vsW6WuXjUW .navbar.opened {
  background: #171719 !important;
}
.cid-vsW6WuXjUW .nav-item:focus,
.cid-vsW6WuXjUW .nav-link:focus {
  outline: none;
}
.cid-vsW6WuXjUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsW6WuXjUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vsW6WuXjUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsW6WuXjUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsW6WuXjUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsW6WuXjUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsW6WuXjUW .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vsW6WuXjUW .navbar.opened {
  transition: all 0.3s;
}
.cid-vsW6WuXjUW .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vsW6WuXjUW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vsW6WuXjUW .navbar .navbar-logo img {
  width: auto;
}
.cid-vsW6WuXjUW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsW6WuXjUW .navbar.collapsed {
  justify-content: center;
}
.cid-vsW6WuXjUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsW6WuXjUW .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vsW6WuXjUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vsW6WuXjUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsW6WuXjUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsW6WuXjUW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vsW6WuXjUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsW6WuXjUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsW6WuXjUW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsW6WuXjUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsW6WuXjUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsW6WuXjUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsW6WuXjUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsW6WuXjUW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vsW6WuXjUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsW6WuXjUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsW6WuXjUW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vsW6WuXjUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsW6WuXjUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsW6WuXjUW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsW6WuXjUW .navbar.navbar-short {
  min-height: 100px;
}
.cid-vsW6WuXjUW .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vsW6WuXjUW .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vsW6WuXjUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsW6WuXjUW .navbar-brand .navbar-caption:hover,
.cid-vsW6WuXjUW .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsW6WuXjUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsW6WuXjUW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsW6WuXjUW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsW6WuXjUW .dropdown-item.active,
.cid-vsW6WuXjUW .dropdown-item:active {
  background-color: transparent;
}
.cid-vsW6WuXjUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsW6WuXjUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsW6WuXjUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsW6WuXjUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vsW6WuXjUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vsW6WuXjUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsW6WuXjUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsW6WuXjUW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsW6WuXjUW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vsW6WuXjUW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vsW6WuXjUW .navbar-buttons {
    text-align: left;
  }
}
.cid-vsW6WuXjUW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vsW6WuXjUW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsW6WuXjUW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsW6WuXjUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vsW6WuXjUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsW6WuXjUW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsW6WuXjUW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsW6WuXjUW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsW6WuXjUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsW6WuXjUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsW6WuXjUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsW6WuXjUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsW6WuXjUW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vsW6WuXjUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsW6WuXjUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsW6WuXjUW .navbar {
    height: 70px;
  }
  .cid-vsW6WuXjUW .navbar.opened {
    height: auto;
  }
  .cid-vsW6WuXjUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsW6WuXjUW .navbar-nav {
  margin: 0 auto;
}
.cid-vsW6WuXjUW .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vsW6WuXjUW .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vsW6WuXjUW .nav-item:hover::before {
  opacity: 1;
}
.cid-vsW6WuXjUW .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vsW6WuXjUW .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vsW6WuXjUW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vsW6WuXjUW .nav-item .nav-link:hover,
.cid-vsW6WuXjUW .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #171719 !important;
  opacity: 1 !important;
}
.cid-vsW6WuXjUW .nav-item .nav-link:hover::before,
.cid-vsW6WuXjUW .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vsW6WuXjUW .nav-item .nav-link:hover::after,
.cid-vsW6WuXjUW .nav-item .nav-link:focus::after {
  color: #171719 !important;
}
.cid-vsW6WuXjUW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsW6WuXjUW .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vsW6WuXjUW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsW6WuXjUW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vsW6WuXjUW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsW6WuXjUW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsW6WuXjUW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsW6WuXjUW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsW6WuXjUW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vsW6WuXjUW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vsW6WuXjUW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vsW6WuXjUW .content-wrap {
  min-height: 100px;
}
.cid-vsW6WuYphI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #171719 0%, #720026 38%, #ffffff 90%);
}
.cid-vsW6WuYphI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6WuYphI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6WuYphI .content-wrapper {
  position: relative;
  padding: 4px;
}
.cid-vsW6WuYphI .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}
.cid-vsW6WuYphI .content-wrapper .shadow-wrap {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  filter: blur(40px) brightness(1);
  opacity: 0.5;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vsW6WuYphI .content-wrapper .content-wrap {
    padding: 10px 10px 100px 10px;
  }
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper {
  width: 100%;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 20px;
  background-color: #e9e9e9;
  margin-bottom: 24px;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vsW6WuYphI .content-wrapper .content-wrap .card-box {
    padding: 0 10px;
  }
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active::before,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vsW6WuYphI .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vsW6WuYphI .content-wrapper .content-wrap .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6WuYphI .mbr-desc {
  color: #171719;
}
.cid-vsW6WuYphI .mbr-section-title {
  color: #171719;
}
.cid-vsW6WuYphI .mbr-text {
  color: #565661;
}
.cid-vsW6WuZ3WQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #720026 50%, #ffffff 150%);
}
.cid-vsW6WuZ3WQ .item:focus,
.cid-vsW6WuZ3WQ span:focus {
  outline: none;
}
.cid-vsW6WuZ3WQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vsW6WuZ3WQ .content-head {
  max-width: 800px;
}
.cid-vsW6WuZ3WQ .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vsW6WuZRrG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vsW6WuZRrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6WuZRrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6WuZRrG .card-wrapper {
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vsW6WuZRrG .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vsW6WuZRrG .card-wrapper .content-wrap {
  justify-content: space-between;
}
.cid-vsW6WuZRrG .card-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vsW6WuZRrG .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsW6WuZRrG .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vsW6WuZRrG .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsW6WuZRrG .card-wrapper .title-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vsW6WuZRrG .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsW6WuZRrG .card-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vsW6WuZRrG .card-wrapper .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(36deg, #c76c26 0%, #420000 100%);
}
.cid-vsW6WuZRrG .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary:hover,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary:hover,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success:hover,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info:hover,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning:hover,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger:hover,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black:hover,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white:hover,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary:focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary:focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success:focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info:focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning:focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger:focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black:focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white:focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary.focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary.focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success.focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info.focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning.focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger.focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black.focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white.focus,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary.active,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary.active,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success.active,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info.active,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning.active,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger.active,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black.active,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary:hover::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary:hover::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success:hover::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info:hover::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning:hover::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger:hover::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black:hover::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white:hover::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary:focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary:focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success:focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info:focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning:focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger:focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black:focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white:focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary.focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary.focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success.focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info.focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning.focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger.focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black.focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white.focus::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary.active::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary.active::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success.active::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info.active::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning.active::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger.active::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black.active::before,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary-outline,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary-outline,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success-outline,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info-outline,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning-outline,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger-outline,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black-outline,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vsW6WuZRrG .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vsW6WuZRrG .btn-wrapper {
  margin-top: -10%;
}
.cid-vsW6WuZRrG .mbr-section-title {
  color: #171719;
}
.cid-vsW6WuZRrG .mbr-text {
  color: #565661;
}
.cid-vsW6WuZRrG .item-number {
  color: #171719;
}
.cid-vsW6WuZRrG .item-title {
  color: #565661;
}
.cid-vsW6Wv0iIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vsW6Wv0iIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv0iIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv0iIT .card {
  justify-content: flex-end;
}
.cid-vsW6Wv0iIT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv0iIT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vsW6Wv0iIT .items-wrapper {
  margin: 0 -10px;
}
.cid-vsW6Wv0iIT .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vsW6Wv0iIT .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vsW6Wv0iIT .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vsW6Wv0iIT .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vsW6Wv0iIT .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #420000;
}
.cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vsW6Wv0iIT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wv0iIT .mbr-section-btn .btn-primary-outline,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-secondary-outline,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-success-outline,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-info-outline,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-warning-outline,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-danger-outline,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-black-outline,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vsW6Wv0iIT .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv0iIT .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vsW6Wv0iIT .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vsW6Wv0iIT .mbr-section-title {
  color: #171719;
}
.cid-vsW6Wv0iIT .item-price {
  color: #171719;
}
.cid-vsW6Wv0iIT .item-title {
  color: #171719;
}
.cid-vsW6Wv0iIT .item-text {
  color: #565661;
}
.cid-vsW6Wv0tDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv0tDn .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/background1.jpg");
}
.cid-vsW6Wv0tDn .image-wrap {
  height: 300px;
}
.cid-vsW6Wv0j3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsW6Wv0j3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv0j3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv0j3z .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv0j3z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv0j3z .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv0j3z .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv0j3z .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv0j3z .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vsW6Wv0j3z .items-wrapper {
  margin: 0 -10px;
}
.cid-vsW6Wv0j3z .items-wrapper .item {
  padding: 0 10px;
}
.cid-vsW6Wv0j3z .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv0j3z .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vsW6Wv0j3z .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv0j3z .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vsW6Wv0j3z .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv0j3z .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vsW6Wv0j3z .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vsW6Wv0j3z .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vsW6Wv0j3z .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vsW6Wv0j3z .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vsW6Wv0j3z .btn-wrapper {
  margin-top: 0;
}
.cid-vsW6Wv0j3z .mbr-label,
.cid-vsW6Wv0j3z .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv0j3z .mbr-section-title,
.cid-vsW6Wv0j3z .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv0j3z .mbr-desc {
  color: #ffffff;
}
.cid-vsW6Wv0j3z .item-text {
  color: #565661;
}
.cid-vsW6Wv0j3z .item-name {
  color: #171719;
}
.cid-vsW6Wv0j3z .item-role {
  color: #565661;
}
.cid-vsW6Wv1d3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vsW6Wv1d3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv1d3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv1d3T .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1d3T .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv1d3T .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv1d3T .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv1d3T .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv1d3T .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vsW6Wv1d3T .content-wrap {
  margin: 0 -10px;
}
.cid-vsW6Wv1d3T .content-wrap .card {
  padding: 0 10px;
}
.cid-vsW6Wv1d3T .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1d3T .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vsW6Wv1d3T .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vsW6Wv1d3T .items-wrapper .item:focus .item-wrapper .item-title {
  color: #420000;
}
.cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper .item-title {
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vsW6Wv1d3T .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wv1d3T .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1d3T .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vsW6Wv1d3T .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vsW6Wv1d3T .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vsW6Wv1d3T .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vsW6Wv1d3T .card-wrapper .image-wrapper {
  min-height: 270px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1d3T .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vsW6Wv1d3T .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vsW6Wv1d3T .mbr-label,
.cid-vsW6Wv1d3T .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv1d3T .mbr-section-title,
.cid-vsW6Wv1d3T .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv1d3T .mbr-desc {
  color: #ffffff;
}
.cid-vsW6Wv1d3T .item-title {
  color: #171719;
}
.cid-vsW6Wv1d3T .item-text {
  color: #565661;
}
.cid-vsW6Wv1EsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsW6Wv1EsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv1EsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv1EsX .item {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1EsX .item {
    display: block;
  }
}
.cid-vsW6Wv1EsX .item .item-wrapper {
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1EsX .item .item-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vsW6Wv1EsX .item .item-wrapper .item-number {
  margin-bottom: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(36deg, #c76c26 0%, #420000 100%);
}
.cid-vsW6Wv1EsX .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vsW6Wv1EsX .btn-wrapper {
  margin-top: -10%;
}
.cid-vsW6Wv1EsX .item-number {
  color: #171719;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1EsX .item-number {
    text-align: left;
  }
}
.cid-vsW6Wv1EsX .item-title {
  color: #565661;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vsW6Wv1EsX .item-title {
    text-align: left;
  }
}
.cid-vsW6Wv29X5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #720026 50%, #fafafa 100%);
}
.cid-vsW6Wv29X5 .item:focus,
.cid-vsW6Wv29X5 span:focus {
  outline: none;
}
.cid-vsW6Wv29X5 .item {
  cursor: pointer;
}
.cid-vsW6Wv29X5 .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .cid-vsW6Wv29X5 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-vsW6Wv29X5 .grid-container-1,
.cid-vsW6Wv29X5 .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vsW6Wv29X5 .grid-container-1,
  .cid-vsW6Wv29X5 .grid-container-2 {
    gap: 0 20px;
  }
}
.cid-vsW6Wv29X5 .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vsW6Wv29X5 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv29X5 .content-head {
  max-width: 800px;
}
.cid-vsW6Wv29X5 .container,
.cid-vsW6Wv29X5 .container-fluid {
  overflow: hidden;
}
.cid-vsW6Wv29X5 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vsW6Wv29X5 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vsW6Wv29X5 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv29X5 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vsW6Wv29X5 .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vsW6Wv29X5 .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vsW6Wv29X5 .grid-item img {
    height: 140px;
  }
}
.cid-vsW6Wv29X5 .grid-container-1,
.cid-vsW6Wv29X5 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vsW6Wv29X5 .grid-container-1 {
  align-items: flex-end;
}
.cid-vsW6Wv29X5 .grid-container-2 {
  align-items: flex-start;
}
.cid-vsW6Wv2W1N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 50%, #fafafa 50%);
}
.cid-vsW6Wv2W1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv2W1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv2W1N .card {
  justify-content: flex-end;
}
.cid-vsW6Wv2W1N .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv2W1N .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vsW6Wv2W1N .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv2W1N .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv2W1N .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vsW6Wv2W1N .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vsW6Wv2W1N .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #420000;
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vsW6Wv2W1N .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wv2W1N .mbr-section-btn .btn-primary-outline,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-secondary-outline,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-success-outline,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-info-outline,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-warning-outline,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-danger-outline,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-black-outline,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vsW6Wv2W1N .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv2W1N .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vsW6Wv2W1N .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vsW6Wv2W1N .mbr-section-title {
  color: #ffffff;
}
.cid-vsW6Wv2W1N .mbr-text {
  color: #ffffff;
}
.cid-vsW6Wv2W1N .item-title {
  color: #171719;
}
.cid-vsW6Wv2W1N .item-text {
  color: #565661;
}
.cid-vsW6Wv3wJo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(-25deg, #fafafa 50%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vsW6Wv3wJo {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vsW6Wv3wJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv3wJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv3wJo .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv3wJo .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vsW6Wv3wJo .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vsW6Wv3wJo .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vsW6Wv3wJo .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vsW6Wv3wJo .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vsW6Wv3wJo .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vsW6Wv3wJo .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
  background-color: #fafafa;
}
.cid-vsW6Wv3wJo .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vsW6Wv3wJo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv3wJo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsW6Wv3wJo .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vsW6Wv3wJo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsW6Wv3wJo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vsW6Wv3wJo .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vsW6Wv3wJo .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vsW6Wv3wJo .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vsW6Wv3wJo .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vsW6Wv3wJo .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vsW6Wv3wJo .mbr-section-title {
  color: #171719;
}
.cid-vsW6Wv3wJo .mbr-section-subtitle {
  color: #565661;
}
.cid-vsW6Wv3wJo .mbr-text,
.cid-vsW6Wv3wJo .text-wrapper {
  color: #565661;
}
.cid-vsW6Wv5APx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #720026 50%, #fafafa 100%);
}
.cid-vsW6Wv5APx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv5APx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv5APx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv5APx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv5APx .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vsW6Wv5APx .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vsW6Wv5APx .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv5APx .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv5APx .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #420000;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #420000;
  transform: rotate(-180deg);
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv5APx .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vsW6Wv5APx .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vsW6Wv5APx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vsW6Wv5APx .panel-title-edit {
  color: #171719;
}
.cid-vsW6Wv5APx .panel-text {
  color: #565661;
}
.cid-vsW6Wv5ioL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsW6Wv5ioL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv5ioL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv5ioL .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv5ioL .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vsW6Wv5ioL .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vsW6Wv5ioL .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vsW6Wv5ioL .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vsW6Wv5ioL .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vsW6Wv5ioL .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vsW6Wv5ioL .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vsW6Wv5ioL .content-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-vsW6Wv5ioL .content-wrapper .google-map iframe,
.cid-vsW6Wv5ioL .content-wrapper .google-map img {
  height: 350px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vsW6Wv5ioL .content-wrapper .google-map iframe,
  .cid-vsW6Wv5ioL .content-wrapper .google-map img {
    height: 300px;
  }
}
.cid-vsW6Wv6P9P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsW6Wv6P9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv6P9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv6P9P .content-wrap {
  margin: 0 -25px;
}
.cid-vsW6Wv6P9P .content-wrap .card {
  padding: 0 25px;
}
.cid-vsW6Wv6P9P .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vsW6Wv6P9P .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vsW6Wv6P9P .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.5;
  z-index: 1;
}
.cid-vsW6Wv6P9P .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vsW6Wv6P9P .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vsW6Wv6P9P .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv6P9P .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv6P9P .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv6P9P .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsW6Wv6P9P .items-wrapper {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv6P9P .items-wrapper {
    padding-left: 23px;
  }
}
.cid-vsW6Wv6P9P .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv6P9P .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vsW6Wv6P9P .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vsW6Wv6P9P .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vsW6Wv6P9P .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vsW6Wv6P9P .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wv6P9P .mbr-section-btn .btn-primary-outline,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-secondary-outline,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-success-outline,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-info-outline,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-warning-outline,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-danger-outline,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-black-outline,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vsW6Wv6P9P .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv6P9P .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vsW6Wv6P9P .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vsW6Wv6P9P .mbr-label,
.cid-vsW6Wv6P9P .label-wrapper {
  color: #171719;
}
.cid-vsW6Wv6P9P .mbr-section-title {
  color: #171719;
}
.cid-vsW6Wv6P9P .mbr-desc {
  color: #ffffff;
}
.cid-vsW6Wv6P9P .item-title {
  color: #171719;
}
.cid-vsW6Wv6P9P .item-text {
  color: #565661;
}
.cid-vsW6Wv6dLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #720026 25%, #ffffff 100%);
}
.cid-vsW6Wv6dLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv6dLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv6dLg .content-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv6dLg .content-wrapper .title-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vsW6Wv6dLg .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vsW6Wv6dLg .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv6dLg .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv6dLg .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vsW6Wv6dLg .content-wrapper .title-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vsW6Wv6dLg .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv6dLg .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv6dLg .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsW6Wv6dLg .content-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vsW6Wv6dLg .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv6dLg .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vsW6Wv6dLg .image-wrapper img {
  display: inline-flex;
  height: 300px;
  width: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vsW6Wv6dLg .image-wrapper img {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.cid-vsW6Wv6dLg .mbr-label {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv6dLg .mbr-section-title {
  color: #171719;
}
.cid-vsW6Wv6dLg .mbr-text,
.cid-vsW6Wv6dLg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vsW6Wv6dLg .mbr-section-title,
.cid-vsW6Wv6dLg .title-wrap,
.cid-vsW6Wv6dLg .mbr-section-btn,
.cid-vsW6Wv6dLg .image-wrapper {
  text-align: center;
}
.cid-vsW6Wv7rIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vsW6Wv7rIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv7rIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv7rIJ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv7rIJ .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv7rIJ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv7rIJ .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vsW6Wv7rIJ .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vsW6Wv7rIJ .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #e9e9e9;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vsW6Wv7rIJ .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vsW6Wv7rIJ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vsW6Wv7rIJ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv7rIJ .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vsW6Wv7rIJ .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary:hover,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary:hover,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success:hover,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info:hover,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning:hover,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger:hover,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black:hover,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white:hover,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary:focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary:focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success:focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info:focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning:focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger:focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black:focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white:focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary.focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary.focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success.focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info.focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning.focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger.focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black.focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white.focus,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary.active,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary.active,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success.active,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info.active,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning.active,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger.active,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black.active,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary:hover::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary:hover::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success:hover::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info:hover::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning:hover::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger:hover::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black:hover::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white:hover::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary:focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary:focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success:focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info:focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning:focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger:focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black:focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white:focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary.focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary.focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success.focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info.focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning.focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger.focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black.focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white.focus::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary.active::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary.active::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success.active::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info.active::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning.active::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger.active::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black.active::before,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary-outline,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary-outline,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success-outline,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info-outline,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning-outline,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger-outline,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black-outline,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vsW6Wv7rIJ .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vsW6Wv7rIJ .mbr-label,
.cid-vsW6Wv7rIJ .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv7rIJ .mbr-section-title,
.cid-vsW6Wv7rIJ .title-wrap,
.cid-vsW6Wv7rIJ .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv7rIJ .item-title {
  color: #171719;
}
.cid-vsW6Wv7rIJ .item-text {
  color: #565661;
}
.cid-vsW6Wv7rIJ .list {
  color: #171719;
}
.cid-vsW6Wv8Efn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsW6Wv8Efn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv8Efn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv8Efn .card {
  justify-content: flex-end;
}
.cid-vsW6Wv8Efn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv8Efn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vsW6Wv8Efn .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv8Efn .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv8Efn .card-wrapper {
  padding: 20px 20px 30px 20px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
.cid-vsW6Wv8Efn .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv8Efn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 740px;
  max-width: 740px;
}
@media (max-width: 1200px) {
  .cid-vsW6Wv8Efn .embla__slide {
    min-width: 510px;
    max-width: 510px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 768px) {
  .cid-vsW6Wv8Efn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsW6Wv8Efn .embla__slide .slide-content {
  width: 100%;
}
.cid-vsW6Wv8Efn .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-vsW6Wv8Efn .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vsW6Wv8Efn .embla__slide .slide-content:hover .item-wrapper .card-box .item-title,
.cid-vsW6Wv8Efn .embla__slide .slide-content:focus .item-wrapper .card-box .item-title {
  color: #420000;
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .item-date {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsW6Wv8Efn .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .item-date {
    margin-top: 20px;
  }
}
.cid-vsW6Wv8Efn .embla__button--next,
.cid-vsW6Wv8Efn .embla__button--prev {
  display: flex;
}
.cid-vsW6Wv8Efn .embla__button {
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-color: transparent !important;
  color: #171719 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vsW6Wv8Efn .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vsW6Wv8Efn .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vsW6Wv8Efn .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vsW6Wv8Efn .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vsW6Wv8Efn .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-vsW6Wv8Efn .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0 20px 0;
}
.cid-vsW6Wv8Efn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsW6Wv8Efn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsW6Wv8Efn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsW6Wv8Efn .mbr-section-btn .btn-primary-outline,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-secondary-outline,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-success-outline,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-info-outline,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-warning-outline,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-danger-outline,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-black-outline,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vsW6Wv8Efn .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wv8Efn .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vsW6Wv8Efn .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vsW6Wv8Efn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vsW6Wv8Efn .mbr-label,
.cid-vsW6Wv8Efn .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv8Efn .mbr-section-title {
  color: #171719;
}
.cid-vsW6Wv8Efn .mbr-text {
  color: #565661;
}
.cid-vsW6Wv8Efn .item-title {
  color: #171719;
}
.cid-vsW6Wv8Efn .item-text {
  color: #565661;
}
.cid-vsW6Wv8Efn .item-date {
  color: #171719;
}
.cid-vsW6Wv8gXG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../assets/images/photo-1483985988355-763728e1935b.jpeg");
}
.cid-vsW6Wv8gXG .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vsW6Wv8gXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv8gXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv8gXG .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv8gXG .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv8gXG .content-wrapper {
    padding-top: 0;
  }
}
.cid-vsW6Wv8gXG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv8gXG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wv8gXG .items-wrapper {
  margin: 0 -25px;
}
.cid-vsW6Wv8gXG .items-wrapper .item {
  padding: 0 25px;
  margin-bottom: 40px;
}
.cid-vsW6Wv8gXG .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vsW6Wv8gXG .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vsW6Wv8gXG .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wv8gXG .mbr-section-title {
  color: #ffffff;
}
.cid-vsW6Wv8gXG .item-title {
  color: #ffffff;
}
.cid-vsW6Wv8gXG .item-text {
  color: #ffffff;
}
.cid-vsW6Wv9aO5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../assets/images/photo-1625513123245-fcb02d69ad12.jpeg");
}
.cid-vsW6Wv9aO5 .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vsW6Wv9aO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv9aO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv9aO5 .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv9aO5 .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv9aO5 .content-wrapper {
    padding-top: 0;
  }
}
.cid-vsW6Wv9aO5 .card {
  justify-content: flex-end;
}
.cid-vsW6Wv9aO5 .title-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-vsW6Wv9aO5 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vsW6Wv9aO5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsW6Wv9aO5 .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vsW6Wv9aO5 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vsW6Wv9aO5 .mbr-number {
  color: #ffffff;
}
.cid-vsW6Wv9aO5 .mbr-section-title {
  color: #ffffff;
}
.cid-vsW6Wv9aO5 .mbr-text,
.cid-vsW6Wv9aO5 .text-wrapper {
  color: #ffffff;
}
.cid-vsW6Wv9lMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../assets/images/photo-1586718520704-f7f9db04b8c0.jpeg");
}
.cid-vsW6Wv9lMT .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vsW6Wv9lMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv9lMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv9lMT .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vsW6Wv9lMT .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vsW6Wv9lMT .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vsW6Wv9lMT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6Wv9lMT .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv9lMT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsW6Wv9lMT .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wv9lMT .mbr-section-title {
  color: #ffffff;
}
.cid-vsW6Wv9lMT .mbr-text,
.cid-vsW6Wv9lMT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vsW6Wv9lMT .mbr-section-title,
.cid-vsW6Wv9lMT .mbr-section-btn {
  text-align: center;
}
.cid-vsW6Wv9jCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(190deg, #fafafa 65%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vsW6Wv9jCJ {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vsW6Wv9jCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wv9jCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wv9jCJ .card-wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  padding: 40px 40px 50px 40px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv9jCJ .card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wv9jCJ .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vsW6Wv9jCJ .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv9jCJ .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wv9jCJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vsW6Wv9jCJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vsW6Wv9jCJ .embla__slide .slide-content {
  width: 100%;
}
.cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .item-text {
    padding: 0;
  }
}
.cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .person-wrapper {
    margin-top: 30px;
  }
}
.cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  gap: 16px;
}
.cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vsW6Wv9jCJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vsW6Wv9jCJ .embla__button--next,
.cid-vsW6Wv9jCJ .embla__button--prev {
  display: flex;
}
.cid-vsW6Wv9jCJ .embla__button {
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-color: transparent !important;
  color: #171719 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vsW6Wv9jCJ .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vsW6Wv9jCJ .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vsW6Wv9jCJ .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vsW6Wv9jCJ .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vsW6Wv9jCJ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vsW6Wv9jCJ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vsW6Wv9jCJ .embla__viewport {
    padding: 0;
  }
}
.cid-vsW6Wv9jCJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vsW6Wv9jCJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vsW6Wv9jCJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vsW6Wv9jCJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vsW6Wv9jCJ .mbr-label,
.cid-vsW6Wv9jCJ .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wv9jCJ .item-text {
  color: #171719;
}
.cid-vsW6Wv9jCJ .item-text,
.cid-vsW6Wv9jCJ .person-wrapper {
  text-align: center;
}
.cid-vsW6Wv9jCJ .item-name {
  color: #171719;
  text-align: left;
}
.cid-vsW6Wv9jCJ .item-role {
  color: #565661;
  text-align: left;
}
.cid-vsW6WvabA6 {
  background-image: url("../../assets/images/photo-1523496922380-91d5afba98a3.jpeg");
}
.cid-vsW6WvabA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6WvabA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6WvabA6 .image-wrap {
  height: 300px;
}
.cid-vsW6Wvaeep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vsW6Wvaeep .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wvaeep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wvaeep .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: #171719;
  box-shadow: 0 12px 16px -4px #e9e9e9;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wvaeep .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vsW6Wvaeep .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vsW6Wvaeep .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsW6Wvaeep .card-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wvaeep .items-wrapper {
  margin: 0 -10px;
}
.cid-vsW6Wvaeep .items-wrapper .item {
  padding: 0 10px;
}
.cid-vsW6Wvaeep .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wvaeep .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vsW6Wvaeep .item .item-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  height: 100%;
}
.cid-vsW6Wvaeep .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vsW6Wvaeep .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vsW6Wvaeep .item .item-wrapper .card-box {
  padding: 30px 20px 20px;
}
.cid-vsW6Wvaeep .item .item-wrapper .card-box .item-role {
  margin-bottom: 4px;
}
.cid-vsW6Wvaeep .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-vsW6Wvaeep .mbr-section-title {
  color: #ffffff;
}
.cid-vsW6Wvaeep .mbr-text {
  color: #ffffff;
}
.cid-vsW6Wvaeep .item-name {
  color: #171719;
}
.cid-vsW6Wvaeep .item-role {
  color: #565661;
}
.cid-vsW6WvahMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsW6WvahMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6WvahMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6WvahMO .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6WvahMO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6WvahMO .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6WvahMO .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vsW6WvahMO .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6WvahMO .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vsW6WvahMO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6WvahMO .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6WvahMO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsW6WvahMO .items-wrapper {
  margin: 0 -10px;
  align-items: flex-end;
}
.cid-vsW6WvahMO .items-wrapper .item {
  padding: 0 10px;
}
.cid-vsW6WvahMO .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vsW6WvahMO .item:last-child {
    margin-bottom: 20px;
  }
}
.cid-vsW6WvahMO .item .item-wrapper {
  padding: 40px;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vsW6WvahMO .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vsW6WvahMO .item .item-wrapper .label-wrap .item-label {
  display: inline-flex;
  padding: 4px 16px;
  background-color: #fafafa;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6WvahMO .item .item-wrapper .item-title_1,
.cid-vsW6WvahMO .item .item-wrapper .item-title_2 {
  margin-bottom: 20px;
}
.cid-vsW6WvahMO .item .item-wrapper .item-text_1,
.cid-vsW6WvahMO .item .item-wrapper .item-text_2 {
  margin-bottom: 20px;
}
.cid-vsW6WvahMO .item .item-wrapper .item-price_1,
.cid-vsW6WvahMO .item .item-wrapper .item-price_2 {
  margin-bottom: 0;
}
.cid-vsW6WvahMO .item .item-wrapper .item-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vsW6WvahMO .item .item-wrapper .item-btn .btn {
  width: 100%;
}
.cid-vsW6WvahMO .item .item-wrapper .list_1,
.cid-vsW6WvahMO .item .item-wrapper .list_2 {
  margin-top: 20px;
  padding-left: 18px;
  margin-bottom: 0;
}
.cid-vsW6WvahMO .item .item-wrapper .list_1 .item-wrap_1,
.cid-vsW6WvahMO .item .item-wrapper .list_2 .item-wrap_1,
.cid-vsW6WvahMO .item .item-wrapper .list_1 .item-wrap_2,
.cid-vsW6WvahMO .item .item-wrapper .list_2 .item-wrap_2 {
  margin-bottom: 16px;
}
.cid-vsW6WvahMO .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-vsW6WvahMO .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-vsW6WvahMO .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-vsW6WvahMO .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vsW6WvahMO .item .item-wrapper .list_1 .item-wrap_1::marker,
.cid-vsW6WvahMO .item .item-wrapper .list_2 .item-wrap_1::marker {
  color: #420000;
}
.cid-vsW6WvahMO .item .item-wrapper .list_1 .item-wrap_2::marker,
.cid-vsW6WvahMO .item .item-wrapper .list_2 .item-wrap_2::marker {
  color: #ffffff;
}
.cid-vsW6WvahMO .item .card_1 {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
}
.cid-vsW6WvahMO .item .card_2 {
  background-color: #171719;
  border: 1px solid #171719;
}
.cid-vsW6WvahMO .mbr-label,
.cid-vsW6WvahMO .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6WvahMO .mbr-section-title,
.cid-vsW6WvahMO .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vsW6WvahMO .mbr-text,
.cid-vsW6WvahMO .text-wrapper {
  color: #565661;
  text-align: center;
}
.cid-vsW6WvahMO .item-label {
  color: #ffffff;
}
.cid-vsW6WvahMO .item-title_1 {
  color: #171719;
}
.cid-vsW6WvahMO .item-title_2 {
  color: #ffffff;
}
.cid-vsW6WvahMO .item-text_1 {
  color: #565661;
}
.cid-vsW6WvahMO .item-text_2 {
  color: #ffffff;
}
.cid-vsW6WvahMO .item-price_1 {
  color: #171719;
}
.cid-vsW6WvahMO .item-price_2 {
  color: #ffffff;
}
.cid-vsW6WvahMO .list_1 {
  color: #565661;
}
.cid-vsW6WvahMO .list_2 {
  color: #ffffff;
}
.cid-vsW6WvahMO .item-label,
.cid-vsW6WvahMO .label-wrap {
  color: #FFFFFF;
}
.cid-vsW6WvbJTY {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #720026 50%, #ffffff 150%);
}
.cid-vsW6WvbJTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6WvbJTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6WvbJTY .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vsW6WvbJTY .item {
  margin-bottom: 30px;
}
.cid-vsW6WvbJTY .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-vsW6WvbJTY .item .item-wrapper .item-img img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vsW6WvbJTY .item .item-wrapper .item-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vsW6WvbJTY .item .item-wrapper .item-img img {
    width: 40%;
  }
}
@media (max-width: 425px) {
  .cid-vsW6WvbJTY .item .item-wrapper .item-img img {
    width: 60%;
  }
}
.cid-vsW6WvbJTY .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vsW6WvbJTY .mbr-label,
.cid-vsW6WvbJTY .label-wrapper {
  color: #171719;
}
.cid-vsW6Wvb4Tt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 50%, #fafafa 50%);
}
.cid-vsW6Wvb4Tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wvb4Tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6WvcXdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vsW6WvcXdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6WvcXdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6WvcXdG .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vsW6WvcXdG .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vsW6WvcXdG .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6WvcXdG .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6WvcXdG .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6WvcXdG .card-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6WvcXdG .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6WvcXdG .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6WvcXdG .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #565661;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #565661;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #171719 !important;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #565661;
  border-color: #565661;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vsW6WvcXdG .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0.6rem;
  margin-bottom: 0;
}
.cid-vsW6WvcXdG .mbr-label,
.cid-vsW6WvcXdG .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6WvcXdG .mbr-section-title {
  color: #171719;
}
.cid-vsW6WvcXdG label {
  color: #565661;
}
.cid-vsW6WvcXdG .mbr-section-title,
.cid-vsW6WvcXdG .mbr-section-btn,
.cid-vsW6WvcXdG .title-wrap {
  text-align: center;
}
.cid-vsW6Wvcyjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsW6Wvcyjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wvcyjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wvcyjx .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wvcyjx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wvcyjx .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wvcyjx .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6Wvcyjx .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wvcyjx .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vsW6Wvcyjx .content-wrap {
  margin: 0 -25px;
}
.cid-vsW6Wvcyjx .content-wrap .card {
  padding: 0 25px;
}
.cid-vsW6Wvcyjx .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vsW6Wvcyjx .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vsW6Wvcyjx .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vsW6Wvcyjx .items-wrapper .item:focus .item-wrapper .item-text {
  color: #420000;
}
.cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%);
}
.cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b45d3d 0%, #c76c26 50%, #420000 100%) !important;
}
.cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vsW6Wvcyjx .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-vsW6Wvcyjx .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-vsW6Wvcyjx .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vsW6Wvcyjx .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vsW6Wvcyjx .mbr-label,
.cid-vsW6Wvcyjx .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wvcyjx .mbr-section-title,
.cid-vsW6Wvcyjx .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vsW6Wvcyjx .item-title {
  color: #565661;
}
.cid-vsW6Wvcyjx .item-text {
  color: #171719;
}
.cid-vsW6Wvc7wB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #720026 0%, #171719 100%);
}
.cid-vsW6Wvc7wB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW6Wvc7wB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW6Wvc7wB .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wvc7wB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wvc7wB .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vsW6Wvc7wB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsW6Wvc7wB .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vsW6Wvc7wB .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vsW6Wvc7wB .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsW6Wvc7wB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wvc7wB .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vsW6Wvc7wB .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vsW6Wvc7wB .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vsW6Wvc7wB .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vsW6Wvc7wB .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vsW6Wvc7wB .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vsW6Wvc7wB .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vsW6Wvc7wB .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vsW6Wvc7wB .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vsW6Wvc7wB .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vsW6Wvc7wB .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vsW6Wvc7wB .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vsW6Wvc7wB .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vsW6Wvc7wB .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vsW6Wvc7wB .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vsW6Wvc7wB .card {
  justify-content: center;
}
.cid-vsW6Wvc7wB .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vsW6Wvc7wB .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vsW6Wvc7wB .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vsW6Wvc7wB .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vsW6Wvc7wB .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vsW6Wvc7wB .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vsW6Wvc7wB .social-wrapper .social-wrap .soc-item:hover,
.cid-vsW6Wvc7wB .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vsW6Wvc7wB .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vsW6Wvc7wB .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vsW6Wvc7wB .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vsW6Wvc7wB .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vsW6Wvc7wB .mbr-label {
  color: #ffffff;
}
.cid-vsW6Wvc7wB .mbr-section-title {
  color: #ffffff;
}
.cid-vsW6Wvc7wB .mbr-text {
  color: #ffffff;
}
.cid-vsW6Wvc7wB .mbr-list-title {
  color: #ffffff;
}
.cid-vsW6Wvc7wB .list {
  color: #ffffff;
}
