.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
  
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #852121 !important;
}
.bg-success {
  background-color: #fffc44 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ff5244 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #852121 !important;
  border-color: #852121 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ae2b2b !important;
  border-color: #ae2b2b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ae2b2b !important;
  border-color: #ae2b2b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4f779e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fffc44 !important;
  border-color: #fffc44 !important;
  color: #444300 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fffd77 !important;
  border-color: #fffd77 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #444300 !important;
  background-color: #fffd77 !important;
  border-color: #fffd77 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5244 !important;
  border-color: #ff5244 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff8177 !important;
  border-color: #ff8177 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff8177 !important;
  border-color: #ff8177 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #852121;
  color: #852121;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #401010 !important;
  background-color: transparent !important;
  border-color: #401010 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #852121 !important;
  border-color: #852121 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fffc44;
  color: #fffc44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ece900 !important;
  background-color: transparent !important;
  border-color: #ece900 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #444300 !important;
  background-color: #fffc44 !important;
  border-color: #fffc44 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5244;
  color: #ff5244;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ec1200 !important;
  background-color: transparent !important;
  border-color: #ec1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5244 !important;
  border-color: #ff5244 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fff !important;
}
.cid-uq3nWviL7Z.text-primary:hover {
  
  color: #fff !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #fffc44 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ff5244 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #330d0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ddd900 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd1100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #852121;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ff5244;
}
.mbr-gallery-filter li.active .btn {
  background-color: #852121;
  border-color: #852121;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #852121;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d45252;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #852121 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #852121;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #852121;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #852121;
}
.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: #852121;
  border-bottom-color: #852121;
}
.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: #852121 !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: #f3f6f9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23852121' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-uq3nWviL7Z {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uq3nWviL7Z .navbar-dropdown {
  background-color: #232323 !important;
  padding: 0;
  /*position: absolute !important;*/
}
.cid-uq3nWviL7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #232323 !important;
  background: #232323;
}
.cid-uq3nWviL7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq3nWviL7Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uq3nWviL7Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uq3nWviL7Z .menu_box .navbar.opened,
  .cid-uq3nWviL7Z .menu_box .navbar-collapse {
    background-color: #232323 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uq3nWviL7Z nav.navbar {
  /*position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;*/ 
  
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}
.cid-uq3nWviL7Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uq3nWviL7Z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uq3nWviL7Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uq3nWviL7Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uq3nWviL7Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uq3nWviL7Z .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uq3nWviL7Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uq3nWviL7Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uq3nWviL7Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uq3nWviL7Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uq3nWviL7Z .offcanvas-body .mbr-text,
  .cid-uq3nWviL7Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uq3nWviL7Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uq3nWviL7Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uq3nWviL7Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uq3nWviL7Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uq3nWviL7Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uq3nWviL7Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uq3nWviL7Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uq3nWviL7Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uq3nWviL7Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uq3nWviL7Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uq3nWviL7Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uq3nWviL7Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uq3nWviL7Z .lg_brand {
    margin: 0 1rem;
  }
  .cid-uq3nWviL7Z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uq3nWviL7Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uq3nWviL7Z .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uq3nWviL7Z .nav-item {
    margin: 0 !important;
  }
}
.cid-uq3nWviL7Z .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uq3nWviL7Z .nav-item a.nav-link:hover {
  color: red !important; /* Cambia a rojo al pasar el mouse */
  
  background-color: rgba(0,0,0,0.05) !important; /* opcional: fondo suave */
}
.cid-uq3nWviL7Z .nav-item .nav-link:hover,
.cid-uq3nWviL7Z .nav-item .nav-link:focus {
  opacity: .8;
}
.cid-uq3nWviL7Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uq3nWviL7Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uq3nWviL7Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uq3nWviL7Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uq3nWviL7Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uq3nWviL7Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uq3nWviL7Z .offcanvas_box {
    display: none;
  }
}
.cid-uq3nWviL7Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uq3nWviL7Z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uq3nWviL7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uq3nWviL7Z .container {
  display: flex;
  margin: auto;
}
.cid-uq3nWviL7Z .iconfont-wrapper {
  color: #ff2817;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uq3nWviL7Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uq3nWviL7Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uq3nWviL7Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uq3nWviL7Z .navbar-nav {
    margin: 0;
  }
}
.cid-uq3nWviL7Z .dropdown-menu,
.cid-uq3nWviL7Z .navbar.opened {
  background-color: false !important;
}
.cid-uq3nWviL7Z .nav-item:focus,
.cid-uq3nWviL7Z .nav-link:focus {
  outline: none;
}
.cid-uq3nWviL7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq3nWviL7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq3nWviL7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq3nWviL7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq3nWviL7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq3nWviL7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq3nWviL7Z .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uq3nWviL7Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uq3nWviL7Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uq3nWviL7Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uq3nWviL7Z .navbar .navbar-logo img {
  
  object-fit: contain;
  
}
.cid-uq3nWviL7Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uq3nWviL7Z .navbar.collapsed {
  justify-content: center;
}
.cid-uq3nWviL7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq3nWviL7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uq3nWviL7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq3nWviL7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq3nWviL7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq3nWviL7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uq3nWviL7Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq3nWviL7Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uq3nWviL7Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uq3nWviL7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq3nWviL7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq3nWviL7Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uq3nWviL7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq3nWviL7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uq3nWviL7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq3nWviL7Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uq3nWviL7Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uq3nWviL7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uq3nWviL7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    /*width: 100%;*/
    justify-content: space-between;
  }
  .cid-uq3nWviL7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq3nWviL7Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uq3nWviL7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq3nWviL7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq3nWviL7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq3nWviL7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq3nWviL7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uq3nWviL7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq3nWviL7Z .dropdown-item.active,
.cid-uq3nWviL7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uq3nWviL7Z .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uq3nWviL7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq3nWviL7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq3nWviL7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq3nWviL7Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uq3nWviL7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq3nWviL7Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uq3nWviL7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uq3nWviL7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq3nWviL7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq3nWviL7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq3nWviL7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq3nWviL7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq3nWviL7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq3nWviL7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq3nWviL7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq3nWviL7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uq3nWviL7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq3nWviL7Z .navbar {
    height: 70px;
  }
  .cid-uq3nWviL7Z .navbar.opened {
    height: auto;
  }
  .cid-uq3nWviL7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq3nWviL7Z .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uq3nWviL7Z .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uq3nWviL7Z .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uq3nWviL7Z .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uq3nWviL7Z .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uq3nWviL7Z .navbar-caption:hover {
  color: #852121;
}
@media (min-width: 992px) {
  .cid-uq3nWviL7Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uq3nWviL7Z .text_widget {
  margin-bottom: 32px;
}
.cid-uq3nWviL7Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uq3nWviL7Z .text_widget a:hover,
.cid-uq3nWviL7Z .text_widget a:focus {
  opacity: .8;
}
.cid-uq3nWviL7Z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uq3nWviL7Z .navbar-caption {
  color: #000000;
}
.cid-uq3nWviL7Z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uq3nWviL7Z .mbr-section-subtitle,
.cid-uq3nWviL7Z .text_widget,
.cid-uq3nWviL7Z .mbr-section-btn {
  text-align: center;
}
.cid-uq3nWviL7Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqbgC3hjk5 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uqbgC3hjk5 .carousel {
  width: 100%;
}
.cid-uqbgC3hjk5 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uqbgC3hjk5 .carousel-item img {
  /*height: 100vh;*/
  object-fit: cover;
}
.cid-uqbgC3hjk5 .carousel-caption {
  bottom: 40px;
}
.cid-uqbgC3hjk5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqbgC3hjk5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqbgC3hjk5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uqbgC3hjk5 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uqbgC3hjk5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uqbgC3hjk5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uqbgC3hjk5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uqbgC3hjk5 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uqbgC3hjk5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqbgC3hjk5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqbgC3hjk5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqbgC3hjk5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uqbgC3hjk5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uqbgC3hjk5 .carousel-indicators li.active,
.cid-uqbgC3hjk5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uqbgC3hjk5 .carousel-indicators li::after,
.cid-uqbgC3hjk5 .carousel-indicators li::before {
  content: none;
}
.cid-uqbgC3hjk5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uqbgC3hjk5 .carousel-indicators {
    display: none !important;
  }
}
.cid-uq3MiMFYJS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-uq3MiMFYJS .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uq3MiMFYJS .container {
    padding: 0 20px;
  }
}
.cid-uq3MiMFYJS .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #232323;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uq3MiMFYJS .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uq3MiMFYJS .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uq3MiMFYJS .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uq3MiMFYJS .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uq3MiMFYJS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uq3MiMFYJS .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uq3MiMFYJS .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uq3MiMFYJS .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uq3MiMFYJS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uq3MiMFYJS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uq3MiMFYJS .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #fff;
  overflow: hidden;
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: scale-down;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dcdde0;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
  }
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #000000;
}
.cid-uq3MiMFYJS .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #dcdde0;
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uq3MiMFYJS .embla__button--next,
.cid-uq3MiMFYJS .embla__button--prev {
  display: flex;
}
.cid-uq3MiMFYJS .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla__button {
    display: none;
  }
}
.cid-uq3MiMFYJS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uq3MiMFYJS .embla__button:hover {
  opacity: 1 !important;
}
.cid-uq3MiMFYJS .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uq3MiMFYJS .embla__button.embla__button--next {
  right: 30px;
}
.cid-uq3MiMFYJS .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uq3MiMFYJS .embla {
    padding-top: 100px;
  }
}
.cid-uq3MiMFYJS .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uq3MiMFYJS .embla__viewport {
    overflow: hidden;
  }
}
.cid-uq3MiMFYJS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uq3MiMFYJS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uq3MiMFYJS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uq3MiMFYJS .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uq3MiMFYJS .mbr-section-title {
  color: #ffffff;
}
.cid-uq3MiMFYJS .mbr-text,
.cid-uq3MiMFYJS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uq3MiMFYJS .item-name {
  color: #000000;
}
.cid-uq3MiMFYJS .item-role {
  color: #000000;
}
.cid-uq3MiMFYJS .list {
  color: #000000;
}
.cid-uq3MiMFYJS .mbr-section-title,
.cid-uq3MiMFYJS .mbr-section-btn {
  text-align: center;
}
.cid-uq3ojnna1B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uq3ojnna1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3ojnna1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uq3ojnna1B .container {
    padding: 0 20px;
  }
}
.cid-uq3ojnna1B .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uq3ojnna1B .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uq3ojnna1B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uq3ojnna1B .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uq3ojnna1B .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uq3ojnna1B .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uq3ojnna1B .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uq3ojnna1B .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uq3ojnna1B .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uq3ojnna1B .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uq3ojnna1B .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uq3ojnna1B .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uq3ojnna1B .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: auto !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uq3ojnna1B .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uq3ojnna1B .content-wrapper .mbr-section-btn .btn-primary,
.cid-uq3ojnna1B .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uq3ojnna1B .content-wrapper .mbr-section-btn .btn-success,
.cid-uq3ojnna1B .content-wrapper .mbr-section-btn .btn-info,
.cid-uq3ojnna1B .content-wrapper .mbr-section-btn .btn-warning,
.cid-uq3ojnna1B .content-wrapper .mbr-section-btn .btn-danger,
.cid-uq3ojnna1B .content-wrapper .mbr-section-btn .btn-black,
.cid-uq3ojnna1B .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uq3ojnna1B .mbr-section-title {
  color: #000000;
}
.cid-uq3ojnna1B .mbr-desc,
.cid-uq3ojnna1B .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uq3ojnna1B .card-number {
  color: #000000;
}
.cid-uq3ojnna1B .card-title {
  color: #000000;
}
.cid-uq3ojnna1B .mbr-text,
.cid-uq3ojnna1B .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uq3ojnna1B .mbr-section-title,
.cid-uq3ojnna1B .mbr-section-btn {
  text-align: center;
}
.cid-uq3ojnna1B .card-title,
.cid-uq3ojnna1B .icon-wrapper {
  text-align: center;
}
.cid-utz3sHa178 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utz3sHa178 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utz3sHa178 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utz3sHa178 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-utz3sHa178 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-utz3sHa178 .container {
    padding: 0 20px;
  }
}
.cid-utz3sHa178 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-utz3sHa178 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-utz3sHa178 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-utz3sHa178 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utz3sHa178 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utz3sHa178 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-utz3sHa178 .content-wrapper .left-m2 {
  padding-left: 2% !important;
}
.cid-utz3sHa178 .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-utz3sHa178 .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-utz3sHa178 .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-utz3sHa178 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-utz3sHa178 .mbr-section-title {
  color: #000000;
}
.cid-utz3sHa178 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-utz3sHa178 .mbr-text,
.cid-utz3sHa178 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-utz3sHa178 .mbr-section-title,
.cid-utz3sHa178 .mbr-section-btn,
.cid-utz3sHa178 .image-wrapper {
  text-align: center;
}
.cid-uq3oi1lwKI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uq3oi1lwKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3oi1lwKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3oi1lwKI .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uq3oi1lwKI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uq3oi1lwKI .container {
    padding: 0 20px;
  }
}
.cid-uq3oi1lwKI .item {
  margin-top: 32px;
}
.cid-uq3oi1lwKI .item:first-child {
  margin-top: 0;
}
.cid-uq3oi1lwKI .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uq3oi1lwKI .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-uq3oi1lwKI .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-uq3oi1lwKI .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uq3oi1lwKI .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-uq3oi1lwKI .item .item-wrapper .card-box .card-desc_1,
.cid-uq3oi1lwKI .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uq3oi1lwKI .item .item-wrapper .card-box .card-desc_1,
  .cid-uq3oi1lwKI .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-uq3oi1lwKI .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-uq3oi1lwKI .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uq3oi1lwKI .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-uq3oi1lwKI .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-uq3oi1lwKI .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-uq3oi1lwKI .item .item-wrapper .card-box .card-title_1,
.cid-uq3oi1lwKI .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-uq3oi1lwKI .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uq3oi1lwKI .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-uq3oi1lwKI .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uq3oi1lwKI .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-uq3oi1lwKI .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uq3oi1lwKI .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-uq3oi1lwKI .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uq3oi1lwKI .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-uq3oi1lwKI .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-uq3oi1lwKI .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uq3oi1lwKI .card-title_1 {
  color: #000000;
}
.cid-uq3oi1lwKI .card-title_2 {
  color: #ffffff;
}
.cid-uq3oi1lwKI .card-text_1,
.cid-uq3oi1lwKI .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-uq3oi1lwKI .card-text_2,
.cid-uq3oi1lwKI .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uq3oi1lwKI .card-title_1,
.cid-uq3oi1lwKI .buttons_1,
.cid-uq3oi1lwKI .icon-wrapper_1,
.cid-uq3oi1lwKI .title-wrapper_1 {
  text-align: center;
}
.cid-uq3oi1lwKI .card-title_2,
.cid-uq3oi1lwKI .buttons_2,
.cid-uq3oi1lwKI .icon-wrapper_2,
.cid-uq3oi1lwKI .title-wrapper_2 {
  text-align: center;
}
.cid-uq3MIYUfbw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uq3MIYUfbw img {
  width: 180px;
  margin: auto;
}
.cid-uq3MIYUfbw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uq3MIYUfbw .mbr-section-title {
  color: #000000;
}
.cid-uq3MIYUfbw .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f3f6f9;
}
.cid-uq3MIYUfbw .mbr-section-subtitle,
.cid-uq3MIYUfbw .subtitle-wrap,
.cid-uq3MIYUfbw .mbr-section-btn {
  text-align: center;
}
.cid-uq3Todkn7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq3Todkn7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3Todkn7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3Todkn7J ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uq3Todkn7J li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uq3Todkn7J ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #852121;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uq3T9AfUKe {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f3f6f9;
}
.cid-uq3T9AfUKe#footer a:hover {
  color: black !important;
}
@media (max-width: 767px) {
  .cid-uq3T9AfUKe .content {
    text-align: center;
  }
  .cid-uq3T9AfUKe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uq3T9AfUKe .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uq3T9AfUKe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uq3T9AfUKe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uq3T9AfUKe .google-map {
  height: 25rem;
  position: relative;
}
.cid-uq3T9AfUKe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uq3T9AfUKe .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uq3T9AfUKe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uq3T9AfUKe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uq3T9AfUKe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uq3T9AfUKe .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uq3T9AfUKe .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uq3T9AfUKe .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uq3T9AfUKe .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uq3T9AfUKe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uq3T9AfUKe .list {
  list-style-type: none;
  padding: 0;
}
.cid-uq3T9AfUKe H5 {
  color: #852121;
}
.cid-uq3T9AfUKe .mbr-text {
  color: #1e1e1e;
}
.cid-u1INmVOdLk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u1INmVOdLk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1INmVOdLk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1INmVOdLk .menu_box .navbar.opened,
  .cid-u1INmVOdLk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1INmVOdLk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1INmVOdLk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1INmVOdLk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1INmVOdLk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1INmVOdLk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1INmVOdLk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1INmVOdLk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-body .mbr-text,
  .cid-u1INmVOdLk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1INmVOdLk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1INmVOdLk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1INmVOdLk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1INmVOdLk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1INmVOdLk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1INmVOdLk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 0 !important;
  }
}
.cid-u1INmVOdLk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1INmVOdLk .nav-item .nav-link:hover,
.cid-u1INmVOdLk .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1INmVOdLk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1INmVOdLk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1INmVOdLk .offcanvas_box {
    display: none;
  }
}
.cid-u1INmVOdLk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1INmVOdLk .container {
  display: flex;
  margin: auto;
}
.cid-u1INmVOdLk .iconfont-wrapper {
  color: #ff2817;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1INmVOdLk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1INmVOdLk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1INmVOdLk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .navbar-nav {
    margin: 0;
  }
}
.cid-u1INmVOdLk .dropdown-menu,
.cid-u1INmVOdLk .navbar.opened {
  background-color: false !important;
}
.cid-u1INmVOdLk .nav-item:focus,
.cid-u1INmVOdLk .nav-link:focus {
  outline: none;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1INmVOdLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1INmVOdLk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1INmVOdLk .navbar.opened {
  transition: all 0.3s;
}
.cid-u1INmVOdLk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1INmVOdLk .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar.collapsed {
  justify-content: center;
}
.cid-u1INmVOdLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1INmVOdLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1INmVOdLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1INmVOdLk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1INmVOdLk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1INmVOdLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1INmVOdLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1INmVOdLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1INmVOdLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1INmVOdLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1INmVOdLk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1INmVOdLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1INmVOdLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1INmVOdLk .dropdown-item.active,
.cid-u1INmVOdLk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1INmVOdLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1INmVOdLk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1INmVOdLk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1INmVOdLk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1INmVOdLk .navbar {
    height: 70px;
  }
  .cid-u1INmVOdLk .navbar.opened {
    height: auto;
  }
  .cid-u1INmVOdLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1INmVOdLk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1INmVOdLk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar-caption:hover {
  color: #852121;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1INmVOdLk .text_widget {
  margin-bottom: 32px;
}
.cid-u1INmVOdLk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1INmVOdLk .text_widget a:hover,
.cid-u1INmVOdLk .text_widget a:focus {
  opacity: .8;
}
.cid-u1INmVOdLk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .navbar-caption {
  color: #000000;
}
.cid-u1INmVOdLk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .mbr-section-subtitle,
.cid-u1INmVOdLk .text_widget,
.cid-u1INmVOdLk .mbr-section-btn {
  text-align: center;
}
.cid-u1INmVOdLk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1INn7Lr5b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INn7Lr5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INn7Lr5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INn7Lr5b .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INn7Lr5b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INn7Lr5b .container {
    padding: 0 20px;
  }
}
.cid-u1INn7Lr5b .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INn7Lr5b .content-wrapper {
    padding: 0 20px;
  }
}
.cid-u1INn7Lr5b .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u1INn7Lr5b .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-u1INn7Lr5b .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-u1INn7Lr5b .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-u1INn7Lr5b .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1INn7Lr5b .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1INn7Lr5b .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u1INn7Lr5b .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-u1INn7Lr5b .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-u1INn7Lr5b .mbr-section-title {
  color: #ffffff;
}
.cid-u1INn7Lr5b .mbr-text,
.cid-u1INn7Lr5b .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-u1INn7Lr5b .mbr-section-title,
.cid-u1INn7Lr5b .mbr-section-btn {
  text-align: center;
}
.cid-u1INtQrmZ2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INtQrmZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INtQrmZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INtQrmZ2 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INtQrmZ2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .container {
    padding: 0 20px;
  }
}
.cid-u1INtQrmZ2 .content-wrapper {
  padding: 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1INtQrmZ2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1INtQrmZ2 .mbr-section-title {
  color: #ffffff;
}
.cid-u1INtQrmZ2 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1INtQrmZ2 .mbr-text,
.cid-u1INtQrmZ2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1INtQrmZ2 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1INtQrmZ2 .mbr-section-title,
.cid-u1INtQrmZ2 .mbr-section-btn,
.cid-u1INtQrmZ2 .items-wrapper {
  text-align: center;
}
.cid-u1INxPVlf9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INxPVlf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INxPVlf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INxPVlf9 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INxPVlf9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INxPVlf9 .container {
    padding: 0 20px;
  }
}
.cid-u1INxPVlf9 .item {
  margin-top: 32px;
}
.cid-u1INxPVlf9 .item:first-child {
  margin-top: 0;
}
.cid-u1INxPVlf9 .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u1INxPVlf9 .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-u1INxPVlf9 .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-u1INxPVlf9 .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-u1INxPVlf9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1INxPVlf9 .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .card-desc_1,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .card-desc_1,
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .card-title_1,
.cid-u1INxPVlf9 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#000000 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-u1INxPVlf9 .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1INxPVlf9 .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-u1INxPVlf9 .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u1INxPVlf9 .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u1INxPVlf9 .card-text_1,
.cid-u1INxPVlf9 .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-u1INxPVlf9 .card-text_2,
.cid-u1INxPVlf9 .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u1INxPVlf9 .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u1INxPVlf9 .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u1INxPVlf9 .card-title_1,
.cid-u1INxPVlf9 .buttons_1,
.cid-u1INxPVlf9 .icon-wrapper_1,
.cid-u1INxPVlf9 .title-wrapper_1 {
  text-align: center;
}
.cid-u1INxPVlf9 .card-title_2,
.cid-u1INxPVlf9 .buttons_2,
.cid-u1INxPVlf9 .icon-wrapper_2,
.cid-u1INxPVlf9 .title-wrapper_2 {
  text-align: center;
}
.cid-u1INzqPUys {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INzqPUys .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INzqPUys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INzqPUys .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INzqPUys .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INzqPUys .container {
    padding: 0 20px;
  }
}
.cid-u1INzqPUys .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u1INzqPUys .row {
    padding: 46px 4px 46px;
  }
}
.cid-u1INzqPUys .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u1INzqPUys .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-u1INzqPUys .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INzqPUys .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1INzqPUys .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1INzqPUys .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u1INzqPUys .item {
  margin-bottom: 40px;
}
.cid-u1INzqPUys .item:first-child {
  margin-bottom: 0;
}
.cid-u1INzqPUys .item a {
  display: block;
}
.cid-u1INzqPUys .item a:hover .item-wrapper .item-img img,
.cid-u1INzqPUys .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-u1INzqPUys .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-u1INzqPUys .item a .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-u1INzqPUys .item a .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-u1INzqPUys .item a .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-u1INzqPUys .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1INzqPUys .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u1INzqPUys .mbr-text,
.cid-u1INzqPUys .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INzqPUys .card-title {
  color: #000000;
}
.cid-u1INzqPUys .card-desc {
  color: #616161;
}
.cid-u1INAobrRX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INAobrRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INAobrRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INAobrRX .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INAobrRX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INAobrRX .container {
    padding: 0 20px;
  }
}
.cid-u1INAobrRX .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INAobrRX .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1INAobrRX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INAobrRX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1INAobrRX .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1INAobrRX .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u1INAobrRX .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-u1INAobrRX .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-u1INAobrRX .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u1INAobrRX .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u1INAobrRX .mbr-section-title {
  color: #000000;
}
.cid-u1INAobrRX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u1INAobrRX .mbr-text,
.cid-u1INAobrRX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INAobrRX .mbr-section-title,
.cid-u1INAobrRX .mbr-section-btn,
.cid-u1INAobrRX .image-wrapper {
  text-align: center;
}
.cid-u1INUbFzBJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INUbFzBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INUbFzBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INUbFzBJ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INUbFzBJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INUbFzBJ .container {
    padding: 0 20px;
  }
}
.cid-u1INUbFzBJ .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INUbFzBJ .row {
    padding: 46px 0;
  }
}
.cid-u1INUbFzBJ .mbr-desc {
  margin-bottom: 60px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u1INUbFzBJ .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-u1INUbFzBJ .content-wrapper {
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-u1INUbFzBJ .content-wrapper {
    margin-right: 0;
  }
}
.cid-u1INUbFzBJ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1INUbFzBJ .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-u1INUbFzBJ .content-wrapper .mbr-text {
    margin-bottom: 60px;
  }
}
.cid-u1INUbFzBJ .tabs-wrap {
  margin-bottom: 40px;
  margin-left: 60px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1INUbFzBJ .tabs-wrap {
    margin-left: 0;
  }
}
.cid-u1INUbFzBJ .tabs-wrap .nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
  margin-bottom: 32px;
}
.cid-u1INUbFzBJ .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u1INUbFzBJ .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-u1INUbFzBJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  text-align: center;
}
.cid-u1INUbFzBJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-u1INUbFzBJ .tabs-wrap .tab-content .tab-pane .image-wrapper img {
  height: 350px;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u1INUbFzBJ .mbr-section-title {
  color: #000000;
}
.cid-u1INUbFzBJ .mbr-text {
  color: #000000;
}
.cid-u1INUbFzBJ .card-name {
  color: #000000;
}
.cid-u1INUbFzBJ .card-role {
  color: #000000;
  text-align: center;
}
.cid-u1INUbFzBJ .list,
.cid-u1INUbFzBJ .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INUbFzBJ .card-name,
.cid-u1INUbFzBJ .mbr-section-btn {
  text-align: center;
}
.cid-u1INGRBpwH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INGRBpwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INGRBpwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INGRBpwH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INGRBpwH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INGRBpwH .container {
    padding: 0 20px;
  }
}
.cid-u1INGRBpwH .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1INGRBpwH .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-u1INGRBpwH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INGRBpwH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1INGRBpwH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1INGRBpwH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u1INGRBpwH .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u1INGRBpwH .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.cid-u1INGRBpwH .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u1INGRBpwH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-u1INGRBpwH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u1INGRBpwH .mbr-section-title {
  color: #000000;
}
.cid-u1INGRBpwH .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u1INGRBpwH .mbr-text,
.cid-u1INGRBpwH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INGRBpwH .card-title {
  color: #000000;
  text-align: center;
}
.cid-u1INGRBpwH .mbr-section-title,
.cid-u1INGRBpwH .mbr-section-btn,
.cid-u1INGRBpwH .items-wrapper {
  text-align: center;
}
.cid-u1INPmlAbV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INPmlAbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INPmlAbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INPmlAbV .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INPmlAbV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INPmlAbV .container {
    padding: 0 20px;
  }
}
.cid-u1INPmlAbV .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INPmlAbV .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1INPmlAbV .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u1INPmlAbV .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-u1INPmlAbV .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INPmlAbV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1INPmlAbV .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #f3f6f9;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-u1INPmlAbV .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-u1INPmlAbV .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u1INPmlAbV .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u1INPmlAbV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1INPmlAbV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-u1INPmlAbV .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u1INPmlAbV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u1INPmlAbV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-u1INPmlAbV .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-u1INPmlAbV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u1INPmlAbV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u1INPmlAbV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-u1INPmlAbV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1INPmlAbV .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u1INPmlAbV .panel-title-edit {
  color: #000000;
}
.cid-u1INPmlAbV .panel-text {
  color: #000000;
}
.cid-u1INKXWUzH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INKXWUzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INKXWUzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INKXWUzH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INKXWUzH .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1INKXWUzH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .container {
    padding: 0 20px;
  }
}
.cid-u1INKXWUzH .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1INKXWUzH .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u1INKXWUzH .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u1INKXWUzH .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u1INKXWUzH .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control:hover,
.cid-u1INKXWUzH .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-u1INKXWUzH .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u1INKXWUzH .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1INKXWUzH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH .mbr-text,
.cid-u1INKXWUzH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH label {
  color: #000000;
}
.cid-u1INKXWUzH .mbr-section-btn {
  text-align: center;
}
.cid-u1INUWXFJ9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INUWXFJ9 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INUWXFJ9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INUWXFJ9 .container {
    padding: 0 20px;
  }
}
.cid-u1INUWXFJ9 .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INUWXFJ9 .row {
    padding: 46px 0;
  }
}
.cid-u1INUWXFJ9 .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-u1INUWXFJ9 .content-wrapper {
    padding: 0;
  }
}
.cid-u1INUWXFJ9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INUWXFJ9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1INUWXFJ9 .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-u1INUWXFJ9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-u1INUWXFJ9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-u1INUWXFJ9 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-u1INUWXFJ9 .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-u1INUWXFJ9 .embla__button--next,
.cid-u1INUWXFJ9 .embla__button--prev {
  display: flex;
}
.cid-u1INUWXFJ9 .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #852121 !important;
  border: 2px solid #852121 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-u1INUWXFJ9 .embla__button {
    top: 2.5rem;
  }
}
.cid-u1INUWXFJ9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1INUWXFJ9 .embla__button:hover {
  opacity: 1 !important;
}
.cid-u1INUWXFJ9 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-u1INUWXFJ9 .embla__button.embla__button--next {
  right: 30px;
}
.cid-u1INUWXFJ9 .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-u1INUWXFJ9 .embla {
    padding-top: 100px;
  }
}
.cid-u1INUWXFJ9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u1INUWXFJ9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1INUWXFJ9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1INUWXFJ9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1INUWXFJ9 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u1INUWXFJ9 .mbr-section-title {
  color: #000000;
}
.cid-u1INUWXFJ9 .item-name {
  color: #000000;
  text-align: center;
}
.cid-u1INUWXFJ9 .item-role {
  color: #000000;
  text-align: center;
}
.cid-u1INUWXFJ9 .list,
.cid-u1INUWXFJ9 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INUWXFJ9 .mbr-section-title,
.cid-u1INUWXFJ9 .mbr-section-btn-main {
  text-align: center;
}
.cid-u1INUWXFJ9 .item-name,
.cid-u1INUWXFJ9 .mbr-section-btn {
  text-align: center;
}
.cid-u1INysus0B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INysus0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INysus0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INysus0B .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INysus0B .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INysus0B .container {
    padding: 0 20px;
  }
}
.cid-u1INysus0B .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INysus0B .row {
    padding: 46px 0;
  }
}
.cid-u1INysus0B .item {
  margin-bottom: 32px;
}
.cid-u1INysus0B .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-u1INysus0B .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1INysus0B .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-u1INysus0B .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1INysus0B .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-u1INysus0B .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u1INysus0B .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INysus0B .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1INysus0B .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-u1INysus0B .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-u1INysus0B .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-u1INysus0B .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-u1INysus0B .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-u1INysus0B .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-u1INysus0B .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-u1INysus0B .item-title {
  color: #000000;
}
.cid-u1INysus0B .item-text {
  color: #000000;
}
.cid-u1INysus0B .list {
  color: #000000;
}
.cid-u1INWYvT84 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u1INWYvT84 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INWYvT84 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INWYvT84 .container {
    padding: 0 20px;
  }
}
.cid-u1INWYvT84 .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: #1e1e1e;
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u1INWYvT84 .row {
    padding: 46px 4px 46px;
  }
}
.cid-u1INWYvT84 .row .card {
  justify-content: flex-end;
}
.cid-u1INWYvT84 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INWYvT84 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1INWYvT84 .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1INWYvT84 .mbr-section-btn {
    text-align: left;
  }
}
.cid-u1INWYvT84 .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1INWYvT84 .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1INWYvT84 .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1INWYvT84 .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-u1INWYvT84 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-u1INWYvT84 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u1INWYvT84 .embla__slide .slide-content {
  width: 100%;
}
.cid-u1INWYvT84 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-u1INWYvT84 .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-u1INWYvT84 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1INWYvT84 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-u1INWYvT84 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-u1INWYvT84 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-u1INWYvT84 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u1INWYvT84 .embla__button--next,
.cid-u1INWYvT84 .embla__button--prev {
  display: flex;
}
.cid-u1INWYvT84 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-u1INWYvT84 .embla__button {
    bottom: 0;
  }
}
.cid-u1INWYvT84 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1INWYvT84 .embla__button:hover {
  opacity: 1 !important;
}
.cid-u1INWYvT84 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-u1INWYvT84 .embla__button.embla__button--next {
  right: 30px;
}
.cid-u1INWYvT84 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.cid-u1INWYvT84 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u1INWYvT84 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1INWYvT84 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1INWYvT84 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1INWYvT84 .mbr-desc {
  color: #ffffff;
}
.cid-u1INWYvT84 .mbr-section-title {
  color: #ffffff;
}
.cid-u1INWYvT84 .list {
  color: #616161;
}
.cid-u1INWYvT84 .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-u1INWYvT84 .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-u1INLoYZnn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INLoYZnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INLoYZnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INLoYZnn .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u1INLoYZnn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INLoYZnn .container {
    padding: 0 20px;
  }
}
.cid-u1INLoYZnn .row {
  padding: 60px 0;
}
.cid-u1INLoYZnn .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1INLoYZnn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1INLoYZnn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1INLoYZnn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1INLoYZnn .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-u1INLoYZnn .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1INLoYZnn .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1INLoYZnn .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1INLoYZnn .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-u1INLoYZnn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1INLoYZnn .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1INLoYZnn .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1INLoYZnn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u1INLoYZnn .list-wrapper .list .item-wrap:hover,
.cid-u1INLoYZnn .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-u1INLoYZnn .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-u1INLoYZnn .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-u1INLoYZnn .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u1INLoYZnn .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1INLoYZnn .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u1INLoYZnn .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u1INLoYZnn .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-u1INLoYZnn .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-u1INLoYZnn .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u1INLoYZnn .mbr-section-title {
  color: #000000;
}
.cid-u1INLoYZnn .mbr-address {
  color: #000000;
}
.cid-u1INLoYZnn .mbr-list-title {
  color: #000000;
}
.cid-u1INLoYZnn .list {
  color: #000000;
}
.cid-u1INLoYZnn .mbr-copy {
  color: #000000;
}
.cid-u1IPQctdnu {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u1IPQctdnu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1IPQctdnu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1IPQctdnu .menu_box .navbar.opened,
  .cid-u1IPQctdnu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1IPQctdnu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1IPQctdnu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1IPQctdnu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1IPQctdnu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1IPQctdnu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1IPQctdnu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1IPQctdnu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-body .mbr-text,
  .cid-u1IPQctdnu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1IPQctdnu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1IPQctdnu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1IPQctdnu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1IPQctdnu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1IPQctdnu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1IPQctdnu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 0 !important;
  }
}
.cid-u1IPQctdnu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1IPQctdnu .nav-item .nav-link:hover,
.cid-u1IPQctdnu .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1IPQctdnu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1IPQctdnu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1IPQctdnu .offcanvas_box {
    display: none;
  }
}
.cid-u1IPQctdnu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1IPQctdnu .container {
  display: flex;
  margin: auto;
}
.cid-u1IPQctdnu .iconfont-wrapper {
  color: #ff2817;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1IPQctdnu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1IPQctdnu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1IPQctdnu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .navbar-nav {
    margin: 0;
  }
}
.cid-u1IPQctdnu .dropdown-menu,
.cid-u1IPQctdnu .navbar.opened {
  background-color: false !important;
}
.cid-u1IPQctdnu .nav-item:focus,
.cid-u1IPQctdnu .nav-link:focus {
  outline: none;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1IPQctdnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1IPQctdnu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1IPQctdnu .navbar.opened {
  transition: all 0.3s;
}
.cid-u1IPQctdnu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1IPQctdnu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar.collapsed {
  justify-content: center;
}
.cid-u1IPQctdnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1IPQctdnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1IPQctdnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1IPQctdnu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1IPQctdnu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1IPQctdnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1IPQctdnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1IPQctdnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1IPQctdnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1IPQctdnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1IPQctdnu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1IPQctdnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1IPQctdnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1IPQctdnu .dropdown-item.active,
.cid-u1IPQctdnu .dropdown-item:active {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1IPQctdnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1IPQctdnu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1IPQctdnu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1IPQctdnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1IPQctdnu .navbar {
    height: 70px;
  }
  .cid-u1IPQctdnu .navbar.opened {
    height: auto;
  }
  .cid-u1IPQctdnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1IPQctdnu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1IPQctdnu .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar-caption:hover {
  color: #852121;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1IPQctdnu .text_widget {
  margin-bottom: 32px;
}
.cid-u1IPQctdnu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1IPQctdnu .text_widget a:hover,
.cid-u1IPQctdnu .text_widget a:focus {
  opacity: .8;
}
.cid-u1IPQctdnu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .navbar-caption {
  color: #000000;
}
.cid-u1IPQctdnu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .mbr-section-subtitle,
.cid-u1IPQctdnu .text_widget,
.cid-u1IPQctdnu .mbr-section-btn {
  text-align: center;
}
.cid-u1IPQctdnu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utz3mdPieW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utz3mdPieW .mbr-fallback-image.disabled {
  display: none;
}
.cid-utz3mdPieW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utz3mdPieW .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-utz3mdPieW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-utz3mdPieW .container {
    padding: 0 20px;
  }
}
.cid-utz3mdPieW .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-utz3mdPieW .content-wrapper {
    padding: 46px 0;
  }
}
.cid-utz3mdPieW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-utz3mdPieW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utz3mdPieW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utz3mdPieW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-utz3mdPieW .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-utz3mdPieW .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-utz3mdPieW .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-utz3mdPieW .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-utz3mdPieW .mbr-section-title {
  color: #000000;
}
.cid-utz3mdPieW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-utz3mdPieW .mbr-text,
.cid-utz3mdPieW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-utz3mdPieW .mbr-section-title,
.cid-utz3mdPieW .mbr-section-btn,
.cid-utz3mdPieW .image-wrapper {
  text-align: center;
}
.cid-u1IQc9DTcR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1IQc9DTcR .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQc9DTcR .container {
    padding: 0 20px;
  }
}
.cid-u1IQc9DTcR .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #1e1e1e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1IQc9DTcR .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-u1IQc9DTcR .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-u1IQc9DTcR .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1IQc9DTcR .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u1IQc9DTcR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1IQc9DTcR .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1IQc9DTcR .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1IQc9DTcR .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u1IQc9DTcR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-u1IQc9DTcR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u1IQc9DTcR .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #000000;
}
.cid-u1IQc9DTcR .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #dcdde0;
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-u1IQc9DTcR .embla__button--next,
.cid-u1IQc9DTcR .embla__button--prev {
  display: flex;
}
.cid-u1IQc9DTcR .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla__button {
    top: 2.5rem;
  }
}
.cid-u1IQc9DTcR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1IQc9DTcR .embla__button:hover {
  opacity: 1 !important;
}
.cid-u1IQc9DTcR .embla__button.embla__button--prev {
  left: 30px;
}
.cid-u1IQc9DTcR .embla__button.embla__button--next {
  right: 30px;
}
.cid-u1IQc9DTcR .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-u1IQc9DTcR .embla {
    padding-top: 100px;
  }
}
.cid-u1IQc9DTcR .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u1IQc9DTcR .embla__viewport {
    overflow: hidden;
  }
}
.cid-u1IQc9DTcR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1IQc9DTcR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1IQc9DTcR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1IQc9DTcR .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQc9DTcR .mbr-section-title {
  color: #ffffff;
}
.cid-u1IQc9DTcR .mbr-text,
.cid-u1IQc9DTcR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQc9DTcR .item-name {
  color: #000000;
}
.cid-u1IQc9DTcR .item-role {
  color: #000000;
}
.cid-u1IQc9DTcR .list {
  color: #000000;
}
.cid-u1IQc9DTcR .mbr-section-title,
.cid-u1IQc9DTcR .mbr-section-btn {
  text-align: center;
}
.cid-u1IQ15SMed {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ15SMed .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ15SMed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ15SMed .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ15SMed .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ15SMed .container {
    padding: 0 20px;
  }
}
.cid-u1IQ15SMed .item {
  margin-top: 32px;
}
.cid-u1IQ15SMed .item:first-child {
  margin-top: 0;
}
.cid-u1IQ15SMed .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u1IQ15SMed .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-u1IQ15SMed .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-u1IQ15SMed .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1IQ15SMed .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-u1IQ15SMed .item .item-wrapper .card-box .card-desc_1,
.cid-u1IQ15SMed .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-u1IQ15SMed .item .item-wrapper .card-box .card-desc_1,
  .cid-u1IQ15SMed .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-u1IQ15SMed .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-u1IQ15SMed .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u1IQ15SMed .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-u1IQ15SMed .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-u1IQ15SMed .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-u1IQ15SMed .item .item-wrapper .card-box .card-title_1,
.cid-u1IQ15SMed .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-u1IQ15SMed .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-u1IQ15SMed .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-u1IQ15SMed .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-u1IQ15SMed .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-u1IQ15SMed .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ15SMed .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-u1IQ15SMed .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ15SMed .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-u1IQ15SMed .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u1IQ15SMed .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ15SMed .card-title_1 {
  color: #000000;
}
.cid-u1IQ15SMed .card-title_2 {
  color: #ffffff;
}
.cid-u1IQ15SMed .card-text_1,
.cid-u1IQ15SMed .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-u1IQ15SMed .card-text_2,
.cid-u1IQ15SMed .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ15SMed .card-title_1,
.cid-u1IQ15SMed .buttons_1,
.cid-u1IQ15SMed .icon-wrapper_1,
.cid-u1IQ15SMed .title-wrapper_1 {
  text-align: center;
}
.cid-u1IQ15SMed .card-title_2,
.cid-u1IQ15SMed .buttons_2,
.cid-u1IQ15SMed .icon-wrapper_2,
.cid-u1IQ15SMed .title-wrapper_2 {
  text-align: center;
}
.cid-u1IQ2vsHgp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ2vsHgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ2vsHgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ2vsHgp .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ2vsHgp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ2vsHgp .container {
    padding: 0 20px;
  }
}
.cid-u1IQ2vsHgp .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #000000;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u1IQ2vsHgp .row {
    padding: 46px 10px 46px;
  }
}
.cid-u1IQ2vsHgp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQ2vsHgp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1IQ2vsHgp .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-u1IQ2vsHgp .item:first-child {
  margin-bottom: 0;
}
.cid-u1IQ2vsHgp .item:last-child {
  margin-bottom: 0;
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-u1IQ2vsHgp .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-u1IQ2vsHgp .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-u1IQ2vsHgp .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-u1IQ2vsHgp .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1IQ2vsHgp .mbr-section-title {
  color: #ffffff;
}
.cid-u1IQ2vsHgp .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ2vsHgp .card-title {
  color: #ffffff;
}
.cid-u1IQ2vsHgp .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ2vsHgp .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ2vsHgp .mbr-section-title,
.cid-u1IQ2vsHgp .mbr-section-btn {
  text-align: center;
}
.cid-u1IQ2vsHgp .card-title,
.cid-u1IQ2vsHgp .icon-wrapper {
  text-align: center;
}
.cid-u1IQ5f7xLa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ5f7xLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ5f7xLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ5f7xLa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ5f7xLa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .container {
    padding: 0 20px;
  }
}
.cid-u1IQ5f7xLa .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1IQ5f7xLa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-u1IQ5f7xLa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-primary,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-secondary,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-success,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-info,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-warning,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-danger,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-black,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-u1IQ5f7xLa .mbr-section-title {
  color: #000000;
}
.cid-u1IQ5f7xLa .mbr-desc,
.cid-u1IQ5f7xLa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQ5f7xLa .card-number {
  color: #000000;
}
.cid-u1IQ5f7xLa .card-title {
  color: #000000;
}
.cid-u1IQ5f7xLa .mbr-text,
.cid-u1IQ5f7xLa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQ5f7xLa .mbr-section-title,
.cid-u1IQ5f7xLa .mbr-section-btn {
  text-align: center;
}
.cid-u1IQ8xPdHG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ8xPdHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ8xPdHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ8xPdHG .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ8xPdHG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ8xPdHG .container {
    padding: 0 20px;
  }
}
.cid-u1IQ8xPdHG .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1IQ8xPdHG .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-u1IQ8xPdHG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQ8xPdHG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1IQ8xPdHG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-u1IQ8xPdHG .content-wrapper .items-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u1IQ8xPdHG .content-wrapper .items-wrapper {
    margin-top: 46px;
  }
}
.cid-u1IQ8xPdHG .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-u1IQ8xPdHG .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
}
.cid-u1IQ8xPdHG .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1IQ8xPdHG .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
  }
}
.cid-u1IQ8xPdHG .mbr-section-title {
  color: #000000;
}
.cid-u1IQ8xPdHG .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u1IQ8xPdHG .card-desc {
  color: #000000;
  text-align: center;
}
.cid-u1IQ8xPdHG .card-title,
.cid-u1IQ8xPdHG .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-u1IQ8xPdHG .mbr-section-title,
.cid-u1IQ8xPdHG .mbr-section-btn,
.cid-u1IQ8xPdHG .title-wrapper {
  text-align: center;
}
.cid-u1IQ9o8noK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1IQ9o8noK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ9o8noK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ9o8noK .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ9o8noK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .container {
    padding: 0 20px;
  }
}
.cid-u1IQ9o8noK .row {
  padding: 60px 0;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .row {
    padding: 46px 4px;
  }
}
.cid-u1IQ9o8noK .row .card {
  padding: 0;
  margin: 0 16px;
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .row .card {
    padding: 0 16px;
    margin: 0;
  }
}
.cid-u1IQ9o8noK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQ9o8noK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
.cid-u1IQ9o8noK .content-wrapper .items-wrapper {
  margin: 60px auto 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .content-wrapper .items-wrapper {
    margin: 46px 0 0;
  }
}
.cid-u1IQ9o8noK .content-wrapper .items-wrapper .item {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .content-wrapper .items-wrapper .item {
    margin-top: 46px;
  }
}
.cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
  margin-right: 120px;
  min-width: 80px;
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
    min-width: auto;
    margin-right: 0;
  }
}
.cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .card-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .card-title {
    margin-bottom: 20px;
  }
}
.cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 40px;
}
.cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1IQ9o8noK .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1IQ9o8noK .mbr-section-title {
  color: #000000;
}
.cid-u1IQ9o8noK .mbr-desc {
  color: #000000;
}
.cid-u1IQ9o8noK .card-desc {
  color: #000000;
}
.cid-u1IQ9o8noK .card-title {
  color: #000000;
}
.cid-u1IQ9o8noK .list {
  color: #000000;
}
.cid-u1IQ6kcW78 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ6kcW78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ6kcW78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ6kcW78 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ6kcW78 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ6kcW78 .container {
    padding: 0 20px;
  }
}
.cid-u1IQ6kcW78 .content-wrapper {
  background-color: #1e1e1e;
  border-radius: 20px;
  overflow: hidden;
}
.cid-u1IQ6kcW78 .content-wrapper .content-wrap {
  padding: 60px 60px 100px;
}
@media (max-width: 992px) {
  .cid-u1IQ6kcW78 .content-wrapper .content-wrap {
    padding: 46px 20px 46px;
  }
}
.cid-u1IQ6kcW78 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQ6kcW78 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1IQ6kcW78 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1IQ6kcW78 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u1IQ6kcW78 .box .mbr-media {
  position: relative;
  height: 800px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u1IQ6kcW78 .box .mbr-media {
    height: 400px;
  }
}
.cid-u1IQ6kcW78 .box .mbr-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 0 !important;
}
.cid-u1IQ6kcW78 .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-u1IQ6kcW78 .mbr-media {
  position: relative;
}
.cid-u1IQ6kcW78 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u1IQ6kcW78 a:hover {
  background-image: none !important;
}
.cid-u1IQ6kcW78 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-u1IQ6kcW78 .icon-wrap:hover,
.cid-u1IQ6kcW78 .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-u1IQ6kcW78 .icon-wrap:hover .mbr-iconfont,
.cid-u1IQ6kcW78 .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
.cid-u1IQ6kcW78 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u1IQ6kcW78 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u1IQ6kcW78 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1IQ6kcW78 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1IQ6kcW78 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1IQ6kcW78 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1IQ6kcW78 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ6kcW78 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ6kcW78 .mbr-text,
.cid-u1IQ6kcW78 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQd0L7vz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1IQd0L7vz .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQd0L7vz .container {
    padding: 0 20px;
  }
}
.cid-u1IQd0L7vz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u1IQd0L7vz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u1IQd0L7vz .embla__slide .slide-content {
  width: 100%;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-u1IQd0L7vz .embla__button--next,
.cid-u1IQd0L7vz .embla__button--prev {
  display: flex;
}
.cid-u1IQd0L7vz .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #852121 !important;
  border: 2px solid #852121 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .embla__button {
    top: 2.5rem;
    color: #852121 !important;
    border: 2px solid #852121 !important;
  }
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .embla__button {
    display: none;
  }
}
.cid-u1IQd0L7vz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1IQd0L7vz .embla__button:hover {
  opacity: 1 !important;
}
.cid-u1IQd0L7vz .embla__button.embla__button--prev {
  left: 30px;
}
.cid-u1IQd0L7vz .embla__button.embla__button--next {
  right: 30px;
}
.cid-u1IQd0L7vz .embla {
  position: relative;
  width: 100%;
}
.cid-u1IQd0L7vz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u1IQd0L7vz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1IQd0L7vz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1IQd0L7vz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1IQd0L7vz .item-desc {
  color: #000000;
  text-align: center;
}
.cid-u1IQd0L7vz .item-title {
  color: #000000;
}
.cid-u1IQd0L7vz .item-name {
  color: #000000;
}
.cid-u1IQd0L7vz .item-role {
  color: #000000;
}
.cid-u1IQd0L7vz .list {
  color: #000000;
}
.cid-u1IQd0L7vz .item-title,
.cid-u1IQd0L7vz .mbr-section-btn,
.cid-u1IQd0L7vz .title-wrap {
  text-align: center;
}
.cid-u1IQdRKLqi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1IQdRKLqi .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQdRKLqi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .container {
    padding: 0 20px;
  }
}
.cid-u1IQdRKLqi .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-u1IQdRKLqi .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1IQdRKLqi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-u1IQdRKLqi .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u1IQdRKLqi .embla__slide .slide-content {
  width: 100%;
}
.cid-u1IQdRKLqi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-u1IQdRKLqi .embla__button--next,
.cid-u1IQdRKLqi .embla__button--prev {
  display: flex;
}
.cid-u1IQdRKLqi .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-u1IQdRKLqi .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-u1IQdRKLqi .embla__button {
    display: none;
  }
}
.cid-u1IQdRKLqi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1IQdRKLqi .embla__button:hover {
  opacity: 1 !important;
}
.cid-u1IQdRKLqi .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-u1IQdRKLqi .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-u1IQdRKLqi .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-u1IQdRKLqi .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-u1IQdRKLqi .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-u1IQdRKLqi .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .embla__button {
    top: 2.5rem;
  }
}
.cid-u1IQdRKLqi .embla {
  position: relative;
  width: 100%;
}
.cid-u1IQdRKLqi .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u1IQdRKLqi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1IQdRKLqi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1IQdRKLqi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1IQdRKLqi .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQdRKLqi .mbr-section-title {
  color: #ffffff;
}
.cid-u1IQdRKLqi .mbr-text,
.cid-u1IQdRKLqi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQdRKLqi .mbr-section-title,
.cid-u1IQdRKLqi .mbr-section-btn {
  text-align: center;
}
.cid-u1IQMld45c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQMld45c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQMld45c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQMld45c .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQMld45c .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1IQMld45c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .container {
    padding: 0 20px;
  }
}
.cid-u1IQMld45c .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1IQMld45c .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u1IQMld45c .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u1IQMld45c .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u1IQMld45c .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control:hover,
.cid-u1IQMld45c .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-u1IQMld45c .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u1IQMld45c .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1IQMld45c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c .mbr-text,
.cid-u1IQMld45c .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c label {
  color: #000000;
}
.cid-u1IQMld45c .mbr-section-btn {
  text-align: center;
}
.cid-u1IQax2Ie0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQax2Ie0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQax2Ie0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQax2Ie0 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQax2Ie0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQax2Ie0 .container {
    padding: 0 20px;
  }
}
.cid-u1IQax2Ie0 .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1IQax2Ie0 .row {
    padding: 46px 0;
  }
}
.cid-u1IQax2Ie0 .row .card {
  justify-content: flex-end;
}
.cid-u1IQax2Ie0 .content-wrapper {
  margin-bottom: 50px;
}
.cid-u1IQax2Ie0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQax2Ie0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1IQax2Ie0 .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-u1IQax2Ie0 .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-u1IQax2Ie0 .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u1IQax2Ie0 .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-u1IQax2Ie0 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #dcdde0;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
.cid-u1IQax2Ie0 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-u1IQax2Ie0 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-u1IQax2Ie0 .mbr-section-title {
  color: #000000;
}
.cid-u1IQax2Ie0 .mbr-desc {
  color: #000000;
}
.cid-u1IQax2Ie0 .card-name {
  color: #000000;
}
.cid-u1IQax2Ie0 .card-role {
  color: #000000;
  text-align: center;
}
.cid-u1IQax2Ie0 .list,
.cid-u1IQax2Ie0 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQax2Ie0 .card-name,
.cid-u1IQax2Ie0 .mbr-section-btn {
  text-align: center;
}
.cid-u1IQ7Ozymc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ7Ozymc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ7Ozymc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ7Ozymc .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .container {
    padding: 0 20px;
  }
}
.cid-u1IQ7Ozymc .row {
  padding: 60px 0;
}
.cid-u1IQ7Ozymc .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:hover,
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-u1IQ7Ozymc .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-u1IQ7Ozymc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .mbr-section-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-address {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-list-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .list {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-copy {
  color: #000000;
}

/* CARRITO */
.item-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.item-image {
   /* flex: 1 1 100px;*/
    margin-right: 1rem;
}

.item-image__asset img {
    max-width: 100px;
    height: auto;
}

.item-cart {
    flex: 3 1 auto;
}

.item-cart__info {
    display: flex;
    flex-direction: column;
}

.item-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.item-cart__actions {
    display: flex;
    gap: 1rem;
}
.cart-total {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    text-align:right;
}
.final-carrito {
  text-align: right;
  
}
.final-carrito .btn {
   padding: 1% !important;
  margin:  0% !important; 
}
.resumen-carrito {
  background-color: #F3F6F9;
  padding: 2rem;
  margin-bootom: 1rem !important;
  border-radius:1rem !important;
}
.resumen-carrito-row {
  border: 1px solid lightgrey;
  padding: 2rem;
  margin-bootom: 1rem !important;
  border-radius:1rem !important;
}
.link-container {
    display: flex;
    gap: 0.5rem;
}

.quantity-selector {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.item-price-container {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    margin-left: 1rem;
}

.item-price-current {
    font-weight: bold;
    color: #d9534f;
}

.btn-primary {
    margin-top: 1rem;
}

.cart-summary {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.summary-row.total-row {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.summary-label {
    font-weight: normal;
}
.summary-value {
    font-weight: bold;
}
.product-actions .cart {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.product-actions .cart .button.add_to_cart_button {
    order: 2; 
    padding: 8px 15px;
    font-size: 14px;
    background-color: #852121;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.product-actions .cart .button.add_to_cart_button:hover {
    background-color: #aa2a2a;
}

.product-actions .cart .quantity {
    order: 1; 
}

.quantity input.qty {
    width: 60px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.button.add_to_cart_button {
    background-color: #852121;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.button.add_to_cart_button:hover {
    background-color: #850000;
}
.iconfont-wrapper {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #850000;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
}

/* tabla carrito */

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.cart-table th,
.cart-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.cart-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.cart-table td {
    vertical-align: middle;
}

.cart-table .product-thumbnail img {
    width: 60px;
    height: auto;
    border-radius: 4px;
}

.cart-table .product-name a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.cart-table .product-name a:hover {
    color: #0073e6;
}

.cart-table .product-quantity input.qty {
    width: 60px;
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cart-table .product-remove a {
    color: #ff0000;
    text-decoration: none;
    font-size: 18px;
}

.cart-table .product-remove a:hover {
    color: #cc0000;
}

.cart-table .product-subtotal {
    font-weight: bold;
    color: #333;
}
/* Estilos para la tabla en desktop */
.desktop-view {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.desktop-view th,
.desktop-view td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.desktop-view th {
    background-color: #f8f9fa;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.desktop-view td {
    vertical-align: middle;
}

.desktop-view .product-thumbnail img {
    width: 60px;
    height: auto;
    border-radius: 4px;
}

.desktop-view .product-name a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.desktop-view .product-name a:hover {
    color: #0073e6;
}

.desktop-view .product-quantity input.qty {
    width: 60px;
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.desktop-view .product-remove a {
    color: #ff0000;
    text-decoration: none;
    font-size: 18px;
}

.desktop-view .product-remove a:hover {
    color: #cc0000;
}

.desktop-view .product-subtotal {
    font-weight: bold;
    color: #333;
}

/* Estilos para la lista de tarjetas en móvil */
.mobile-view {
    display: none; /* Ocultar por defecto */
}

.cart-item-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
}

.cart-item-card .product-thumbnail img {
    width: 80px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

.cart-item-card .product-name a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.cart-item-card .product-name a:hover {
    color: #0073e6;
}

.cart-item-card .product-quantity input.qty {
    width: 60px;
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cart-item-card .product-remove a {
    color: #ff0000;
    text-decoration: none;
    font-size: 14px;
    margin-top: 1% !important
}

.cart-item-card .product-remove a:hover {
    color: #cc0000;
}

/* Media query para móviles */
@media (max-width: 767px) {
    .desktop-view {
        display: none; /* Ocultar tabla en móviles */
    }

    .mobile-view {
        display: block; /* Mostrar lista de tarjetas en móviles */
    }
}

/* estilos productos tienda */
.shop-container {
    padding: 20px;
}

.filters-sidebar {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.filters-sidebar h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-group ul li {
    margin-bottom: 5px;
}

.filter-group ul li a {
    color: #333;
    text-decoration: none;
}

.filter-group ul li a:hover {
    color: #852121;
}

.product-list {
    padding: 0 20px;
}

.product-item {
    margin-bottom: 20px;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background-color: #fff;
}

.product-card img {
    /*margin: auto !important;*/
    height: 200px;
    object-fit: cover; 
    margin-bottom: 10px;
}

.product-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-card .price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.product-card .btn {
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    background-color: #0073e6;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.product-card .btn:hover {
    background-color: #005bb5;
}
/* Estilos para la galería de imágenes */
#productGallery {
    margin-bottom: 20px; /* Espacio entre la galería y la información del producto */
}

#productGallery .carousel-inner {
    border-radius: 8px; /* Bordes redondeados para el carrusel */
    overflow: hidden; /* Asegura que las imágenes no sobresalgan */
}

#productGallery .product-gallery-image {
    max-height: 300px; /* Altura máxima de las imágenes */
    width: auto; /* Ajusta el ancho automáticamente */
    margin: 0 auto; /* Centra la imagen horizontalmente */
}

/* Controles del carrusel */
#productGallery .carousel-control-prev,
#productGallery .carousel-control-next {
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente para los controles */
    width: 40px; /* Ancho de los controles */
    height: 40px; /* Altura de los controles */
    border-radius: 50%; /* Forma circular */
    top: 50%; /* Centra verticalmente */
    transform: translateY(-50%); /* Ajusta la posición vertical */
}

#productGallery .carousel-control-prev {
    left: 10px; /* Posición del control anterior */
}

#productGallery .carousel-control-next {
    right: 10px; /* Posición del control siguiente */
}

/* Espaciado entre la galería y la información del producto */
.media-container-row {
    gap: 20px; /* Espacio entre las columnas */
}

/* Ajustes para dispositivos móviles */
@media (max-width: 767px) {
    #productGallery .product-gallery-image {
        max-height: 250px; /* Altura máxima más pequeña en móviles */
    }

    .media-container-row {
        flex-direction: column; /* Apila las columnas en móviles */
    }
}

/* Estilos para el precio del producto */
.product-price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 12px 24px;
    background-color: #852121; /* Color primario */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: fit-content;
}

/* Texto del precio */
.product-price {
    font-size: 26px;
    font-weight: bold;
    color: #fff; /* Texto blanco */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* Precio final con descuento */
.product-price bdi {
    font-size: 28px;
    font-weight: bold;
    color: #fff; /* Color blanco */
    text-shadow: 1px 1px 3px black;
    background-color: #852121 !important;
}

/* Precio original tachado (cuando hay descuento) */
.product-price del {
    font-size: 28px;
    font-weight: normal;
    color: white; /* Color más claro */
    text-decoration: line-through;
    margin-right: 8px;
}

/* Si hay un descuento, resalta el precio con color amarillo */
.product-price ins {
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    color: #ffcc00; /* Amarillo dorado */
}

.product-attributes-list {
  list-style-type: none !important;
}

/* destacados  */
img.logomarca {
    max-width: 80px !important;  /* Ajusta el ancho máximo del logo */
    max-height: 40px !important; /* Ajusta la altura máxima */
    width: auto !important;  /* Mantiene la proporción */
    height: auto !important;
    display: block !important;
    margin: 0 auto 10px !important; /* Centra el logo y agrega espacio debajo */
    object-fit: contain !important; /* Evita que la imagen se deforme */
}
.swiper-container {
    width: 100%;
    padding: 20px;
}

.swiper-slide {
    text-align: center;
}

.product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.product-card img {
    max-width: 100%;
    border-radius: 5px;
}

.brand-logo img {
    max-width: 80px;
    max-height: 40px;
    margin: 10px auto;
    display: block;
}
del {
  color: gray !important;
}
ins {
text-decoration: none ;
}

/* Imagen de la marca en home */
.brand-logo {
    position: absolute;
    top: 20px; 
    right: 20px; 
    z-index: 10; 
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 5px;
    
}
.brand-image {
    width: 150px; 
    height: auto;
    display: block;
}

/* BUSCADOR PRINCIPAL */
.buscadorprincipal {
    padding: 3% 0 0 0;
    display: flex;
    justify-content: center;
    background-color: transparent; 
}

.contenedor-buscador {
    width: 100%;
    /*max-width: 1200px;*/
    padding: 40px 20px 0 0;
    background-color: #852121;
}

.formulario-busqueda {
    display: flex;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}

.campo-busqueda {
    margin-bottom:2%;
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.campo-busqueda:focus {
    border-color: #852121;
    box-shadow: 0 2px 10px rgba(133, 33, 33, 0.2);
}

.boton-busqueda {
    position: absolute;
    right: 5px;
    top: 45%;
    transform: translateY(-50%);
    background-color: #852121;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.boton-busqueda:hover {
    background-color: #6a1a1a;
}

/* Versión responsive */
@media (max-width: 768px) {
    .formulario-busqueda {
      max-width: 90%;
      margin-right:2% !important
    }
    .buscadorprincipal {
      padding-top: 14% ;
    }
    .ruedalitoslide {
      display:none;
    }

}

/* resultados de búsqueda */
.no-results {
    text-align: center;
    padding: 40px 0;
}

.no-results p {
    margin-bottom: 20px;
    font-size: 18px;
}
