.btn {
  border-width: 2px;
}
body {
  font-family: 'Spline Sans', sans-serif;
}
.display-1 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-3 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
.display-3 > .mbr-iconfont {
  font-size: 2.5;
}
.display-4 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-6 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6b3e2e !important;
}
.bg-success {
  background-color: #f4f1eb !important;
}
.bg-info {
  background-color: #4e6636 !important;
}
.bg-warning {
  background-color: #fed83b !important;
}
.bg-danger {
  background-color: #ff7730 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b3e2e !important;
  border-color: #6b3e2e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8f533d !important;
  border-color: #8f533d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8f533d !important;
  border-color: #8f533d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4a017 !important;
  border-color: #d4a017 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e9b835 !important;
  border-color: #e9b835 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e9b835 !important;
  border-color: #e9b835 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4e6636 !important;
  border-color: #4e6636 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #688748 !important;
  border-color: #688748 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #688748 !important;
  border-color: #688748 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f4f1eb !important;
  border-color: #f4f1eb !important;
  color: #917b4f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #917b4f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fed83b !important;
  border-color: #fed83b !important;
  color: #3a2f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #6c5701 !important;
  background-color: #fee26e !important;
  border-color: #fee26e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3a2f00 !important;
  background-color: #fee26e !important;
  border-color: #fee26e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7730 !important;
  border-color: #ff7730 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9963 !important;
  border-color: #ff9963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9963 !important;
  border-color: #ff9963 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: #6b3e2e;
  color: #6b3e2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8f533d !important;
  background-color: transparent!important;
  border-color: #8f533d !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b3e2e !important;
  border-color: #6b3e2e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d4a017;
  color: #d4a017;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e9b835 !important;
  background-color: transparent!important;
  border-color: #e9b835 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d4a017 !important;
  border-color: #d4a017 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4e6636;
  color: #4e6636;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #688748 !important;
  background-color: transparent!important;
  border-color: #688748 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4e6636 !important;
  border-color: #4e6636 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f4f1eb;
  color: #f4f1eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: #ffffff !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #917b4f !important;
  background-color: #f4f1eb !important;
  border-color: #f4f1eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fed83b;
  color: #fed83b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fee26e !important;
  background-color: transparent!important;
  border-color: #fee26e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3a2f00 !important;
  background-color: #fed83b !important;
  border-color: #fed83b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff7730;
  color: #ff7730;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff9963 !important;
  background-color: transparent!important;
  border-color: #ff9963 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7730 !important;
  border-color: #ff7730 !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: #3d3d3d !important;
  background-color: transparent!important;
  border-color: #3d3d3d !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: #ffffff !important;
  background-color: transparent!important;
  border-color: #ffffff !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: #6b3e2e !important;
}
.text-secondary {
  color: #d4a017 !important;
}
.text-success {
  color: #f4f1eb !important;
}
.text-info {
  color: #4e6636 !important;
}
.text-warning {
  color: #fed83b !important;
}
.text-danger {
  color: #ff7730 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #24150f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #785b0d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d0c3a9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b2313 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d2a901 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c94500 !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: #620101 !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: #6b3e2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4e6636;
}
.alert-warning {
  background-color: #fed83b;
}
.alert-danger {
  background-color: #ff7730;
}
.mbr-section-btn a.btn:not(.btn-form) {
  /*border-radius: 100px;*/
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b3e2e;
  border-color: #6b3e2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6b3e2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ba775f;
}
.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: #8eb16b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6b3e2e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6b3e2e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6b3e2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b3e2e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6b3e2e;
  border-bottom-color: #6b3e2e;
}
.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: #6b3e2e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #620101 !important;
  background: #d4a017 !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='%236b3e2e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sV8vjHZb4A {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-sV8vjHZb4A nav.navbar {
  position: fixed;
}
.cid-sV8vjHZb4A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sV8vjHZb4A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sV8vjHZb4A .dropdown-item:hover,
.cid-sV8vjHZb4A .dropdown-item:focus {
  background: #6b3e2e !important;
  color: white !important;
}
.cid-sV8vjHZb4A .dropdown-item:hover span {
  color: white;
}
.cid-sV8vjHZb4A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sV8vjHZb4A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sV8vjHZb4A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sV8vjHZb4A .nav-link {
  position: relative;
}
.cid-sV8vjHZb4A .nav-link:hover,
.cid-sV8vjHZb4A .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-sV8vjHZb4A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sV8vjHZb4A .container {
    flex-wrap: nowrap;
  }
}
.cid-sV8vjHZb4A .iconfont-wrapper {
  color: #ff7730 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV8vjHZb4A .navbar-caption {
  font-weight: 400;
}
.cid-sV8vjHZb4A .dropdown-menu,
.cid-sV8vjHZb4A .navbar.opened {
  background: #ffffff !important;
}
.cid-sV8vjHZb4A .nav-item:focus,
.cid-sV8vjHZb4A .nav-link:focus {
  outline: none;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sV8vjHZb4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sV8vjHZb4A .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sV8vjHZb4A .navbar.opened {
  transition: all 0.3s;
}
.cid-sV8vjHZb4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sV8vjHZb4A .navbar .navbar-logo img {
  width: auto;
}
.cid-sV8vjHZb4A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV8vjHZb4A .navbar.collapsed {
  justify-content: center;
}
.cid-sV8vjHZb4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sV8vjHZb4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sV8vjHZb4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sV8vjHZb4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sV8vjHZb4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sV8vjHZb4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sV8vjHZb4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sV8vjHZb4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sV8vjHZb4A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sV8vjHZb4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sV8vjHZb4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sV8vjHZb4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sV8vjHZb4A .navbar.navbar-short {
  min-height: 60px;
}
.cid-sV8vjHZb4A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sV8vjHZb4A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sV8vjHZb4A .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV8vjHZb4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV8vjHZb4A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV8vjHZb4A .dropdown-item.active,
.cid-sV8vjHZb4A .dropdown-item:active {
  background-color: transparent;
}
.cid-sV8vjHZb4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV8vjHZb4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sV8vjHZb4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV8vjHZb4A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV8vjHZb4A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sV8vjHZb4A .navbar-buttons {
  text-align: center;
}
.cid-sV8vjHZb4A .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-sV8vjHZb4A .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-sV8vjHZb4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff7730;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sV8vjHZb4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sV8vjHZb4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sV8vjHZb4A .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV8vjHZb4A .navbar {
    height: 63px;
  }
  .cid-sV8vjHZb4A .navbar.opened {
    height: auto;
  }
  .cid-sV8vjHZb4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV8vjHZb4A .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-vdAetwAGxJ {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/645489173-920989457101066-4033547459228750366-n-2000x1332.jpg");
}
@media (min-width: 992px) {
  .cid-vdAetwAGxJ .display-1 {
    font-size: 120px;
  }
  .cid-vdAetwAGxJ .display-2 {
    font-size: 40px;
  }
  .cid-vdAetwAGxJ .display-5 {
    font-size: 29px;
  }
}
.cid-vdAetwAGxJ .mbr-section-subtitle {
  font-weight: 300;
  color: #fed83b;
}
.cid-vdAetwAGxJ .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-vdAetwAGxJ .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-vdAetwAGxJ .btn-success {
  color: #18293D !important;
}
.cid-vdAetwAGxJ .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-vdAetwAGxJ .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-vdAetwAGxJ .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-vdAetwAGxJ .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-vdAetwAGxJ .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-vdAetwAGxJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdAetwAGxJ .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #ff7730;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-vdAetwAGxJ .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-vdAetwAGxJ .mbr-section-title {
  color: #f6f6f6;
}
.cid-velzLCru4Y {
    height: 750px;
    padding-top: 3rem;
    
}

.cid-velzLCru4Y .modal-body .close {
  background: #1b1b1b;
}
.cid-velzLCru4Y .modal-body .close span {
  font-style: normal;
}
.cid-velzLCru4Y .carousel-inner > .active,
.cid-velzLCru4Y .carousel-inner > .next,
.cid-velzLCru4Y .carousel-inner > .prev {
  display: flex;
}

/*ALTO CARROUSEL*/
.cid-velzLCru4Y .carousel-inner  {    
   height: 750px;
}
.cid-velzLCru4Y .carousel-control .icon-next,
.cid-velzLCru4Y .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-velzLCru4Y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-velzLCru4Y .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-velzLCru4Y .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-velzLCru4Y .boxed-slider > div {
  position: relative;
}
.cid-velzLCru4Y .container img {
 /* width: 100%;*/
}
.cid-velzLCru4Y .container img + .row {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-velzLCru4Y .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-velzLCru4Y .mbr-table-cell {
  padding: 0;
}
.cid-velzLCru4Y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-velzLCru4Y .carousel-caption {
    padding-left: 5px;
    padding-right: 5px;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-velzLCru4Y .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-velzLCru4Y .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-velzLCru4Y .carousel-item.active.right,
.cid-velzLCru4Y .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-velzLCru4Y .carousel-item.active.left,
.cid-velzLCru4Y .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-velzLCru4Y .carousel-item.active,
.cid-velzLCru4Y .carousel-item.next.left,
.cid-velzLCru4Y .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-velzLCru4Y .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 10%;
  transition: all .3s;
  z-index: 11;
}
.cid-velzLCru4Y .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-velzLCru4Y .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-velzLCru4Y .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-velzLCru4Y .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-velzLCru4Y .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 4rem !important;
}
.cid-velzLCru4Y .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-velzLCru4Y .mbr-slider .carousel-indicators li.active,
.cid-velzLCru4Y .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-velzLCru4Y .mbr-slider .carousel-indicators li::after,
.cid-velzLCru4Y .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-velzLCru4Y .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-velzLCru4Y .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-velzLCru4Y .mbr-slider > .container img {
  width: 100%;
}
.cid-velzLCru4Y .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-velzLCru4Y .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-velzLCru4Y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
    

}
@media (max-width: 400px) {
   .cid-velzLCru4Y .carousel-inner {
        padding-top: 4rem;
       padding-bottom: 1rem;
    }  
}
@media (max-width: 500px) {
   .cid-velzLCru4Y .carousel-inner {
       margin-top:-2rem;
       padding-bottom: 1rem;
    }  
}
  

.cid-velzLCru4Y .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-velzLCru4Y .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-velzLCru4Y .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-velzLCru4Y .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-velzLCru4Y .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-velzLCru4Y .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-velzLCru4Y .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-velzLCru4Y .full-screen .carousel-item .container.container-slide img {
  /*display: none;*/
}
.cid-velzLCru4Y .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-velzLCru4Y .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vemHETsgtB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vemHETsgtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemHETsgtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemHETsgtB .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vemHETsgtB .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%);
}
.cid-vemHETsgtB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vemHETsgtB .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vemHETsgtB .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vemHETsgtB .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #f6f6f6;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vemHETsgtB .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vemHETsgtB .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vemHETsgtB .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #f6f6f6;
  background-color: transparent;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%);
}
.cid-vemHETsgtB .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%) !important;
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vemHETsgtB .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vemHETsgtB .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vemHETsgtB .mbr-section-btn .btn-primary,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary,
.cid-vemHETsgtB .mbr-section-btn .btn-success,
.cid-vemHETsgtB .mbr-section-btn .btn-info,
.cid-vemHETsgtB .mbr-section-btn .btn-warning,
.cid-vemHETsgtB .mbr-section-btn .btn-danger,
.cid-vemHETsgtB .mbr-section-btn .btn-black,
.cid-vemHETsgtB .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vemHETsgtB .mbr-section-btn .btn-primary::before,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary::before,
.cid-vemHETsgtB .mbr-section-btn .btn-success::before,
.cid-vemHETsgtB .mbr-section-btn .btn-info::before,
.cid-vemHETsgtB .mbr-section-btn .btn-warning::before,
.cid-vemHETsgtB .mbr-section-btn .btn-danger::before,
.cid-vemHETsgtB .mbr-section-btn .btn-black::before,
.cid-vemHETsgtB .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vemHETsgtB .mbr-section-btn .btn-primary:hover,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary:hover,
.cid-vemHETsgtB .mbr-section-btn .btn-success:hover,
.cid-vemHETsgtB .mbr-section-btn .btn-info:hover,
.cid-vemHETsgtB .mbr-section-btn .btn-warning:hover,
.cid-vemHETsgtB .mbr-section-btn .btn-danger:hover,
.cid-vemHETsgtB .mbr-section-btn .btn-black:hover,
.cid-vemHETsgtB .mbr-section-btn .btn-white:hover,
.cid-vemHETsgtB .mbr-section-btn .btn-primary:focus,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary:focus,
.cid-vemHETsgtB .mbr-section-btn .btn-success:focus,
.cid-vemHETsgtB .mbr-section-btn .btn-info:focus,
.cid-vemHETsgtB .mbr-section-btn .btn-warning:focus,
.cid-vemHETsgtB .mbr-section-btn .btn-danger:focus,
.cid-vemHETsgtB .mbr-section-btn .btn-black:focus,
.cid-vemHETsgtB .mbr-section-btn .btn-white:focus,
.cid-vemHETsgtB .mbr-section-btn .btn-primary.focus,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary.focus,
.cid-vemHETsgtB .mbr-section-btn .btn-success.focus,
.cid-vemHETsgtB .mbr-section-btn .btn-info.focus,
.cid-vemHETsgtB .mbr-section-btn .btn-warning.focus,
.cid-vemHETsgtB .mbr-section-btn .btn-danger.focus,
.cid-vemHETsgtB .mbr-section-btn .btn-black.focus,
.cid-vemHETsgtB .mbr-section-btn .btn-white.focus,
.cid-vemHETsgtB .mbr-section-btn .btn-primary.active,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary.active,
.cid-vemHETsgtB .mbr-section-btn .btn-success.active,
.cid-vemHETsgtB .mbr-section-btn .btn-info.active,
.cid-vemHETsgtB .mbr-section-btn .btn-warning.active,
.cid-vemHETsgtB .mbr-section-btn .btn-danger.active,
.cid-vemHETsgtB .mbr-section-btn .btn-black.active,
.cid-vemHETsgtB .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #f6f6f6 !important;
}
.cid-vemHETsgtB .mbr-section-btn .btn-primary:hover::before,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary:hover::before,
.cid-vemHETsgtB .mbr-section-btn .btn-success:hover::before,
.cid-vemHETsgtB .mbr-section-btn .btn-info:hover::before,
.cid-vemHETsgtB .mbr-section-btn .btn-warning:hover::before,
.cid-vemHETsgtB .mbr-section-btn .btn-danger:hover::before,
.cid-vemHETsgtB .mbr-section-btn .btn-black:hover::before,
.cid-vemHETsgtB .mbr-section-btn .btn-white:hover::before,
.cid-vemHETsgtB .mbr-section-btn .btn-primary:focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary:focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-success:focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-info:focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-warning:focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-danger:focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-black:focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-white:focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-primary.focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary.focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-success.focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-info.focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-warning.focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-danger.focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-black.focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-white.focus::before,
.cid-vemHETsgtB .mbr-section-btn .btn-primary.active::before,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary.active::before,
.cid-vemHETsgtB .mbr-section-btn .btn-success.active::before,
.cid-vemHETsgtB .mbr-section-btn .btn-info.active::before,
.cid-vemHETsgtB .mbr-section-btn .btn-warning.active::before,
.cid-vemHETsgtB .mbr-section-btn .btn-danger.active::before,
.cid-vemHETsgtB .mbr-section-btn .btn-black.active::before,
.cid-vemHETsgtB .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vemHETsgtB .mbr-section-btn .btn-primary-outline,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary-outline,
.cid-vemHETsgtB .mbr-section-btn .btn-success-outline,
.cid-vemHETsgtB .mbr-section-btn .btn-info-outline,
.cid-vemHETsgtB .mbr-section-btn .btn-warning-outline,
.cid-vemHETsgtB .mbr-section-btn .btn-danger-outline,
.cid-vemHETsgtB .mbr-section-btn .btn-black-outline,
.cid-vemHETsgtB .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vemHETsgtB .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%) !important;
}
.cid-vemHETsgtB .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vemHETsgtB .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vemHETsgtB .mbr-label,
.cid-vemHETsgtB .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vemHETsgtB .mbr-section-title,
.cid-vemHETsgtB .title-wrap,
.cid-vemHETsgtB .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vemHETsgtB .item-title {
  color: #171719;
}
.cid-vemHETsgtB .item-text {
  color: #565661;
}
.cid-vemHETsgtB .list {
  color: #171719;
}
.cid-vemHETsgtB .list,
.cid-vemHETsgtB .item-wrap {
  color: #623b0c;
}
.cid-vemHETsgtB .item-title,
.cid-vemHETsgtB .mbr-section-btn {
  color: #ff7730;
}
.cid-vemIgqAnQA {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vemIgqAnQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemIgqAnQA ul li{
  font-weight: normal;
}


.cid-vemIgqAnQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemIgqAnQA .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-vemIgqAnQA .mbr-section-title {
  color: #ff7730 !important;
  margin-bottom: 0;
  text-align: left;
}
.cid-vemIgqAnQA .mbr-section-subtitle {
  color: rgb(37, 60, 87);
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vemIgqAnQA .col-img {
    padding-bottom: 2rem;
    margin: auto;
      padding-left: 2rem;
  }
    .cid-vemIgqAnQA {
      padding-top: 5rem;
    }
}
.cid-vemIgqAnQA .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ff7730 !important;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-vemIgqAnQA .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-vemIgqAnQA .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-vemIgqAnQA .panel-group {
  border: none;
  border-top: 1px solid  rgb(37, 60, 87);
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-vemIgqAnQA .panel-group {
    margin-top: 0;
  }
}
.cid-vemIgqAnQA .card {
  border-bottom: 1px solid  rgb(37, 60, 87);
  border-radius: 0 !important;
}
.cid-vemIgqAnQA .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vemIgqAnQA .card-header {
    padding: 8px 0;
  }
}
.cid-vemIgqAnQA img,
.cid-vemIgqAnQA .img-wrap,
.cid-vemIgqAnQA .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-vemIgqAnQA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-vemIgqAnQA .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vemIgqAnQA .panel-title-edit {
  color:  rgb(37, 60, 87);
}
.cid-vemIgqAnQA .panel-body {
  padding: 0 0 40px;
}

.cid-vemIgqAnQA .panel-body a{ color: rgb(37, 60, 87); padding: 6px 15px; width: fit-content;}

.cid-vemKWkkHnd .list-wrapper a{padding: 6px 15px; line-height: 1.5;}

.cid-vemIgqAnQA .panel-body a:hover, .cid-vemKWkkHnd a:hover{ color: #fff ; background-color: #ff7730; border-radius: 10px;}

.cid-vemIgqAnQA span{ color: #ff7730;}

@media (max-width: 767px) {
  .cid-vemIgqAnQA .panel-body {
    padding: 0 0 24px;
  }
}
.cid-vemIgqAnQA .panel-text {
  color:  rgb(37, 60, 87);
  margin: 0;
}
.cid-vemIgqAnQA .mbr-section-subtitle,
.cid-vemIgqAnQA .mbr-section-btn {
  text-align: left;
}
.cid-sV8vkg6TO5 {
  overflow: visible !important;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sV8vkg6TO5 {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sV8vkg6TO5 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-sV8vkg6TO5 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-sV8vkg6TO5 .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .text {
    min-width: 615px;
    transform: translate(-25%, 7rem);
  }
}
.cid-sV8vkg6TO5 .text-wrapper {
  background: #eeff42;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-sV8vkg6TO5 .mbr-text {
  /*font-weight: 300;*/
    line-height: 1.1;
    text-align: justify;
}

@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .display-1 {
    font-size: 65px;
  }
  .cid-sV8vkg6TO5 .display-5 {
    font-size: 29px;
  }
}
.cid-sV8vkg6TO5 .mbr-section-btn {
  background: #eeff42;
  margin-left: 0;
  margin-right: 0;
}
.cid-sV8vkg6TO5 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-sV8vkg6TO5 .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-velzDSFWzJ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-velzDSFWzJ .media-content .btn-bgr {
  z-index: 0;
}
.cid-velzDSFWzJ .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}

@media (min-width: 992px) {
  .cid-velzDSFWzJ .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-velzDSFWzJ {
    text-align: center !important;
  }
  .cid-velzDSFWzJ .mbr-text {
    text-align: center;
  }
}
.cid-velzDSFWzJ .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-velzDSFWzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-velzDSFWzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velxKHZwRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-velxKHZwRh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-velxKHZwRh .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-velxKHZwRh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-velxKHZwRh .container {
    padding: 0 16px;
  }
}
.cid-velxKHZwRh .row {
  justify-content: space-between;
}
.cid-velxKHZwRh .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-velxKHZwRh .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-velxKHZwRh .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-velxKHZwRh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-velxKHZwRh .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-velxKHZwRh .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-velxKHZwRh .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-velxKHZwRh .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-velxKHZwRh .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-velxKHZwRh .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-velxKHZwRh .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-velxKHZwRh .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-velxKHZwRh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-velxKHZwRh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-velxKHZwRh .embla__slide .slide-content {
  width: 100%;
}
.cid-velxKHZwRh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-velxKHZwRh .embla__button--next,
.cid-velxKHZwRh .embla__button--prev {
  display: flex;
}
.cid-velxKHZwRh .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #6b3e2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-velxKHZwRh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-velxKHZwRh .embla__button:hover {
  color: #f4f1eb !important;
}
.cid-velxKHZwRh .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-velxKHZwRh .embla__button.embla__button--next {
  right: 0;
}
.cid-velxKHZwRh .embla {
  position: relative;
  width: 100%;
}
.cid-velxKHZwRh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em;
}
.cid-velxKHZwRh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velxKHZwRh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velxKHZwRh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velxKHZwRh .mbr-section-title {
  color: #080808;
}
.cid-velxKHZwRh .mbr-section-subtitle {
  color: #080808;
}
.cid-velxKHZwRh .mbr-text {
  color: #333333;
}
.cid-velxKHZwRh .mbr-tag {
  color: #898989;
}
.cid-sV8vnipo9b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sV8vnipo9b ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sV8vnipo9b li {
  position: relative;
}
.cid-sV8vnipo9b li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.cid-sV8vnipo9b ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #415d7d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sV8vnipo9b .background {
  padding: 3rem 1rem;
  background-color: #eeff42;
}
@media (min-width: 992px) {
  .cid-sV8vnipo9b .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-sV8vnipo9b .display-1 {
    font-size: 70px;
  }
  .cid-sV8vnipo9b .display-5 {
    font-size: 29px;
  }
  .cid-sV8vnipo9b .display-7 {
    font-size: 22px;
  }
}
.cid-vdA874YZIh {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdA874YZIh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vdA874YZIh .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-vdA874YZIh .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-vdA874YZIh .display-1 {
    font-size: 65px;
  }
  .cid-vdA874YZIh .display-5 {
    font-size: 29px;
  }
  .cid-vdA874YZIh .display-7 {
    font-size: 24px;
  }
  .cid-vdA874YZIh .display-4 {
    font-weight: 300;
  }
}
.cid-vdA874YZIh .parallax {
  background-image: url("../../../assets/images/team6.jpg");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vdA874YZIh .parallax {
    height: 640px;
  }
}
.cid-vdA874YZIh .index {
  z-index: 3;
}
.cid-vdA874YZIh .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-vdA874YZIh .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-vdA874YZIh .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-vdA874YZIh .text {
    transform: translate(-7%, -75%);
  }
}
.cid-vdA874YZIh .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-vdA874YZIh .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-vdA874YZIh .mbr-text {
  font-weight: 300;
}
.cid-vdA874YZIh .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-vdA874YZIh .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdA874YZIh .btn {
    width: 100%;
  }
}
.cid-vdA874YZIh .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-sV8vrbhOEd {
  background-color: #ececec;
  padding-top: 10rem;
}
.cid-sV8vrbhOEd .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-sV8vrbhOEd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-sV8vrbhOEd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    padding-top: 8rem;
  }
}
.cid-sV8vrbhOEd .embla__button--next,
.cid-sV8vrbhOEd .embla__button--prev {
  display: flex;
}
.cid-sV8vrbhOEd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #89aeb3;
  background: rgba(137, 174, 179, 0.7);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sV8vrbhOEd .embla__button:hover {
  background: #89aeb3;
}
@media (max-width: 768px) {
  .cid-sV8vrbhOEd .embla__button {
    background-color: transparent;
    border-color: transparent;
  }
  .cid-sV8vrbhOEd .embla__button .mbr-iconfont {
    display: none;
  }
  .cid-sV8vrbhOEd .embla__button:hover {
    background: rgba(137, 174, 179, 0);
  }
}
.cid-sV8vrbhOEd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sV8vrbhOEd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sV8vrbhOEd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-sV8vrbhOEd .embla__button {
    top: auto;
  }
}
.cid-sV8vrbhOEd .user_image {
  width: 70%;
  height: 85%;
  overflow: hidden;
  
  margin: 0 auto 0 auto;
}
.cid-sV8vrbhOEd .user_image .item-wrapper {
  /*width: 100%;
  height: 70%;*/
}
.cid-sV8vrbhOEd .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 400px) {
  .cid-sV8vrbhOEd .user_image {
    width: 97%;
    height: auto;
  }
}
.cid-sV8vrbhOEd .embla {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eeff42;
  position: relative;
  width: 100%;
}
.cid-sV8vrbhOEd .section-header {
  padding-top: 4rem;
  padding-bottom: 4rem;

}

.cid-sV8vrbhOEd .section-header p{
    text-align:justify;

}

@media (min-width: 768px) {
  .cid-sV8vrbhOEd .section-header {
    padding-left: 60px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sV8vrbhOEd .section-header {
    padding-left: 150px;
    padding-right: 110px;
  }
}
@media (max-width: 400px) {
  .cid-sV8vrbhOEd .section-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cid-sV8vrbhOEd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-sV8vrbhOEd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sV8vrbhOEd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sV8vrbhOEd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  .cid-sV8vrbhOEd .display-1 {
    font-size: 70px;
  }
  .cid-sV8vrbhOEd .display-5 {
    font-size: 29px;
  }
  .cid-sV8vrbhOEd .display-7 {
    font-size: 22px;
  }
}
.cid-sV8vrbhOEd .mbr-section-title {
  text-align: left;
}
.cid-sV8vrbhOEd .mbr-text {
  text-align: left;
}
.cid-vemJawISsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vemJawISsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemJawISsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemJawISsV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .container-fluid {
    padding: 0 30px;
  }
}
.cid-vemJawISsV .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .container {
    padding: 0 30px;
  }
}
.cid-vemJawISsV .card {
  padding: 0;
}
.cid-vemJawISsV .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 100px;
}
.cid-vemJawISsV .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-vemJawISsV .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 16px;
  border: none;
  border-radius: 40px 0 0 40px;
  background-color: #bbbbbb;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vemJawISsV .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fe5115 !important;
}
.cid-vemJawISsV .tab-content {
  padding: 50px 70px;
  background-color: #ffffff;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .tab-content {
    padding: 30px 16px;
  }
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #fe5115;
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #fe5115;
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-vemJawISsV .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #fe5115;
}
.cid-vemJawISsV .mbr-section-subtitle {
  color: #FE5115;
}
.cid-vemJawISsV .mbr-text {
  color: #4e4e4e;
}
.cid-vemJawISsV .mbr-section-title {
  color: #FE5115;
}
.cid-vemJawISsV .list {
  color: #2b2b2b;
}
.cid-vemJawISsV .mbr-price {
  color: #2b2b2b;
}
.cid-vemJawISsV .mbr-time {
  color: #2b2b2b;
}
.cid-velfoHRU61 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-velfoHRU61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-velfoHRU61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velfoHRU61 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-velfoHRU61 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-velfoHRU61 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-velfoHRU61 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1245px;
  max-width: 1245px;
}
@media (max-width: 1440px) {
  .cid-velfoHRU61 .embla__slide {
    min-width: 845px;
    max-width: 845px;
  }
}
@media (max-width: 1200px) {
  .cid-velfoHRU61 .embla__slide {
    min-width: 545px;
    max-width: 545px;
  }
}
@media (max-width: 767px) {
  .cid-velfoHRU61 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-velfoHRU61 .embla__slide .slide-content {
  width: 100%;
}
.cid-velfoHRU61 .embla__slide .slide-content .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 50%;
  min-height: 620px;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    min-height: auto;
    height: 300px;
  }
}
.cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-content {
  width: 50%;
  min-height: 620px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-content .card-box .card-title {
  margin-bottom: 15px;
}
.cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-content .card-box .card-text {
  margin-bottom: 15px;
}
.cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-content .card-date {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .embla__slide .slide-content .item-wrapper .item-content .card-date {
    margin-top: 15px;
  }
}
.cid-velfoHRU61 .embla__button--next,
.cid-velfoHRU61 .embla__button--prev {
  display: flex;
}
.cid-velfoHRU61 .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #ffffff !important;
  color: #620101 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -8rem;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .embla__button {
    top: 0;
  }
}
.cid-velfoHRU61 .embla__button:hover {
  background-color: #e2fa0e !important;
  color: #620101 !important;
}
.cid-velfoHRU61 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #620101 !important;
}
.cid-velfoHRU61 .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-velfoHRU61 .embla__button.embla__button--next {
  right: 0;
}
.cid-velfoHRU61 .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-velfoHRU61 .embla {
    padding-top: 4rem;
  }
}
.cid-velfoHRU61 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-velfoHRU61 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velfoHRU61 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velfoHRU61 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velfoHRU61 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velfoHRU61 .mbr-label {
  color: #620101;
}
.cid-velfoHRU61 .mbr-section-title {
  color: #620101;
}
.cid-velfoHRU61 .card-title {
  color: #620101;
}
.cid-velfoHRU61 .card-text {
  color: #620101;
}
.cid-velfoHRU61 .card-date {
  color: #620101;
}
.cid-vdA9cbFwsJ {
  background-color: #e8eaec;
}
.cid-vdA9cbFwsJ .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vdA9cbFwsJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vdA9cbFwsJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdA9cbFwsJ .embla__button--next,
.cid-vdA9cbFwsJ .embla__button--prev {
  display: flex;
}
.cid-vdA9cbFwsJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #89aeb3;
  background: rgba(137, 174, 179, 0.7);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdA9cbFwsJ .embla__button:hover {
  background: #89aeb3;
}
@media (max-width: 768px) {
  .cid-vdA9cbFwsJ .embla__button {
    background-color: transparent;
    border-color: transparent;
  }
  .cid-vdA9cbFwsJ .embla__button .mbr-iconfont {
    display: none;
  }
  .cid-vdA9cbFwsJ .embla__button:hover {
    background: rgba(137, 174, 179, 0);
  }
}
.cid-vdA9cbFwsJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdA9cbFwsJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdA9cbFwsJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vdA9cbFwsJ .embla__button {
    top: auto;
  }
}
.cid-vdA9cbFwsJ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vdA9cbFwsJ .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vdA9cbFwsJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vdA9cbFwsJ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vdA9cbFwsJ .embla {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #415d7d;
  position: relative;
  width: 100%;
}
.cid-vdA9cbFwsJ .section-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-vdA9cbFwsJ .section-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vdA9cbFwsJ .section-header {
    padding-left: 188px;
    padding-right: 188px;
  }
}
.cid-vdA9cbFwsJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdA9cbFwsJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdA9cbFwsJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdA9cbFwsJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  .cid-vdA9cbFwsJ .display-1 {
    font-size: 70px;
  }
  .cid-vdA9cbFwsJ .display-5 {
    font-size: 29px;
  }
  .cid-vdA9cbFwsJ .display-7 {
    font-size: 22px;
  }
}
.cid-vdA9cbFwsJ .revers {
  flex-direction: row-reverse;
}
.cid-vdA9cbFwsJ .mbr-section-title {
  text-align: left;
}
.cid-vdA9cbFwsJ .mbr-text {
  text-align: left;
}
.cid-vj55rUUoMZ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vj55rUUoMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj55rUUoMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj55rUUoMZ .content-wrapper {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-vj55rUUoMZ .content-wrapper {
    margin-bottom: 48px;
  }
   .cid-vj55rUUoMZ {
     padding-top: 5rem;
  }
    
}
.cid-vj55rUUoMZ .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vj55rUUoMZ .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vj55rUUoMZ .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vj55rUUoMZ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vj55rUUoMZ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vj55rUUoMZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vj55rUUoMZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 365px;
  max-width: 365px;
}
@media (max-width: 768px) {
  .cid-vj55rUUoMZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vj55rUUoMZ .embla__slide .slide-content {
  width: 100%;
}
.cid-vj55rUUoMZ .embla__slide .slide-content .item-wrapper {
  padding: 24px;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ff5500;
  min-height: 520px;
  height: 520px;
}
.cid-vj55rUUoMZ .embla__slide .slide-content .mbr-section-btn{    
        display:flex;
    justify-content:center;
    align-items:center;
}
.cid-vj55rUUoMZ .embla__slide .slide-content .img-box{
   min-height: 400px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    
}

.cid-vj55rUUoMZ .embla__slide .slide-content .img-box img{
    max-width:100%;
    max-height:100%;

    width:auto;
    height:auto;

    object-fit:contain;

    display:block;
}

@media (max-width: 992px) {
  .cid-vj55rUUoMZ .embla__slide .slide-content .item-wrapper {
    padding: 12px;
    min-height: auto;
  }
.cid-vj55rUUoMZ .embla__slide .slide-content .img-box{
    height:300px;
   
}

.cid-vj55rUUoMZ .embla__slide .slide-content .item-wrapper {
  min-height: 495px;
  height: 495px;
    padding-bottom: 0.5rem;
}

    
}
.cid-vj55rUUoMZ .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 24px;
}
.cid-vj55rUUoMZ .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-vj55rUUoMZ .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vj55rUUoMZ .embla__button--next,
.cid-vj55rUUoMZ .embla__button--prev {
  display: flex;
}
.cid-vj55rUUoMZ .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
    
  font-size: 1.1rem;;
  background-color: #ff7730 !important;
  color: #ffffff !important;
  border: 1px solid #ff7730 !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vj55rUUoMZ .embla__button:hover {
  background-color: transparent !important;
  color: #ff7730 !important;
}
.cid-vj55rUUoMZ .embla__button:disabled {
  background-color: #ff7730 !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vj55rUUoMZ .embla__button.embla__button--prev {
  right: 44px;
}
.cid-vj55rUUoMZ .embla__button.embla__button--next {
  right: 0;
}
.cid-vj55rUUoMZ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
.cid-vj55rUUoMZ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #620101 12.5%, #620101 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #620101 12.5%, #620101 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vj55rUUoMZ .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vj55rUUoMZ .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vj55rUUoMZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vj55rUUoMZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vj55rUUoMZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vj55rUUoMZ .mbr-label {
  color: rgb(37, 60, 87);
}
.cid-vj55rUUoMZ .mbr-section-title {
  color: #ff7730;
}
.cid-vj55rUUoMZ .mbr-text {
  color: #14334b;
}
.cid-vj55rUUoMZ .item-text {
  color: #14334b;
}
.cid-vj55rUUoMZ .item-name {
  color: #14334b;
}
.cid-vj55rUUoMZ .item-role {
  color: #14334b;
}
.cid-vdA84G6www {
  overflow: visible !important;
  padding-top: 10rem;
  background-color:#ECECEC;
    height: 900px;
}


.cid-vdA84G6www .row{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-vdA84G6www_1 .row{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
    .cid-vdA84G6www { padding-top: 8rem; }
}
@media (min-width: 992px) {
  .cid-vdA84G6www .row, {
    flex-direction: row;
    min-height: 665px;
    margin-bottom: -355px;
  }
    .cid-vdA84G6www_1 .row {
    flex-direction: row;
    min-height: 565px;
    margin-bottom: -355px;
    
  }
}
.cid-vdA84G6www .text {
  padding: 0;
  z-index: 2;
  background: #bee1e6;
}
@media (min-width: 992px) {
  .cid-vdA84G6www .text {
    width: 663px;
    transform: translateX(-35.3%);
  }
}
@media (min-width: 1400px) {
  .cid-vdA84G6www .text {
    transform: translateX(-25%);
  }
}
.cid-vdA84G6www .wrapper {
  padding: 3rem 1rem 5rem 2rem;
}
@media (min-width: 992px) {
  .cid-vdA84G6www .wrapper {
    padding: 95px 127px 50px;
  }
}


.cid-vdA84G6www .wrapper-img {
  z-index: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-vdA84G6www .wrapper-img {
    width: 690px;
    height: 480px;
    transform: translate(25%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-vdA84G6www .wrapper-img {
    transform: translate(35%, -55%);
  }
}
.cid-vdA84G6www .wrapper-img img {
  min-height: 100%;
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.cid-vdA84G6www .mbr-section-btn {
  background: #bee1e6;
  margin-left: 0;
  margin-right: 0;
}
.cid-vdA84G6www .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-width: 269px;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdA84G6www .btn {
    width: 100%;
  }
}
.cid-vdA84G6www .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-vdA84G6www .text1 {
  padding: 3rem 1rem 5rem 3rem;
  background: #eeff42;
}

.cid-vdA84G6www_1 {
  overflow: visible !important;
  padding-top: 2rem;
  padding-bottom: 0;
  background-color:#ECECEC;
}

.cid-vdA84G6www_1 .text-siguenos {
  padding: 3rem 1rem 3rem 3rem;

  background: #eeff42;
}
@media (min-width: 992px) {
  .cid-vdA84G6www .text1 {
    padding: 75px 127px 70px ;
    width: 663px;
    transform: translate(-5%, -85%);
  }
}
@media (min-width: 1400px) {
  .cid-vdA84G6www .text1 {
    transform: translate(-15%, -95%);
  }
}
.cid-sV8vshH89y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wall/atencion.png");
}
.cid-sV8vshH89y .btn {
  width: 100%;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 0 45px;
  min-height: 40px;
}
.cid-sV8vshH89y .btn:hover {
  opacity: .7;
}
.cid-sV8vshH89y .mbr-section-btn {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .cid-sV8vshH89y .display-1 {
    font-size: 65px;
  }
  .cid-sV8vshH89y .display-5 {
    font-size: 29px;
  }
  .cid-sV8vshH89y .display-7 {
    font-size: 24px;
  }
  .cid-sV8vshH89y .display-4 {
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .cid-sV8vshH89y .form {
    padding: 45px 40px 0 60px;
  }
}
.cid-sV8vshH89y .form-control,
.cid-sV8vshH89y .field-input {
  padding-left: 12px;
  padding-right: 12px;
  min-height: 40px;
  font-size: 16px;
  border-radius: 0;
  border: 2px solid transparent;
  box-shadow: none;
}
.cid-sV8vshH89y .form-control:hover {
  box-shadow: none;
  outline: none;
  border: 1px solid transparent !important;
}
.cid-sV8vshH89y .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 2px solid #3899ec !important;
}
.cid-sV8vshH89y .form-group {
  position: relative;
}
.cid-sV8vshH89y .info {
  position: absolute;
  left: 10px;
  top: -5px;
  font-size: 10px;
  background-color: #fff;
}
.cid-sV8vsLBCZG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #871b17;
  overflow: hidden;
    color: #fff;

}

.cid-sV8vsLBCZG .mbr-text {
  font-weight: 300;
}
.cid-vemKW9gYDx {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-vemKW9gYDx nav.navbar {
  position: fixed;
}
.cid-vemKW9gYDx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vemKW9gYDx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vemKW9gYDx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vemKW9gYDx .dropdown-item:hover,
.cid-vemKW9gYDx .dropdown-item:focus {
  background: #6b3e2e !important;
  color: white !important;
}
.cid-vemKW9gYDx .dropdown-item:hover span {
  color: white;
}
.cid-vemKW9gYDx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vemKW9gYDx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vemKW9gYDx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-vemKW9gYDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vemKW9gYDx .nav-link {
  position: relative;
}
.cid-vemKW9gYDx .nav-link:hover,
.cid-vemKW9gYDx .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-vemKW9gYDx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vemKW9gYDx .container {
    flex-wrap: nowrap;
  }
}
.cid-vemKW9gYDx .iconfont-wrapper {
  color: #ff7730 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vemKW9gYDx .navbar-caption {
  font-weight: 400;
}
.cid-vemKW9gYDx .dropdown-menu,
.cid-vemKW9gYDx .navbar.opened {
  background: #ffffff !important;
}
.cid-vemKW9gYDx .nav-item:focus,
.cid-vemKW9gYDx .nav-link:focus {
  outline: none;
}
.cid-vemKW9gYDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vemKW9gYDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vemKW9gYDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vemKW9gYDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vemKW9gYDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vemKW9gYDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vemKW9gYDx .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vemKW9gYDx .navbar.opened {
  transition: all 0.3s;
}
.cid-vemKW9gYDx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vemKW9gYDx .navbar .navbar-logo img {
  width: auto;
}
.cid-vemKW9gYDx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vemKW9gYDx .navbar.collapsed {
  justify-content: center;
}
.cid-vemKW9gYDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vemKW9gYDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vemKW9gYDx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vemKW9gYDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vemKW9gYDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vemKW9gYDx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vemKW9gYDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vemKW9gYDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vemKW9gYDx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vemKW9gYDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vemKW9gYDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vemKW9gYDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vemKW9gYDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vemKW9gYDx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vemKW9gYDx .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-vemKW9gYDx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vemKW9gYDx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vemKW9gYDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vemKW9gYDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vemKW9gYDx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vemKW9gYDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vemKW9gYDx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vemKW9gYDx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vemKW9gYDx .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vemKW9gYDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vemKW9gYDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vemKW9gYDx .dropdown-item.active,
.cid-vemKW9gYDx .dropdown-item:active {
  background-color: transparent;
}
.cid-vemKW9gYDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vemKW9gYDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vemKW9gYDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vemKW9gYDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vemKW9gYDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vemKW9gYDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vemKW9gYDx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vemKW9gYDx .navbar-buttons {
  text-align: center;
}
.cid-vemKW9gYDx .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-vemKW9gYDx .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-vemKW9gYDx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vemKW9gYDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff7730;
}
.cid-vemKW9gYDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vemKW9gYDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vemKW9gYDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vemKW9gYDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vemKW9gYDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vemKW9gYDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vemKW9gYDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vemKW9gYDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vemKW9gYDx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vemKW9gYDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vemKW9gYDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vemKW9gYDx .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vemKW9gYDx .navbar {
    height: 63px;
  }
  .cid-vemKW9gYDx .navbar.opened {
    height: auto;
  }
  .cid-vemKW9gYDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vemKW9gYDx .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-vemKWaeXPr {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/645489173-920989457101066-4033547459228750366-n-2000x1332.jpg");
}
@media (min-width: 992px) {
  .cid-vemKWaeXPr .display-1 {
    font-size: 120px;
  }
  .cid-vemKWaeXPr .display-2 {
    font-size: 40px;
  }
  .cid-vemKWaeXPr .display-5 {
    font-size: 29px;
  }
}
.cid-vemKWaeXPr .mbr-section-subtitle {
  font-weight: 300;
  color: #fed83b;
}
.cid-vemKWaeXPr .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-vemKWaeXPr .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-vemKWaeXPr .btn-success {
  color: #18293D !important;
}
.cid-vemKWaeXPr .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-vemKWaeXPr .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-vemKWaeXPr .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-vemKWaeXPr .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-vemKWaeXPr .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-vemKWaeXPr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vemKWaeXPr .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #ff7730;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-vemKWaeXPr .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-vemKWaeXPr .mbr-section-title {
  color: #f6f6f6;
}
.cid-vemKWbcrcF .modal-body .close {
  background: #1b1b1b;
}
.cid-vemKWbcrcF .modal-body .close span {
  font-style: normal;
}
.cid-vemKWbcrcF .carousel-inner > .active,
.cid-vemKWbcrcF .carousel-inner > .next,
.cid-vemKWbcrcF .carousel-inner > .prev {
  display: flex;
}
.cid-vemKWbcrcF .carousel-control .icon-next,
.cid-vemKWbcrcF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vemKWbcrcF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vemKWbcrcF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vemKWbcrcF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vemKWbcrcF .boxed-slider > div {
  position: relative;
}
.cid-vemKWbcrcF .container img {
  width: 100%;
}
.cid-vemKWbcrcF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vemKWbcrcF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vemKWbcrcF .mbr-table-cell {
  padding: 0;
}
.cid-vemKWbcrcF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vemKWbcrcF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vemKWbcrcF .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vemKWbcrcF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vemKWbcrcF .carousel-item.active.right,
.cid-vemKWbcrcF .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vemKWbcrcF .carousel-item.active.left,
.cid-vemKWbcrcF .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vemKWbcrcF .carousel-item.active,
.cid-vemKWbcrcF .carousel-item.next.left,
.cid-vemKWbcrcF .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vemKWbcrcF .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-vemKWbcrcF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vemKWbcrcF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vemKWbcrcF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vemKWbcrcF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vemKWbcrcF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vemKWbcrcF .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vemKWbcrcF .mbr-slider .carousel-indicators li.active,
.cid-vemKWbcrcF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vemKWbcrcF .mbr-slider .carousel-indicators li::after,
.cid-vemKWbcrcF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vemKWbcrcF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vemKWbcrcF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vemKWbcrcF .mbr-slider > .container img {
  width: 100%;
}
.cid-vemKWbcrcF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vemKWbcrcF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vemKWbcrcF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vemKWbcrcF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vemKWbcrcF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vemKWbcrcF .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vemKWbcrcF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vemKWbcrcF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vemKWbcrcF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vemKWbcrcF .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vemKWbcrcF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vemKWbcrcF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vemKWbcrcF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vemKWbP8PF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vemKWbP8PF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemKWbP8PF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemKWbP8PF .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vemKWbP8PF .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%);
}
.cid-vemKWbP8PF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vemKWbP8PF .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vemKWbP8PF .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vemKWbP8PF .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #f6f6f6;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vemKWbP8PF .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vemKWbP8PF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vemKWbP8PF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #f6f6f6;
  background-color: transparent;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%);
}
.cid-vemKWbP8PF .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%) !important;
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vemKWbP8PF .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vemKWbP8PF .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vemKWbP8PF .mbr-section-btn .btn-primary,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary,
.cid-vemKWbP8PF .mbr-section-btn .btn-success,
.cid-vemKWbP8PF .mbr-section-btn .btn-info,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger,
.cid-vemKWbP8PF .mbr-section-btn .btn-black,
.cid-vemKWbP8PF .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vemKWbP8PF .mbr-section-btn .btn-primary::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-success::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-info::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-black::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vemKWbP8PF .mbr-section-btn .btn-primary:hover,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary:hover,
.cid-vemKWbP8PF .mbr-section-btn .btn-success:hover,
.cid-vemKWbP8PF .mbr-section-btn .btn-info:hover,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning:hover,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger:hover,
.cid-vemKWbP8PF .mbr-section-btn .btn-black:hover,
.cid-vemKWbP8PF .mbr-section-btn .btn-white:hover,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary:focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary:focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-success:focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-info:focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning:focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger:focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-black:focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-white:focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary.focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary.focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-success.focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-info.focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning.focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger.focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-black.focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-white.focus,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary.active,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary.active,
.cid-vemKWbP8PF .mbr-section-btn .btn-success.active,
.cid-vemKWbP8PF .mbr-section-btn .btn-info.active,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning.active,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger.active,
.cid-vemKWbP8PF .mbr-section-btn .btn-black.active,
.cid-vemKWbP8PF .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #f6f6f6 !important;
}
.cid-vemKWbP8PF .mbr-section-btn .btn-primary:hover::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary:hover::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-success:hover::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-info:hover::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning:hover::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger:hover::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-black:hover::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-white:hover::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary:focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary:focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-success:focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-info:focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning:focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger:focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-black:focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-white:focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary.focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary.focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-success.focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-info.focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning.focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger.focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-black.focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-white.focus::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary.active::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary.active::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-success.active::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-info.active::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning.active::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger.active::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-black.active::before,
.cid-vemKWbP8PF .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vemKWbP8PF .mbr-section-btn .btn-primary-outline,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary-outline,
.cid-vemKWbP8PF .mbr-section-btn .btn-success-outline,
.cid-vemKWbP8PF .mbr-section-btn .btn-info-outline,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning-outline,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger-outline,
.cid-vemKWbP8PF .mbr-section-btn .btn-black-outline,
.cid-vemKWbP8PF .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vemKWbP8PF .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #e6b758 0%, #ff7730 50%, #623b0c 100%) !important;
}
.cid-vemKWbP8PF .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vemKWbP8PF .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vemKWbP8PF .mbr-label,
.cid-vemKWbP8PF .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vemKWbP8PF .mbr-section-title,
.cid-vemKWbP8PF .title-wrap,
.cid-vemKWbP8PF .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vemKWbP8PF .item-title {
  color: #171719;
}
.cid-vemKWbP8PF .item-text {
  color: #565661;
}
.cid-vemKWbP8PF .list {
  color: #171719;
}
.cid-vemKWbP8PF .list,
.cid-vemKWbP8PF .item-wrap {
  color: #623b0c;
}
.cid-vemKWbP8PF .item-title,
.cid-vemKWbP8PF .mbr-section-btn {
  color: #ff7730;
}
.cid-vemKWcDSkQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vemKWcDSkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemKWcDSkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemKWcDSkQ .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-vemKWcDSkQ .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-vemKWcDSkQ .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vemKWcDSkQ .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-vemKWcDSkQ .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-vemKWcDSkQ .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-vemKWcDSkQ .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-vemKWcDSkQ .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-vemKWcDSkQ .panel-group {
    margin-top: 0;
  }
}
.cid-vemKWcDSkQ .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-vemKWcDSkQ .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vemKWcDSkQ .card-header {
    padding: 8px 0;
  }
}
.cid-vemKWcDSkQ img,
.cid-vemKWcDSkQ .img-wrap,
.cid-vemKWcDSkQ .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-vemKWcDSkQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-vemKWcDSkQ .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vemKWcDSkQ .panel-title-edit {
  color: #232323;
}
.cid-vemKWcDSkQ .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-vemKWcDSkQ .panel-body {
    padding: 0 0 24px;
  }
}
.cid-vemKWcDSkQ .panel-text {
  color: #232323;
  margin: 0;
}
.cid-vemKWcDSkQ .mbr-section-subtitle,
.cid-vemKWcDSkQ .mbr-section-btn {
  text-align: left;
}
.cid-vemKWdeRC8 {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-vemKWdeRC8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vemKWdeRC8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-vemKWdeRC8 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vemKWdeRC8 .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-vemKWdeRC8 .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-vemKWdeRC8 .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vemKWdeRC8 .text {
    min-width: 615px;
    transform: translate(-25%, 7rem);
  }
}
.cid-vemKWdeRC8 .text-wrapper {
  background: #eeff42;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-vemKWdeRC8 .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-vemKWdeRC8 .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-vemKWdeRC8 .display-1 {
    font-size: 65px;
  }
  .cid-vemKWdeRC8 .display-5 {
    font-size: 29px;
  }
}
.cid-vemKWdeRC8 .mbr-section-btn {
  background: #eeff42;
  margin-left: 0;
  margin-right: 0;
}
.cid-vemKWdeRC8 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-vemKWdeRC8 .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-vemKWdPc4v {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vemKWdPc4v_1 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vemKWdPc4v .mbr-fallback-image.disabled,.cid-vemKWdPc4v_1 .mbr-fallback-image.disabled{
  display: none;
}
.cid-vemKWdPc4v .mbr-fallback-image, .cid-vemKWdPc4v_1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemKWdPc4v .container-fluid, .cid-vemKWdPc4v_1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vemKWdPc4v .container-fluid, .cid-vemKWdPc4v_1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vemKWdPc4v .container, .cid-vemKWdPc4v_1 .container {
    padding: 0 25px;
  }
}
.cid-vemKWdPc4v .tab-content .tab-pane .content-wrap {
  padding: 12% 5% 12%;
  /*padding: 8% 5% 9%;*/
  position: relative;
}

.cid-vemKWdPc4v_1 .tab-content .tab-pane .content-wrap {
  padding: 10% 5% 8%;
  /*padding: 8% 5% 9%;*/
  position: relative;
}
@media (max-width: 1199px) {
  .cid-vemKWdPc4v .tab-content .tab-pane .content-wrap {
    padding: 10% 5% 25%;
  }  
    .cid-vemKWdPc4v_1 .tab-content .tab-pane .content-wrap {
    padding: 8% 5% 25%;
  }
}
@media (max-width: 992px) {
  .cid-vemKWdPc4v .tab-content .tab-pane .content-wrap, .cid-vemKWdPc4v_1 .tab-content .tab-pane .content-wrap {
    padding: 100px 25px;
  }
}

/* SOLO cuando exista .logo */
.cid-vemKWdPc4v .content-wrap:has(.logo) .d-flex, .cid-vemKWdPc4v_1 .content-wrap:has(.logo) .d-flex{
    display:flex;
    align-items:center;
    flex-direction:row;
    flex-wrap:nowrap !important;
    gap:22px;
}
/* LOGO */
.cid-vemKWdPc4v .content-wrap .logo img, .cid-vemKWdPc4v_1 .content-wrap .logo img{
    height:80px;
    width:auto;
    display:block;
    flex-shrink:0;
    position:relative;
}
/* MOBILE */
@media(max-width:700px){
    .cid-vemKWdPc4v .content-wrap:has(.logo) .d-flex, .cid-vemKWdPc4v_1 .content-wrap:has(.logo) .d-flex{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
        padding-left:0!important;
        flex-wrap:wrap !important;
    }

    .cid-vemKWdPc4v .content-wrap .logo img, .cid-vemKWdPc4v_1 .content-wrap .logo img{
        height:65px;
        margin-right:0;
    }

}

.cid-vemKWdPc4v .tab-content .tab-pane .content-wrap .title-wrap, 
.cid-vemKWdPc4v_1 .tab-content .tab-pane .content-wrap .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-vemKWdPc4v .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title, 
.cid-vemKWdPc4v_1 .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title {
  /*margin-top: 1rem;*/
  text-align: center;

    line-height: 1.1;
}


.cid-vemKWdPc4v .tabs-wrapper, .cid-vemKWdPc4v_1 .tabs-wrapper  {
  display: flex;
  justify-content: center;
  margin-top: -90px;
    width:100%;
}


.cid-vemKWdPc4v .tabs-wrapper .nav-tabs, .cid-vemKWdPc4v_1 .tabs-wrapper .nav-tabs{
    width:auto !important;
    display:flex !important;
    justify-content:center;
    flex-wrap:wrap;
}

@media (max-width: 1199px) {
  .cid-vemKWdPc4v .tabs-wrapper, .cid-vemKWdPc4v_1 .tabs-wrapper {
    margin-top: -220px;
  }
}
@media (max-width: 992px) {
  .cid-vemKWdPc4v .tabs-wrapper, .cid-vemKWdPc4v_1 .tabs-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs {
  display: grid;
  /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
  border: none;
    border:none;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:0;
    
}
@media (max-width: 1199px) {
  .cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
@media (max-width: 500px) {
  .cid-vemKWdPc4v .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title,
    .cid-vemKWdPc4v_1 .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title{
   font-size: 3rem;
  }
}
.cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item:hover::after,
.cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item:focus::after,
.cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item:hover::after,
.cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item:focus::after
{
  display: none;
}
.cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item::after, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item::after {
  content: '';
  position: absolute;
  right: -1px;
  height: 65%;
  width: 2px;
  /*background-color: #e1e1e1;*/
}
@media (max-width: 992px) {
  .cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item::after, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item::after {
    display: none;
  }
}
.cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item:last-child::after, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2)::after, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2)::after {
    display: none;
  }
}
.cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item .nav-link, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  border: none;
  color: #620101;
  background-color: #ffffff;
  border-radius: 0 !important;
  padding: 30px 52px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item .nav-link, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 25px;
    text-align: center;
  }
}
.cid-vemKWdPc4v .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active, .cid-vemKWdPc4v_1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ef6f3f;
  color: #ffffff;
}
.cid-vemKWdPc4v .mbr-section-title, .cid-vemKWdPc4v_1 .mbr-section-title {
  color: #620101;
  text-shadow:
    2px 2px 6px rgba(255,255,255,1),
   -2px -2px 6px rgba(255,255,255,1),
    0 0 20px rgba(255,255,255,1),
    0 0 40px rgba(255,255,255,0.95);
    
}
.cid-vemKWewASx {
  padding-top: 14rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-vemKWewASx .media-content .btn-bgr {
  z-index: 0;
}
.cid-vemKWewASx .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-vemKWewASx .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-vemKWewASx {
    text-align: center !important;
  }
  .cid-vemKWewASx .mbr-text {
    text-align: center;
  }
}
.cid-vemKWewASx .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vemKWewASx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemKWewASx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemKWf9b5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-vemKWf9b5d .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-vemKWf9b5d .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-vemKWf9b5d .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vemKWf9b5d .container {
    padding: 0 16px;
  }
}
.cid-vemKWf9b5d .row {
  justify-content: space-between;
}
.cid-vemKWf9b5d .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vemKWf9b5d .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-vemKWf9b5d .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vemKWf9b5d .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-vemKWf9b5d .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vemKWf9b5d .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vemKWf9b5d .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vemKWf9b5d .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-vemKWf9b5d .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-vemKWf9b5d .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-vemKWf9b5d .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-vemKWf9b5d .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-vemKWf9b5d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vemKWf9b5d .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vemKWf9b5d .embla__slide .slide-content {
  width: 100%;
}
.cid-vemKWf9b5d .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vemKWf9b5d .embla__button--next,
.cid-vemKWf9b5d .embla__button--prev {
  display: flex;
}
.cid-vemKWf9b5d .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #6b3e2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vemKWf9b5d .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vemKWf9b5d .embla__button:hover {
  color: #f4f1eb !important;
}
.cid-vemKWf9b5d .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-vemKWf9b5d .embla__button.embla__button--next {
  right: 0;
}
.cid-vemKWf9b5d .embla {
  position: relative;
  width: 100%;
}
.cid-vemKWf9b5d .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em;
}
.cid-vemKWf9b5d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vemKWf9b5d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vemKWf9b5d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vemKWf9b5d .mbr-section-title {
  color: #080808;
}
.cid-vemKWf9b5d .mbr-section-subtitle {
  color: #080808;
}
.cid-vemKWf9b5d .mbr-text {
  color: #333333;
}
.cid-vemKWf9b5d .mbr-tag {
  color: #898989;
}
.cid-vemKWh9R9x {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vemKWh9R9x ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vemKWh9R9x li {
  position: relative;
}
.cid-vemKWh9R9x li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.cid-vemKWh9R9x ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #415d7d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vemKWh9R9x .background {
  padding: 3rem 1rem;
  background-color: #eeff42;
}
@media (min-width: 992px) {
  .cid-vemKWh9R9x .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-vemKWh9R9x .display-1 {
    font-size: 70px;
  }
  .cid-vemKWh9R9x .display-5 {
    font-size: 29px;
  }
  .cid-vemKWh9R9x .display-7 {
    font-size: 22px;
  }
}
.cid-vemKWihCOB {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vemKWihCOB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vemKWihCOB .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-vemKWihCOB .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-vemKWihCOB .display-1 {
    font-size: 65px;
  }
  .cid-vemKWihCOB .display-5 {
    font-size: 29px;
  }
  .cid-vemKWihCOB .display-7 {
    font-size: 24px;
  }
  .cid-vemKWihCOB .display-4 {
    font-weight: 300;
  }
}
.cid-vemKWihCOB .parallax {
  background-image: url("../../../assets/images/wall/organigrama.png");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vemKWihCOB .parallax {
    height: 640px;
  }
}
@media (max-width: 991px) {
  .cid-vemKWihCOB .parallax {
        background-size:contain !important;
        background-repeat:no-repeat !important;
        background-position:center;
  }
}
.cid-vemKWihCOB .index {
  z-index: 3;
}
.cid-vemKWihCOB .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-vemKWihCOB .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-vemKWihCOB .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-vemKWihCOB .text {
    transform: translate(-7%, -75%);
  }
}
.cid-vemKWihCOB .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-vemKWihCOB .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-vemKWihCOB .mbr-text {
  font-weight: 500;
text-align: justify;
}
.cid-vemKWihCOB .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-vemKWihCOB .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 600;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vemKWihCOB .btn {
    width: 100%;
  }
}
.cid-vemKWihCOB .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-vemKWjiLxq {
  background-color: #e8eaec;
}
.cid-vemKWjiLxq .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vemKWjiLxq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vemKWjiLxq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vemKWjiLxq .embla__button--next,
.cid-vemKWjiLxq .embla__button--prev {
  display: flex;
}
.cid-vemKWjiLxq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #89aeb3;
  background: rgba(137, 174, 179, 0.7);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vemKWjiLxq .embla__button:hover {
  background: #89aeb3;
}
@media (max-width: 768px) {
  .cid-vemKWjiLxq .embla__button {
    background-color: transparent;
    border-color: transparent;
  }
  .cid-vemKWjiLxq .embla__button .mbr-iconfont {
    display: none;
  }
  .cid-vemKWjiLxq .embla__button:hover {
    background: rgba(137, 174, 179, 0);
  }
}
.cid-vemKWjiLxq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vemKWjiLxq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vemKWjiLxq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vemKWjiLxq .embla__button {
    top: auto;
  }
}
.cid-vemKWjiLxq .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vemKWjiLxq .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vemKWjiLxq .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vemKWjiLxq .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vemKWjiLxq .embla {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eeff42;
  position: relative;
  width: 100%;
}
.cid-vemKWjiLxq .section-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-vemKWjiLxq .section-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vemKWjiLxq .section-header {
    padding-left: 188px;
    padding-right: 188px;
  }
}
.cid-vemKWjiLxq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vemKWjiLxq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vemKWjiLxq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vemKWjiLxq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  .cid-vemKWjiLxq .display-1 {
    font-size: 70px;
  }
  .cid-vemKWjiLxq .display-5 {
    font-size: 29px;
  }
  .cid-vemKWjiLxq .display-7 {
    font-size: 22px;
  }
}
.cid-vemKWjiLxq .mbr-section-title {
  text-align: left;
}
.cid-vemKWjiLxq .mbr-text {
  text-align: left;
}
.cid-vemKWkkHnd {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vemKWkkHnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemKWkkHnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemKWkkHnd a img.img-icon{
    width:105px !important;
    max-width:105px !important;
    height:auto !important;
}

.cid-vemKWkkHnd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .container-fluid {
    padding: 0 30px;
  }
    .cid-vemKWkkHnd {
      padding-top: 5rem;
    }
}
.cid-vemKWkkHnd .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .container {
    padding: 0 30px;
  }
}
.cid-vemKWkkHnd .card {
  padding: 0;
}
.cid-vemKWkkHnd .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 10px;
}
.cid-vemKWkkHnd .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-vemKWkkHnd .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  border: none;
  border-radius: 30px 0 0 30px !important;
  background-color: #bbbbbb;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vemKWkkHnd .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fe5115 !important;
}
.cid-vemKWkkHnd .tab-content {
  padding: 50px 70px;
  background-color: #ffffff;
  border-radius: 0 3rem 3em 3rem;
    min-height: 650px;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .tab-content {
    padding: 30px 16px;
  }
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper  .icon-wrap {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .icon-wrap {
    margin-bottom: 20px;
  }
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #fe5115;
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #fe5115;
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-vemKWkkHnd .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #fe5115;
}
.cid-vemKWkkHnd .mbr-section-subtitle {
  color: #FE5115;
}
.cid-vemKWkkHnd .mbr-text {
  color: #4e4e4e;
}
.cid-vemKWkkHnd .mbr-section-title {
  color: #FE5115;
}
.cid-vemKWkkHnd .list {
  color: #2b2b2b;
}
.cid-vemKWkkHnd .mbr-price {
  color: #2b2b2b;
}
.cid-vemKWkkHnd .mbr-time {
  color: #2b2b2b;
}
.cid-vemKWlibCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-vemKWlibCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemKWlibCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemKWlibCH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vemKWlibCH .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vemKWlibCH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vemKWlibCH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1245px;
  max-width: 1245px;
}
@media (max-width: 1440px) {
  .cid-vemKWlibCH .embla__slide {
    min-width: 845px;
    max-width: 845px;
  }
}
@media (max-width: 1200px) {
  .cid-vemKWlibCH .embla__slide {
    min-width: 545px;
    max-width: 545px;
  }
}
@media (max-width: 767px) {
  .cid-vemKWlibCH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vemKWlibCH .embla__slide .slide-content {
  width: 100%;
}
.cid-vemKWlibCH .embla__slide .slide-content .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 50%;
  min-height: 620px;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    min-height: auto;
    height: 300px;
  }
}
.cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-content {
  width: 50%;
  min-height: 620px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-content .card-box .card-title {
  margin-bottom: 15px;
}
.cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-content .card-box .card-text {
  margin-bottom: 15px;
}
.cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-content .card-date {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .embla__slide .slide-content .item-wrapper .item-content .card-date {
    margin-top: 15px;
  }
}
.cid-vemKWlibCH .embla__button--next,
.cid-vemKWlibCH .embla__button--prev {
  display: flex;
}
.cid-vemKWlibCH .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #ffffff !important;
  color: #620101 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -8rem;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .embla__button {
    top: 0;
  }
}
.cid-vemKWlibCH .embla__button:hover {
  background-color: #e2fa0e !important;
  color: #620101 !important;
}
.cid-vemKWlibCH .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #620101 !important;
}
.cid-vemKWlibCH .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-vemKWlibCH .embla__button.embla__button--next {
  right: 0;
}
.cid-vemKWlibCH .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-vemKWlibCH .embla {
    padding-top: 4rem;
  }
}
.cid-vemKWlibCH .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-vemKWlibCH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vemKWlibCH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vemKWlibCH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vemKWlibCH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vemKWlibCH .mbr-label {
  color: #620101;
}
.cid-vemKWlibCH .mbr-section-title {
  color: #620101;
}

.cid-vemKWlibCH .card-title {
  color: #620101;
}
.cid-vemKWlibCH .card-text {
  color: #620101;
}
.cid-vemKWlibCH .card-date {
  color: #620101;
}
.cid-vemKWmbDoG {
  background-color: #e8eaec;
}
.cid-vemKWmbDoG .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vemKWmbDoG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
.tabs-wrapper .nav-link{
    transition: all .3s ease;
}

.tabs-wrapper .nav-link:hover{
    background-color: rgb(238, 255, 66) !important;
    color: #253C57 !important;
}
@media (max-width: 768px) {
  .cid-vemKWmbDoG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vemKWmbDoG .embla__button--next,
.cid-vemKWmbDoG .embla__button--prev {
  display: flex;
}
.cid-vemKWmbDoG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #89aeb3;
  background: rgba(137, 174, 179, 0.7);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vemKWmbDoG .embla__button:hover {
  background: #89aeb3;
}
@media (max-width: 768px) {
  .cid-vemKWmbDoG .embla__button {
    background-color: transparent;
    border-color: transparent;
  }
  .cid-vemKWmbDoG .embla__button .mbr-iconfont {
    display: none;
  }
  .cid-vemKWmbDoG .embla__button:hover {
    background: rgba(137, 174, 179, 0);
  }
}
.cid-vemKWmbDoG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vemKWmbDoG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vemKWmbDoG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vemKWmbDoG .embla__button {
    top: auto;
  }
}
.cid-vemKWmbDoG .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vemKWmbDoG .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vemKWmbDoG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vemKWmbDoG .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vemKWmbDoG .embla {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #415d7d;
  position: relative;
  width: 100%;
}
.cid-vemKWmbDoG .section-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-vemKWmbDoG .section-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vemKWmbDoG .section-header {
    padding-left: 188px;
    padding-right: 188px;
  }
}
.cid-vemKWmbDoG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vemKWmbDoG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vemKWmbDoG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vemKWmbDoG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  .cid-vemKWmbDoG .display-1 {
    font-size: 70px;
  }
  .cid-vemKWmbDoG .display-5 {
    font-size: 29px;
  }
  .cid-vemKWmbDoG .display-7 {
    font-size: 22px;
  }
}
.cid-vemKWmbDoG .revers {
  flex-direction: row-reverse;
}
.cid-vemKWmbDoG .mbr-section-title {
  text-align: left;
}
.cid-vemKWmbDoG .mbr-text {
  text-align: left;
}
.cid-vemKWndtix {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vemKWndtix .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vemKWndtix .row {
    flex-direction: row;
    min-height: 665px;
    margin-bottom: -355px;
  }
}
.cid-vemKWndtix .text {
  padding: 0;
  z-index: 2;
  background: #bee1e6;
}
@media (min-width: 992px) {
  .cid-vemKWndtix .text {
    width: 663px;
    transform: translateX(-35.3%);
  }
}
@media (min-width: 1400px) {
  .cid-vemKWndtix .text {
    transform: translateX(-25%);
  }
}
.cid-vemKWndtix .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-vemKWndtix .wrapper {
    padding: 95px 127px 50px;
  }
}
.cid-vemKWndtix .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-vemKWndtix .display-5 {
    font-size: 29px;
  }
}
.cid-vemKWndtix .wrapper-img {
  z-index: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-vemKWndtix .wrapper-img {
    width: 690px;
    height: 480px;
    transform: translate(25%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-vemKWndtix .wrapper-img {
    transform: translate(35%, -55%);
  }
}
.cid-vemKWndtix .wrapper-img img {
  min-height: 100%;
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.cid-vemKWndtix .mbr-section-btn {
  background: #bee1e6;
  margin-left: 0;
  margin-right: 0;
}
.cid-vemKWndtix .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-width: 269px;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vemKWndtix .btn {
    width: 100%;
  }
}
.cid-vemKWndtix .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-vemKWndtix .text1 {
  padding: 3rem 1rem 5rem;
  background: #eeff42;
}
@media (min-width: 992px) {
  .cid-vemKWndtix .text1 {
    padding: 75px 127px 70px;
    width: 663px;
    transform: translate(-5%, -85%);
  }
}
@media (min-width: 1400px) {
  .cid-vemKWndtix .text1 {
    transform: translate(-15%, -95%);
  }
}
.cid-vemKWnZgIB {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vemKWnZgIB .btn {
  width: 100%;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 0 45px;
  min-height: 40px;
}
.cid-vemKWnZgIB .btn:hover {
  opacity: .7;
}
.cid-vemKWnZgIB .mbr-section-btn {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .cid-vemKWnZgIB .display-1 {
    font-size: 65px;
  }
  .cid-vemKWnZgIB .display-5 {
    font-size: 29px;
  }
  .cid-vemKWnZgIB .display-7 {
    font-size: 24px;
  }
  .cid-vemKWnZgIB .display-4 {
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .cid-vemKWnZgIB .form {
    padding: 45px 40px 0 60px;
  }
}
.cid-vemKWnZgIB .form-control,
.cid-vemKWnZgIB .field-input {
  padding-left: 12px;
  padding-right: 12px;
  min-height: 40px;
  font-size: 16px;
  border-radius: 0;
  border: 2px solid transparent;
  box-shadow: none;
}
.cid-vemKWnZgIB .form-control:hover {
  box-shadow: none;
  outline: none;
  border: 1px solid transparent !important;
}
.cid-vemKWnZgIB .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 2px solid #3899ec !important;
}
.cid-vemKWnZgIB .form-group {
  position: relative;
}
.cid-vemKWnZgIB .info {
  position: absolute;
  left: 10px;
  top: -5px;
  font-size: 10px;
  background-color: #fff;
}
.cid-vemKWoN50e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeff42;
  overflow: hidden;
}
.cid-vemKWoN50e .media-container-row .mbr-text {
  color: #18293d;
}
.cid-vemKWoN50e .mbr-text {
  font-weight: 300;
}

.contact-card{
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 12px;
    padding: 25px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition: all .3s ease;
    height: 100%;
    text-align:center;
}

.contact-card:hover{
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.6);
    transform: translateY(-3px);
}

.contact-card h5{
    color: #1f3b63;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.contact-card p{
    color: #324b6b;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
}

.programacion-frases{
    color: #18375b;
    font-weight: 600;
    line-height: 2;
    margin-top: 30px;
    margin-bottom: 40px;
}

.icon-text1 a{
    color: darkred;
    text-decoration: none;
}
.icon-text1 a:hover{
    color: red;
}

.marco_institucional{
    background-position: 50% 50%; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-image: url("..assets/images/wall/movilidad.png"); 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 1027.2px; 
    height: 728.72px; 
    overflow: hidden; 
    pointer-events: none; 
    transform-style: preserve-3d; 
    backface-visibility: hidden; 
    will-change: transform, opacity; 
    margin-top: -12.36px; 
    transform: translate3d(0px, 270.865px, 0px);
}

.footer-logo{ width: 80px;}
/* FOOTER MODERNO ENS */

.footer-contact-wrapper{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:80px;
    flex-wrap:wrap;

    padding:50px 20px;
}

/* LOGO */

.footer-logo{
/*    display:flex;
    justify-content:center;
    align-items:center;*/
}

.footer-logo img{
    width:120px;
    height:auto;

    filter:drop-shadow(0 5px 15px rgba(0,0,0,.15));
}

/* BLOQUES */

.footer-info{
    max-width:340px;
    text-align:left;
}

.footer-info h4{
    font-size:2rem;
    font-weight:800;
    margin-bottom:16px;
    color:#ffffff;
    position:relative;
}

.footer-info h4::after{
    content:'';
    width:55px;
    height:4px;
    background:#f58220;
    position:absolute;
    left:0;
    bottom:-8px;
    border-radius:20px;
}

/* TEXTO */

.footer-info p{
    font-size:1.15rem;
    line-height:1.5;
    color:#ffffff;
    margin-top:18px;
    font-weight:500;
}

/* TELÉFONOS */



/* COPYRIGHT */

.copyright-footer{
    border-top:1px solid rgba(255,255,255,.15);
    padding:22px 10px;
    text-align:center;
}

.copyright-footer p{
    color:#ffffff;
    line-height:1.6;
    font-size:1rem;
}


/* RESPONSIVE */

@media(max-width:768px){

    .footer-contact-wrapper{
        gap:45px;
        text-align:center;
    }

    .footer-info{
        text-align:center;
    }

    .footer-info h4::after{
        left:50%;
        transform:translateX(-50%);
    }


}
