.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.125rem;
  line-height: 1.22;
}
.display-1 > .mbr-iconfont {
  font-size: 6.40625rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5875rem;
    font-size: calc( 2.44375rem + (5.125 - 2.44375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (2.44375rem + (5.125 - 2.44375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5875rem;
    font-size: calc( 2.44375rem + (5.125 - 2.44375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (2.44375rem + (5.125 - 2.44375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #9ba9c4 !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #00ff68 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00ff68 !important;
  border-color: #00ff68 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #33ff86 !important;
  border-color: #33ff86 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #33ff86 !important;
  border-color: #33ff86 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9ba9c4;
  color: #9ba9c4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #647aa4 !important;
  background-color: transparent !important;
  border-color: #647aa4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #00ff68;
  color: #00ff68;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00a845 !important;
  background-color: transparent !important;
  border-color: #00a845 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #00ff68 !important;
  border-color: #00ff68 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #9ba9c4 !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #00ff68 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5c729d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #00993e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #00ff68;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ebeef3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ccffe1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.mbr-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #ffffff, inset 3px -2px 8px 0px #ffffff;
  transition: all .5s ease;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #ffffff, inset 0px -33px 25px 0px #ffffff;
  color: #666666 !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #ffffff, inset 3px -2px 8px 0px #ffffff;
  transition: all .5s ease;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  box-shadow: inset 0px 36px 25px 0px #ffffff, inset 0px -33px 25px 0px #ffffff;
  color: #666666 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.little-radius,
.google-map iframe,
.dropdown-item {
  border-radius: 10px !important;
}
ul.navbar-nav,
ul.navbar-nav::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.navbar-nav,
  ul.navbar-nav::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-v5qUdKvvgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qUdKvvgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-v5qUdKvvgD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v5qUdKvvgD .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v5qUdKvvgD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5qUdKvvgD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qUdKvvgD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qUdKvvgD .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5qUdKvvgD .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v5qUdKvvgD .mbr-label,
.cid-v5qUdKvvgD .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qUdKvvgD .mbr-section-title {
  color: #ffffff;
}
.cid-v5qUdKvvgD .mbr-text,
.cid-v5qUdKvvgD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qUdKvvgD .mbr-section-title,
.cid-v5qUdKvvgD .mbr-section-btn {
  text-align: center;
}
.cid-v5qVAi6T1F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v5qVAi6T1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qVAi6T1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qVAi6T1F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v5qVAi6T1F .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5qVAi6T1F .embla__slide .slide-content {
  width: 100%;
}
.cid-v5qVAi6T1F .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5qVAi6T1F .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-v5qVAi6T1F .embla__button--next,
.cid-v5qVAi6T1F .embla__button--prev {
  display: flex;
}
.cid-v5qVAi6T1F .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v5qVAi6T1F .embla__button:hover {
  opacity: .5 !important;
}
.cid-v5qVAi6T1F .embla__button:disabled {
  opacity: .3 !important;
}
.cid-v5qVAi6T1F .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-v5qVAi6T1F .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v5qVAi6T1F .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-v5qVAi6T1F .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v5qVAi6T1F .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v5qVAi6T1F .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v5qVAi6T1F .embla__viewport {
    padding: 0;
  }
}
.cid-v5qVAi6T1F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5qVAi6T1F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5qVAi6T1F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5qVAi6T1F .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdMENPCeVO {
  padding-top: 0rem;
  background-color: #ffffff;
}
.cid-vdMENPCeVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMENPCeVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMENPCeVO .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #ffffff, 0 10px 10px -5px #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdMENPCeVO .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdMENPCeVO .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdMENPCeVO .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .image-wrapper {
  margin-top: 20px;
}
.cid-vdMENPCeVO .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdMENPCeVO .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-vdMENPCeVO .items-wrapper {
  margin: 0 -20px;
}
.cid-vdMENPCeVO .items-wrapper .card {
  padding: 0 20px;
}
.cid-vdMENPCeVO .mbr-label,
.cid-vdMENPCeVO .label-wrapper {
  color: #334155;
}
.cid-vdMENPCeVO .mbr-section-title {
  color: #0f172a;
}
.cid-vdMENPCeVO .mbr-text,
.cid-vdMENPCeVO .text-wrapper {
  color: #475569;
}
.cid-vdMENPCeVO .mbr-text,
.cid-vdMENPCeVO .mbr-section-btn {
  color: #454545;
  text-align: center;
}
.cid-vef6qsBI5d {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vef6qsBI5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vef6qsBI5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vef6qsBI5d .content-wrap {
  margin: 0 -30px;
}
.cid-vef6qsBI5d .content-wrap .card {
  padding: 0 30px;
}
.cid-vef6qsBI5d .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vef6qsBI5d .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vef6qsBI5d .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vef6qsBI5d .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vef6qsBI5d .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vef6qsBI5d .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vef6qsBI5d .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-vef6qsBI5d .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vef6qsBI5d .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vef6qsBI5d .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vef6qsBI5d .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-vef6qsBI5d .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vef6qsBI5d .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-vef6qsBI5d .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vef6qsBI5d .mbr-label,
.cid-vef6qsBI5d .label-wrapper {
  color: #ffffff;
}
.cid-vef6qsBI5d .mbr-section-title {
  color: #ffffff;
}
.cid-vef6qsBI5d .mbr-text,
.cid-vef6qsBI5d .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-vef6qsBI5d .mbr-section-title,
.cid-vef6qsBI5d .mbr-section-btn {
  text-align: left;
}
.cid-vef6qsBI5d .product-container {
  margin-top: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vef6qsBI5d .product-image {
  max-height: 140%;
  max-width: 140%;
  object-fit: contain;
}
.cid-vef82ZHjbE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vef82ZHjbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vef82ZHjbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vef82ZHjbE .row {
  overflow-x: hidden;
  overflow-y: visible;
}
.cid-vef82ZHjbE .title-wrapper {
  margin-bottom: 40px;
}
.cid-vef82ZHjbE .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vef82ZHjbE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vef82ZHjbE .mbr-section-btn .btn {
  margin-top: 20px;
}
.cid-vef82ZHjbE .mbr-section-btn .btn::after,
.cid-vef82ZHjbE .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0f0f0f, #0f0f0f 150%);
}
.cid-vef82ZHjbE .mbr-section-btn .btn:hover,
.cid-vef82ZHjbE .mbr-section-btn .btn:focus {
  color: #121212 !important;
}
.cid-vef82ZHjbE .mbr-section-btn .btn:hover::after,
.cid-vef82ZHjbE .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #0f0f0f, #0f0f0f 150%);
  opacity: 1;
}
.cid-vef82ZHjbE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-vef82ZHjbE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vef82ZHjbE .embla__slide .slide-content {
  width: 100%;
}
.cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper .number-wrap {
  position: relative;
  z-index: 1;
}
.cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(-90deg, #0f0f0f, #0f0f0f);
  margin-bottom: 0;
  margin-right: 40px;
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 2px transparent;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
    margin-bottom: 20px;
    writing-mode: inherit;
    transform: none;
    background-image: linear-gradient(90deg, #0f0f0f, #0f0f0f);
  }
}
.cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vef82ZHjbE .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vef82ZHjbE .arrows-wrapper {
  position: absolute;
  top: -4rem;
  right: 0;
  border-radius: 3rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vef82ZHjbE .arrows-wrapper {
    top: 0;
  }
}
.cid-vef82ZHjbE .arrows-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  background-image: linear-gradient(90deg, #0f0f0f, #0f0f0f);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cid-vef82ZHjbE .embla__button--next,
.cid-vef82ZHjbE .embla__button--prev {
  display: flex;
}
.cid-vef82ZHjbE .embla__button {
  width: 48px;
  height: 48px;
  margin-top: 0;
  font-size: 16px;
  background-color: transparent !important;
  color: #353535 !important;
  border: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-vef82ZHjbE .embla__button {
    display: none;
  }
}
.cid-vef82ZHjbE .embla__button:hover {
  color: #0175ff !important;
}
.cid-vef82ZHjbE .embla {
  position: relative;
  width: 100%;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-vef82ZHjbE .embla {
    padding-top: 6rem;
  }
}
.cid-vef82ZHjbE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vef82ZHjbE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vef82ZHjbE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vef82ZHjbE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vef82ZHjbE .btn-wrapper {
  margin-top: -10%;
}
.cid-vef82ZHjbE .mbr-section-title {
  color: #ffffff;
}
.cid-vef82ZHjbE .mbr-tag {
  color: #adadad;
}
.cid-vef82ZHjbE .item-title {
  color: #ffffff;
}
.cid-vef82ZHjbE .item-text {
  color: #121212;
  text-align: justify;
}
.cid-vef82ZHjbE .mbr-section-title,
.cid-vef82ZHjbE .main-btn {
  color: #121212;
}
.cid-vef82ZHjbE .item-title,
.cid-vef82ZHjbE .item-btn {
  color: #121212;
}
.cid-vf1f3ZBeIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf1f3ZBeIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1f3ZBeIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1f3ZBeIb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf1f3ZBeIb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vf1f3ZBeIb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vf1f3ZBeIb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vf1f3ZBeIb .embla__slide .slide-content {
  width: 100%;
}
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vf1f3ZBeIb .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vf1f3ZBeIb .embla__button--next,
.cid-vf1f3ZBeIb .embla__button--prev {
  display: flex;
}
.cid-vf1f3ZBeIb .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vf1f3ZBeIb .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vf1f3ZBeIb .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vf1f3ZBeIb .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vf1f3ZBeIb .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vf1f3ZBeIb .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vf1f3ZBeIb .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vf1f3ZBeIb .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vf1f3ZBeIb .embla__viewport {
    padding: 0;
  }
}
.cid-vf1f3ZBeIb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vf1f3ZBeIb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vf1f3ZBeIb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vf1f3ZBeIb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vf1f3ZBeIb .mbr-section-title,
.cid-vf1f3ZBeIb .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vf1f3ZBeIb .card-title {
  color: #323432;
}
.cid-vf1f3ZBeIb .card-text {
  color: #323432;
  text-align: center;
}
.cid-vf1f3ZBeIb .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vf1f3ZBeIb .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vf1f3ZBeIb .product-image:hover {
  filter: grayscale(0%);
}
.cid-vf1f3ZBeIb .card-title,
.cid-vf1f3ZBeIb .mbr-section-btn {
  text-align: center;
}
.cid-vf1f3ZBeIb .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-veJ8DwH4ND {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-veJ8DwH4ND .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-velscj41ca {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velscj41ca::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velscj41ca::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velscj41ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-velscj41ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velscj41ca .content-wrap {
  margin: 0 -30px;
}
.cid-velscj41ca .content-wrap .card {
  padding: 0 30px;
}
.cid-velscj41ca .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velscj41ca .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velscj41ca .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velscj41ca .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-velscj41ca .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velscj41ca .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-velscj41ca .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-velscj41ca .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velscj41ca .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velscj41ca .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-velscj41ca .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-velscj41ca .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-velscj41ca .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-velscj41ca .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-velscj41ca .mbr-label,
.cid-velscj41ca .label-wrapper {
  color: #ffffff;
}
.cid-velscj41ca .mbr-section-title {
  color: #ffffff;
}
.cid-velscj41ca .mbr-text,
.cid-velscj41ca .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-velscj41ca .mbr-section-title,
.cid-velscj41ca .mbr-section-btn {
  text-align: left;
}
.cid-velscj41ca .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-velscj41ca .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-velscj41ca .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-velscjq0JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-velscjq0JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-velscjq0JH .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-velscjq0JH .image-wrap {
    height: 350px;
  }
}
.cid-velscjMlgn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-velscjMlgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-velscjMlgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velscjMlgn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-velscjMlgn .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-velscjMlgn .embla__slide .slide-content {
  width: 100%;
}
.cid-velscjMlgn .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-velscjMlgn .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-velscjMlgn .embla__button--next,
.cid-velscjMlgn .embla__button--prev {
  display: flex;
}
.cid-velscjMlgn .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-velscjMlgn .embla__button:hover {
  opacity: .5 !important;
}
.cid-velscjMlgn .embla__button:disabled {
  opacity: .3 !important;
}
.cid-velscjMlgn .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-velscjMlgn .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-velscjMlgn .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-velscjMlgn .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-velscjMlgn .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-velscjMlgn .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-velscjMlgn .embla__viewport {
    padding: 0;
  }
}
.cid-velscjMlgn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velscjMlgn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velscjMlgn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velscjMlgn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velsckffwH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velsckffwH::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velsckffwH::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velsckffwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-velsckffwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velsckffwH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velsckffwH .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velsckffwH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velsckffwH .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velsckffwH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velsckffwH .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velsckffwH .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velsckffwH .mbr-label,
.cid-velsckffwH .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velsckffwH .mbr-section-title {
  color: #ffffff;
}
.cid-velsckffwH .mbr-text,
.cid-velsckffwH .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-velsckffwH .mbr-section-title,
.cid-velsckffwH .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-velsckzpIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-velsckzpIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-velsckzpIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velsckzpIX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-velsckzpIX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-velsckzpIX .embla__slide .slide-content {
  width: 100%;
}
.cid-velsckzpIX .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-velsckzpIX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-velsckzpIX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-velsckzpIX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-velsckzpIX .embla__button--next,
.cid-velsckzpIX .embla__button--prev {
  display: flex;
}
.cid-velsckzpIX .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-velsckzpIX .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-velsckzpIX .embla__button:hover::before {
  opacity: .5;
}
.cid-velsckzpIX .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-velsckzpIX .embla__button:disabled::before {
  opacity: .2;
}
.cid-velsckzpIX .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-velsckzpIX .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-velsckzpIX .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-velsckzpIX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-velsckzpIX .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-velsckzpIX .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-velsckzpIX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-velsckzpIX .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-velsckzpIX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-velsckzpIX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velsckzpIX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velsckzpIX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velsckzpIX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velsckYAOr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velsckYAOr::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velsckYAOr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velsckYAOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-velsckYAOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velsckYAOr .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velsckYAOr .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velsckYAOr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velsckYAOr .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velsckYAOr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velsckYAOr .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velsckYAOr .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velsckYAOr .mbr-label,
.cid-velsckYAOr .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velsckYAOr .mbr-section-title {
  color: #ffffff;
}
.cid-velsckYAOr .mbr-text,
.cid-velsckYAOr .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-velsckYAOr .mbr-section-title,
.cid-velsckYAOr .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3jXsjLI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3jXsjLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3jXsjLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3jXsjLI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3jXsjLI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3jXsjLI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3jXsjLI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3jXsjLI .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3jXsjLI .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3jXsjLI .embla__button--next,
.cid-vfu3jXsjLI .embla__button--prev {
  display: flex;
}
.cid-vfu3jXsjLI .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3jXsjLI .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3jXsjLI .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3jXsjLI .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3jXsjLI .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3jXsjLI .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3jXsjLI .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3jXsjLI .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3jXsjLI .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3jXsjLI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3jXsjLI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3jXsjLI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3jXsjLI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3jXsjLI .mbr-section-title,
.cid-vfu3jXsjLI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3jXsjLI .card-title {
  color: #323432;
}
.cid-vfu3jXsjLI .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3jXsjLI .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3jXsjLI .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3jXsjLI .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3jXsjLI .card-title,
.cid-vfu3jXsjLI .mbr-section-btn {
  text-align: center;
}
.cid-vfu3jXsjLI .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-velnvabF4J {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velnvabF4J::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velnvabF4J::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velnvabF4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-velnvabF4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velnvabF4J .content-wrap {
  margin: 0 -30px;
}
.cid-velnvabF4J .content-wrap .card {
  padding: 0 30px;
}
.cid-velnvabF4J .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velnvabF4J .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velnvabF4J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velnvabF4J .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-velnvabF4J .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velnvabF4J .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-velnvabF4J .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-velnvabF4J .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velnvabF4J .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velnvabF4J .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-velnvabF4J .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-velnvabF4J .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-velnvabF4J .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-velnvabF4J .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-velnvabF4J .mbr-label,
.cid-velnvabF4J .label-wrapper {
  color: #ffffff;
}
.cid-velnvabF4J .mbr-section-title {
  color: #ffffff;
}
.cid-velnvabF4J .mbr-text,
.cid-velnvabF4J .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-velnvabF4J .mbr-section-title,
.cid-velnvabF4J .mbr-section-btn {
  text-align: left;
}
.cid-velnvabF4J .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-velnvabF4J .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-velnvabF4J .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-velnvavbSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-velnvavbSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-velnvavbSM .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-velnvavbSM .image-wrap {
    height: 350px;
  }
}
.cid-velnvaP3QR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-velnvaP3QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-velnvaP3QR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velnvaP3QR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-velnvaP3QR .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-velnvaP3QR .embla__slide .slide-content {
  width: 100%;
}
.cid-velnvaP3QR .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-velnvaP3QR .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-velnvaP3QR .embla__button--next,
.cid-velnvaP3QR .embla__button--prev {
  display: flex;
}
.cid-velnvaP3QR .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-velnvaP3QR .embla__button:hover {
  opacity: .5 !important;
}
.cid-velnvaP3QR .embla__button:disabled {
  opacity: .3 !important;
}
.cid-velnvaP3QR .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-velnvaP3QR .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-velnvaP3QR .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-velnvaP3QR .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-velnvaP3QR .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-velnvaP3QR .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-velnvaP3QR .embla__viewport {
    padding: 0;
  }
}
.cid-velnvaP3QR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velnvaP3QR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velnvaP3QR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velnvaP3QR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velnvbhags {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velnvbhags::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velnvbhags::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velnvbhags .mbr-fallback-image.disabled {
  display: none;
}
.cid-velnvbhags .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velnvbhags .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velnvbhags .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velnvbhags .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velnvbhags .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velnvbhags .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velnvbhags .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velnvbhags .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velnvbhags .mbr-label,
.cid-velnvbhags .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velnvbhags .mbr-section-title {
  color: #ffffff;
}
.cid-velnvbhags .mbr-text,
.cid-velnvbhags .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-velnvbhags .mbr-section-title,
.cid-velnvbhags .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-velnvbzLRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-velnvbzLRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-velnvbzLRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velnvbzLRg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-velnvbzLRg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-velnvbzLRg .embla__slide .slide-content {
  width: 100%;
}
.cid-velnvbzLRg .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-velnvbzLRg .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-velnvbzLRg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-velnvbzLRg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-velnvbzLRg .embla__button--next,
.cid-velnvbzLRg .embla__button--prev {
  display: flex;
}
.cid-velnvbzLRg .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-velnvbzLRg .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-velnvbzLRg .embla__button:hover::before {
  opacity: .5;
}
.cid-velnvbzLRg .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-velnvbzLRg .embla__button:disabled::before {
  opacity: .2;
}
.cid-velnvbzLRg .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-velnvbzLRg .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-velnvbzLRg .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-velnvbzLRg .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-velnvbzLRg .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-velnvbzLRg .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-velnvbzLRg .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-velnvbzLRg .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-velnvbzLRg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-velnvbzLRg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velnvbzLRg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velnvbzLRg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velnvbzLRg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velnvc1rkc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velnvc1rkc::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velnvc1rkc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velnvc1rkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-velnvc1rkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velnvc1rkc .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velnvc1rkc .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velnvc1rkc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velnvc1rkc .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velnvc1rkc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velnvc1rkc .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velnvc1rkc .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velnvc1rkc .mbr-label,
.cid-velnvc1rkc .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velnvc1rkc .mbr-section-title {
  color: #ffffff;
}
.cid-velnvc1rkc .mbr-text,
.cid-velnvc1rkc .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-velnvc1rkc .mbr-section-title,
.cid-velnvc1rkc .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3p5iqar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3p5iqar .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3p5iqar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3p5iqar .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3p5iqar .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3p5iqar .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3p5iqar .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3p5iqar .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3p5iqar .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3p5iqar .embla__button--next,
.cid-vfu3p5iqar .embla__button--prev {
  display: flex;
}
.cid-vfu3p5iqar .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3p5iqar .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3p5iqar .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3p5iqar .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3p5iqar .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3p5iqar .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3p5iqar .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3p5iqar .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3p5iqar .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3p5iqar .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3p5iqar .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3p5iqar .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3p5iqar .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3p5iqar .mbr-section-title,
.cid-vfu3p5iqar .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3p5iqar .card-title {
  color: #323432;
}
.cid-vfu3p5iqar .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3p5iqar .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3p5iqar .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3p5iqar .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3p5iqar .card-title,
.cid-vfu3p5iqar .mbr-section-btn {
  text-align: center;
}
.cid-vfu3p5iqar .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-vekVzh66S9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekVzh66S9::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekVzh66S9::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekVzh66S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekVzh66S9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekVzh66S9 .content-wrap {
  margin: 0 -30px;
}
.cid-vekVzh66S9 .content-wrap .card {
  padding: 0 30px;
}
.cid-vekVzh66S9 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekVzh66S9 .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekVzh66S9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekVzh66S9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vekVzh66S9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekVzh66S9 .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vekVzh66S9 .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-vekVzh66S9 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekVzh66S9 .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekVzh66S9 .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vekVzh66S9 .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-vekVzh66S9 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vekVzh66S9 .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-vekVzh66S9 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vekVzh66S9 .mbr-label,
.cid-vekVzh66S9 .label-wrapper {
  color: #ffffff;
}
.cid-vekVzh66S9 .mbr-section-title {
  color: #ffffff;
}
.cid-vekVzh66S9 .mbr-text,
.cid-vekVzh66S9 .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-vekVzh66S9 .mbr-section-title,
.cid-vekVzh66S9 .mbr-section-btn {
  text-align: left;
}
.cid-vekVzh66S9 .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vekVzh66S9 .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-vekVzh66S9 .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vekVzhZakV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekVzhZakV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-vekVzhZakV .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vekVzhZakV .image-wrap {
    height: 350px;
  }
}
.cid-vekVzimpta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vekVzimpta .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekVzimpta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekVzimpta .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vekVzimpta .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vekVzimpta .embla__slide .slide-content {
  width: 100%;
}
.cid-vekVzimpta .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vekVzimpta .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-vekVzimpta .embla__button--next,
.cid-vekVzimpta .embla__button--prev {
  display: flex;
}
.cid-vekVzimpta .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vekVzimpta .embla__button:hover {
  opacity: .5 !important;
}
.cid-vekVzimpta .embla__button:disabled {
  opacity: .3 !important;
}
.cid-vekVzimpta .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vekVzimpta .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekVzimpta .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vekVzimpta .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekVzimpta .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vekVzimpta .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vekVzimpta .embla__viewport {
    padding: 0;
  }
}
.cid-vekVzimpta .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekVzimpta .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekVzimpta .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekVzimpta .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekVziTqsW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekVziTqsW::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekVziTqsW::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekVziTqsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekVziTqsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekVziTqsW .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekVziTqsW .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekVziTqsW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekVziTqsW .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekVziTqsW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekVziTqsW .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekVziTqsW .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekVziTqsW .mbr-label,
.cid-vekVziTqsW .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekVziTqsW .mbr-section-title {
  color: #ffffff;
}
.cid-vekVziTqsW .mbr-text,
.cid-vekVziTqsW .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekVziTqsW .mbr-section-title,
.cid-vekVziTqsW .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vekVzjiTWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vekVzjiTWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekVzjiTWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekVzjiTWV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vekVzjiTWV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vekVzjiTWV .embla__slide .slide-content {
  width: 100%;
}
.cid-vekVzjiTWV .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vekVzjiTWV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vekVzjiTWV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vekVzjiTWV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vekVzjiTWV .embla__button--next,
.cid-vekVzjiTWV .embla__button--prev {
  display: flex;
}
.cid-vekVzjiTWV .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vekVzjiTWV .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vekVzjiTWV .embla__button:hover::before {
  opacity: .5;
}
.cid-vekVzjiTWV .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vekVzjiTWV .embla__button:disabled::before {
  opacity: .2;
}
.cid-vekVzjiTWV .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vekVzjiTWV .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vekVzjiTWV .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vekVzjiTWV .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekVzjiTWV .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vekVzjiTWV .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vekVzjiTWV .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekVzjiTWV .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vekVzjiTWV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vekVzjiTWV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekVzjiTWV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekVzjiTWV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekVzjiTWV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekVzjRYSv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekVzjRYSv::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekVzjRYSv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekVzjRYSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekVzjRYSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekVzjRYSv .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekVzjRYSv .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekVzjRYSv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekVzjRYSv .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekVzjRYSv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekVzjRYSv .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekVzjRYSv .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekVzjRYSv .mbr-label,
.cid-vekVzjRYSv .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekVzjRYSv .mbr-section-title {
  color: #ffffff;
}
.cid-vekVzjRYSv .mbr-text,
.cid-vekVzjRYSv .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekVzjRYSv .mbr-section-title,
.cid-vekVzjRYSv .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3wMiYVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3wMiYVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3wMiYVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3wMiYVY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3wMiYVY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3wMiYVY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3wMiYVY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3wMiYVY .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3wMiYVY .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3wMiYVY .embla__button--next,
.cid-vfu3wMiYVY .embla__button--prev {
  display: flex;
}
.cid-vfu3wMiYVY .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3wMiYVY .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3wMiYVY .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3wMiYVY .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3wMiYVY .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3wMiYVY .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3wMiYVY .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3wMiYVY .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3wMiYVY .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3wMiYVY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3wMiYVY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3wMiYVY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3wMiYVY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3wMiYVY .mbr-section-title,
.cid-vfu3wMiYVY .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3wMiYVY .card-title {
  color: #323432;
}
.cid-vfu3wMiYVY .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3wMiYVY .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3wMiYVY .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3wMiYVY .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3wMiYVY .card-title,
.cid-vfu3wMiYVY .mbr-section-btn {
  text-align: center;
}
.cid-vfu3wMiYVY .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veeo7clcs7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeo7clcs7::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeo7clcs7::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeo7clcs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeo7clcs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeo7clcs7 .content-wrap {
  margin: 0 -30px;
}
.cid-veeo7clcs7 .content-wrap .card {
  padding: 0 30px;
}
.cid-veeo7clcs7 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeo7clcs7 .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeo7clcs7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeo7clcs7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veeo7clcs7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeo7clcs7 .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veeo7clcs7 .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veeo7clcs7 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeo7clcs7 .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeo7clcs7 .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veeo7clcs7 .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veeo7clcs7 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veeo7clcs7 .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veeo7clcs7 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veeo7clcs7 .mbr-label,
.cid-veeo7clcs7 .label-wrapper {
  color: #ffffff;
}
.cid-veeo7clcs7 .mbr-section-title {
  color: #ffffff;
}
.cid-veeo7clcs7 .mbr-text,
.cid-veeo7clcs7 .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veeo7clcs7 .mbr-section-title,
.cid-veeo7clcs7 .mbr-section-btn {
  text-align: left;
}
.cid-veeo7clcs7 .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veeo7clcs7 .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veeo7clcs7 .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veeo7cKLVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeo7cKLVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veeo7cKLVf .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veeo7cKLVf .image-wrap {
    height: 350px;
  }
}
.cid-veeo7d8tkp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veeo7d8tkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeo7d8tkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeo7d8tkp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veeo7d8tkp .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veeo7d8tkp .embla__slide .slide-content {
  width: 100%;
}
.cid-veeo7d8tkp .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veeo7d8tkp .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veeo7d8tkp .embla__button--next,
.cid-veeo7d8tkp .embla__button--prev {
  display: flex;
}
.cid-veeo7d8tkp .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veeo7d8tkp .embla__button:hover {
  opacity: .5 !important;
}
.cid-veeo7d8tkp .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veeo7d8tkp .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veeo7d8tkp .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veeo7d8tkp .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veeo7d8tkp .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veeo7d8tkp .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veeo7d8tkp .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veeo7d8tkp .embla__viewport {
    padding: 0;
  }
}
.cid-veeo7d8tkp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veeo7d8tkp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veeo7d8tkp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veeo7d8tkp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veeo7dHVO6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeo7dHVO6::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeo7dHVO6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeo7dHVO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeo7dHVO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeo7dHVO6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeo7dHVO6 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeo7dHVO6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeo7dHVO6 .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veeo7dHVO6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeo7dHVO6 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeo7dHVO6 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeo7dHVO6 .mbr-label,
.cid-veeo7dHVO6 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veeo7dHVO6 .mbr-section-title {
  color: #ffffff;
}
.cid-veeo7dHVO6 .mbr-text,
.cid-veeo7dHVO6 .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veeo7dHVO6 .mbr-section-title,
.cid-veeo7dHVO6 .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veeo7e4UQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veeo7e4UQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeo7e4UQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeo7e4UQ9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veeo7e4UQ9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veeo7e4UQ9 .embla__slide .slide-content {
  width: 100%;
}
.cid-veeo7e4UQ9 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veeo7e4UQ9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veeo7e4UQ9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veeo7e4UQ9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veeo7e4UQ9 .embla__button--next,
.cid-veeo7e4UQ9 .embla__button--prev {
  display: flex;
}
.cid-veeo7e4UQ9 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veeo7e4UQ9 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veeo7e4UQ9 .embla__button:hover::before {
  opacity: .5;
}
.cid-veeo7e4UQ9 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veeo7e4UQ9 .embla__button:disabled::before {
  opacity: .2;
}
.cid-veeo7e4UQ9 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veeo7e4UQ9 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veeo7e4UQ9 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veeo7e4UQ9 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veeo7e4UQ9 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veeo7e4UQ9 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veeo7e4UQ9 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veeo7e4UQ9 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veeo7e4UQ9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veeo7e4UQ9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veeo7e4UQ9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veeo7e4UQ9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veeo7e4UQ9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veeo7ezqCJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeo7ezqCJ::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeo7ezqCJ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeo7ezqCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeo7ezqCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeo7ezqCJ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeo7ezqCJ .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeo7ezqCJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeo7ezqCJ .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veeo7ezqCJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeo7ezqCJ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeo7ezqCJ .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeo7ezqCJ .mbr-label,
.cid-veeo7ezqCJ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veeo7ezqCJ .mbr-section-title {
  color: #ffffff;
}
.cid-veeo7ezqCJ .mbr-text,
.cid-veeo7ezqCJ .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veeo7ezqCJ .mbr-section-title,
.cid-veeo7ezqCJ .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3yXdJ24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3yXdJ24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3yXdJ24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3yXdJ24 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3yXdJ24 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3yXdJ24 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3yXdJ24 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3yXdJ24 .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3yXdJ24 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3yXdJ24 .embla__button--next,
.cid-vfu3yXdJ24 .embla__button--prev {
  display: flex;
}
.cid-vfu3yXdJ24 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3yXdJ24 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3yXdJ24 .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3yXdJ24 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3yXdJ24 .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3yXdJ24 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3yXdJ24 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3yXdJ24 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3yXdJ24 .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3yXdJ24 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3yXdJ24 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3yXdJ24 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3yXdJ24 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3yXdJ24 .mbr-section-title,
.cid-vfu3yXdJ24 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3yXdJ24 .card-title {
  color: #323432;
}
.cid-vfu3yXdJ24 .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3yXdJ24 .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3yXdJ24 .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3yXdJ24 .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3yXdJ24 .card-title,
.cid-vfu3yXdJ24 .mbr-section-btn {
  text-align: center;
}
.cid-vfu3yXdJ24 .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veem2oUb3s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veem2oUb3s::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veem2oUb3s::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veem2oUb3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-veem2oUb3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veem2oUb3s .content-wrap {
  margin: 0 -30px;
}
.cid-veem2oUb3s .content-wrap .card {
  padding: 0 30px;
}
.cid-veem2oUb3s .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veem2oUb3s .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veem2oUb3s .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veem2oUb3s .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veem2oUb3s .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veem2oUb3s .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veem2oUb3s .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veem2oUb3s .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veem2oUb3s .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veem2oUb3s .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veem2oUb3s .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veem2oUb3s .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veem2oUb3s .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veem2oUb3s .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veem2oUb3s .mbr-label,
.cid-veem2oUb3s .label-wrapper {
  color: #ffffff;
}
.cid-veem2oUb3s .mbr-section-title {
  color: #ffffff;
}
.cid-veem2oUb3s .mbr-text,
.cid-veem2oUb3s .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veem2oUb3s .mbr-section-title,
.cid-veem2oUb3s .mbr-section-btn {
  text-align: left;
}
.cid-veem2oUb3s .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veem2oUb3s .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veem2oUb3s .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vfucIxis7S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfucIxis7S .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-vfucIxis7S .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-vfucIxis7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfucIxis7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veem2pefNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veem2pefNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veem2pefNX .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veem2pefNX .image-wrap {
    height: 350px;
  }
}
.cid-veem2pBC1b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veem2pBC1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-veem2pBC1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veem2pBC1b .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veem2pBC1b .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veem2pBC1b .embla__slide .slide-content {
  width: 100%;
}
.cid-veem2pBC1b .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veem2pBC1b .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veem2pBC1b .embla__button--next,
.cid-veem2pBC1b .embla__button--prev {
  display: flex;
}
.cid-veem2pBC1b .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veem2pBC1b .embla__button:hover {
  opacity: .5 !important;
}
.cid-veem2pBC1b .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veem2pBC1b .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veem2pBC1b .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veem2pBC1b .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veem2pBC1b .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veem2pBC1b .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veem2pBC1b .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veem2pBC1b .embla__viewport {
    padding: 0;
  }
}
.cid-veem2pBC1b .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veem2pBC1b .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veem2pBC1b .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veem2pBC1b .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veem2q6cGS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veem2q6cGS::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veem2q6cGS::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veem2q6cGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veem2q6cGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veem2q6cGS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veem2q6cGS .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veem2q6cGS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veem2q6cGS .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veem2q6cGS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veem2q6cGS .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veem2q6cGS .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veem2q6cGS .mbr-label,
.cid-veem2q6cGS .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veem2q6cGS .mbr-section-title {
  color: #ffffff;
}
.cid-veem2q6cGS .mbr-text,
.cid-veem2q6cGS .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veem2q6cGS .mbr-section-title,
.cid-veem2q6cGS .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veem2qutFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veem2qutFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veem2qutFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veem2qutFE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veem2qutFE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veem2qutFE .embla__slide .slide-content {
  width: 100%;
}
.cid-veem2qutFE .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veem2qutFE .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veem2qutFE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veem2qutFE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veem2qutFE .embla__button--next,
.cid-veem2qutFE .embla__button--prev {
  display: flex;
}
.cid-veem2qutFE .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veem2qutFE .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veem2qutFE .embla__button:hover::before {
  opacity: .5;
}
.cid-veem2qutFE .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veem2qutFE .embla__button:disabled::before {
  opacity: .2;
}
.cid-veem2qutFE .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veem2qutFE .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veem2qutFE .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veem2qutFE .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veem2qutFE .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veem2qutFE .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veem2qutFE .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veem2qutFE .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veem2qutFE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veem2qutFE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veem2qutFE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veem2qutFE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veem2qutFE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veem2qWLsC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veem2qWLsC::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veem2qWLsC::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veem2qWLsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veem2qWLsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veem2qWLsC .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veem2qWLsC .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veem2qWLsC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veem2qWLsC .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veem2qWLsC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veem2qWLsC .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veem2qWLsC .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veem2qWLsC .mbr-label,
.cid-veem2qWLsC .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veem2qWLsC .mbr-section-title {
  color: #ffffff;
}
.cid-veem2qWLsC .mbr-text,
.cid-veem2qWLsC .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veem2qWLsC .mbr-section-title,
.cid-veem2qWLsC .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3BfqerI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3BfqerI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3BfqerI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3BfqerI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3BfqerI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3BfqerI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3BfqerI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3BfqerI .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3BfqerI .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3BfqerI .embla__button--next,
.cid-vfu3BfqerI .embla__button--prev {
  display: flex;
}
.cid-vfu3BfqerI .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3BfqerI .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3BfqerI .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3BfqerI .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3BfqerI .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3BfqerI .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3BfqerI .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3BfqerI .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3BfqerI .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3BfqerI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3BfqerI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3BfqerI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3BfqerI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3BfqerI .mbr-section-title,
.cid-vfu3BfqerI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3BfqerI .card-title {
  color: #323432;
}
.cid-vfu3BfqerI .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3BfqerI .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3BfqerI .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3BfqerI .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3BfqerI .card-title,
.cid-vfu3BfqerI .mbr-section-btn {
  text-align: center;
}
.cid-vfu3BfqerI .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veekBn4BqD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veekBn4BqD::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veekBn4BqD::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veekBn4BqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veekBn4BqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veekBn4BqD .content-wrap {
  margin: 0 -30px;
}
.cid-veekBn4BqD .content-wrap .card {
  padding: 0 30px;
}
.cid-veekBn4BqD .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veekBn4BqD .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veekBn4BqD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veekBn4BqD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veekBn4BqD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veekBn4BqD .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veekBn4BqD .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veekBn4BqD .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veekBn4BqD .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veekBn4BqD .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veekBn4BqD .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veekBn4BqD .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veekBn4BqD .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veekBn4BqD .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veekBn4BqD .mbr-label,
.cid-veekBn4BqD .label-wrapper {
  color: #ffffff;
}
.cid-veekBn4BqD .mbr-section-title {
  color: #ffffff;
}
.cid-veekBn4BqD .mbr-text,
.cid-veekBn4BqD .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veekBn4BqD .mbr-section-title,
.cid-veekBn4BqD .mbr-section-btn {
  text-align: left;
}
.cid-veekBn4BqD .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veekBn4BqD .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veekBn4BqD .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veekBnsSLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veekBnsSLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veekBnsSLn .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veekBnsSLn .image-wrap {
    height: 350px;
  }
}
.cid-veekBnQgGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veekBnQgGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veekBnQgGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veekBnQgGd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veekBnQgGd .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veekBnQgGd .embla__slide .slide-content {
  width: 100%;
}
.cid-veekBnQgGd .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veekBnQgGd .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veekBnQgGd .embla__button--next,
.cid-veekBnQgGd .embla__button--prev {
  display: flex;
}
.cid-veekBnQgGd .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veekBnQgGd .embla__button:hover {
  opacity: .5 !important;
}
.cid-veekBnQgGd .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veekBnQgGd .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veekBnQgGd .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veekBnQgGd .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veekBnQgGd .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veekBnQgGd .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veekBnQgGd .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veekBnQgGd .embla__viewport {
    padding: 0;
  }
}
.cid-veekBnQgGd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veekBnQgGd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veekBnQgGd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veekBnQgGd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veekBolK1f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veekBolK1f::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veekBolK1f::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veekBolK1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-veekBolK1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veekBolK1f .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veekBolK1f .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veekBolK1f .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veekBolK1f .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veekBolK1f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veekBolK1f .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veekBolK1f .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veekBolK1f .mbr-label,
.cid-veekBolK1f .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veekBolK1f .mbr-section-title {
  color: #ffffff;
}
.cid-veekBolK1f .mbr-text,
.cid-veekBolK1f .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veekBolK1f .mbr-section-title,
.cid-veekBolK1f .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veekBoIkL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veekBoIkL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veekBoIkL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veekBoIkL1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veekBoIkL1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veekBoIkL1 .embla__slide .slide-content {
  width: 100%;
}
.cid-veekBoIkL1 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veekBoIkL1 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veekBoIkL1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veekBoIkL1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veekBoIkL1 .embla__button--next,
.cid-veekBoIkL1 .embla__button--prev {
  display: flex;
}
.cid-veekBoIkL1 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veekBoIkL1 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veekBoIkL1 .embla__button:hover::before {
  opacity: .5;
}
.cid-veekBoIkL1 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veekBoIkL1 .embla__button:disabled::before {
  opacity: .2;
}
.cid-veekBoIkL1 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veekBoIkL1 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veekBoIkL1 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veekBoIkL1 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veekBoIkL1 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veekBoIkL1 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veekBoIkL1 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veekBoIkL1 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veekBoIkL1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veekBoIkL1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veekBoIkL1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veekBoIkL1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veekBoIkL1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veekBpdS1g {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veekBpdS1g::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veekBpdS1g::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veekBpdS1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-veekBpdS1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veekBpdS1g .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veekBpdS1g .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veekBpdS1g .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veekBpdS1g .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veekBpdS1g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veekBpdS1g .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veekBpdS1g .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veekBpdS1g .mbr-label,
.cid-veekBpdS1g .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veekBpdS1g .mbr-section-title {
  color: #ffffff;
}
.cid-veekBpdS1g .mbr-text,
.cid-veekBpdS1g .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veekBpdS1g .mbr-section-title,
.cid-veekBpdS1g .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3GtBoLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3GtBoLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3GtBoLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3GtBoLF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3GtBoLF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3GtBoLF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3GtBoLF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3GtBoLF .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3GtBoLF .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3GtBoLF .embla__button--next,
.cid-vfu3GtBoLF .embla__button--prev {
  display: flex;
}
.cid-vfu3GtBoLF .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3GtBoLF .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3GtBoLF .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3GtBoLF .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3GtBoLF .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3GtBoLF .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3GtBoLF .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3GtBoLF .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3GtBoLF .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3GtBoLF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3GtBoLF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3GtBoLF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3GtBoLF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3GtBoLF .mbr-section-title,
.cid-vfu3GtBoLF .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3GtBoLF .card-title {
  color: #323432;
}
.cid-vfu3GtBoLF .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3GtBoLF .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3GtBoLF .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3GtBoLF .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3GtBoLF .card-title,
.cid-vfu3GtBoLF .mbr-section-btn {
  text-align: center;
}
.cid-vfu3GtBoLF .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veeiJhvIOk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeiJhvIOk::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeiJhvIOk::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeiJhvIOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeiJhvIOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeiJhvIOk .content-wrap {
  margin: 0 -30px;
}
.cid-veeiJhvIOk .content-wrap .card {
  padding: 0 30px;
}
.cid-veeiJhvIOk .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeiJhvIOk .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeiJhvIOk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeiJhvIOk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veeiJhvIOk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeiJhvIOk .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veeiJhvIOk .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veeiJhvIOk .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeiJhvIOk .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeiJhvIOk .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veeiJhvIOk .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veeiJhvIOk .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veeiJhvIOk .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veeiJhvIOk .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veeiJhvIOk .mbr-label,
.cid-veeiJhvIOk .label-wrapper {
  color: #ffffff;
}
.cid-veeiJhvIOk .mbr-section-title {
  color: #ffffff;
}
.cid-veeiJhvIOk .mbr-text,
.cid-veeiJhvIOk .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veeiJhvIOk .mbr-section-title,
.cid-veeiJhvIOk .mbr-section-btn {
  text-align: left;
}
.cid-veeiJhvIOk .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veeiJhvIOk .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veeiJhvIOk .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vfuczdMVVw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuczdMVVw .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-vfuczdMVVw .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-vfuczdMVVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuczdMVVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeiJhOWmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeiJhOWmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veeiJhOWmW .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veeiJhOWmW .image-wrap {
    height: 350px;
  }
}
.cid-veeiJicFLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veeiJicFLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeiJicFLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeiJicFLu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veeiJicFLu .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veeiJicFLu .embla__slide .slide-content {
  width: 100%;
}
.cid-veeiJicFLu .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veeiJicFLu .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veeiJicFLu .embla__button--next,
.cid-veeiJicFLu .embla__button--prev {
  display: flex;
}
.cid-veeiJicFLu .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veeiJicFLu .embla__button:hover {
  opacity: .5 !important;
}
.cid-veeiJicFLu .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veeiJicFLu .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veeiJicFLu .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veeiJicFLu .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veeiJicFLu .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veeiJicFLu .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veeiJicFLu .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veeiJicFLu .embla__viewport {
    padding: 0;
  }
}
.cid-veeiJicFLu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veeiJicFLu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veeiJicFLu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veeiJicFLu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veeiJiIF1S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeiJiIF1S::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeiJiIF1S::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeiJiIF1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeiJiIF1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeiJiIF1S .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeiJiIF1S .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeiJiIF1S .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeiJiIF1S .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veeiJiIF1S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeiJiIF1S .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeiJiIF1S .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeiJiIF1S .mbr-label,
.cid-veeiJiIF1S .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veeiJiIF1S .mbr-section-title {
  color: #ffffff;
}
.cid-veeiJiIF1S .mbr-text,
.cid-veeiJiIF1S .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veeiJiIF1S .mbr-section-title,
.cid-veeiJiIF1S .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veeiJj2WTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veeiJj2WTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeiJj2WTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeiJj2WTN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veeiJj2WTN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veeiJj2WTN .embla__slide .slide-content {
  width: 100%;
}
.cid-veeiJj2WTN .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veeiJj2WTN .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veeiJj2WTN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veeiJj2WTN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veeiJj2WTN .embla__button--next,
.cid-veeiJj2WTN .embla__button--prev {
  display: flex;
}
.cid-veeiJj2WTN .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veeiJj2WTN .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veeiJj2WTN .embla__button:hover::before {
  opacity: .5;
}
.cid-veeiJj2WTN .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veeiJj2WTN .embla__button:disabled::before {
  opacity: .2;
}
.cid-veeiJj2WTN .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veeiJj2WTN .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veeiJj2WTN .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veeiJj2WTN .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veeiJj2WTN .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veeiJj2WTN .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veeiJj2WTN .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veeiJj2WTN .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veeiJj2WTN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veeiJj2WTN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veeiJj2WTN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veeiJj2WTN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veeiJj2WTN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veeiJjv5s3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeiJjv5s3::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeiJjv5s3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeiJjv5s3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeiJjv5s3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeiJjv5s3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeiJjv5s3 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeiJjv5s3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeiJjv5s3 .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veeiJjv5s3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeiJjv5s3 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeiJjv5s3 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeiJjv5s3 .mbr-label,
.cid-veeiJjv5s3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veeiJjv5s3 .mbr-section-title {
  color: #ffffff;
}
.cid-veeiJjv5s3 .mbr-text,
.cid-veeiJjv5s3 .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veeiJjv5s3 .mbr-section-title,
.cid-veeiJjv5s3 .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3JU4L11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3JU4L11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3JU4L11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3JU4L11 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3JU4L11 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3JU4L11 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3JU4L11 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3JU4L11 .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3JU4L11 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3JU4L11 .embla__button--next,
.cid-vfu3JU4L11 .embla__button--prev {
  display: flex;
}
.cid-vfu3JU4L11 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3JU4L11 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3JU4L11 .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3JU4L11 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3JU4L11 .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3JU4L11 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3JU4L11 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3JU4L11 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3JU4L11 .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3JU4L11 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3JU4L11 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3JU4L11 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3JU4L11 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3JU4L11 .mbr-section-title,
.cid-vfu3JU4L11 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3JU4L11 .card-title {
  color: #323432;
}
.cid-vfu3JU4L11 .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3JU4L11 .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3JU4L11 .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3JU4L11 .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3JU4L11 .card-title,
.cid-vfu3JU4L11 .mbr-section-btn {
  text-align: center;
}
.cid-vfu3JU4L11 .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veegebr5lW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veegebr5lW::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veegebr5lW::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veegebr5lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veegebr5lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veegebr5lW .content-wrap {
  margin: 0 -30px;
}
.cid-veegebr5lW .content-wrap .card {
  padding: 0 30px;
}
.cid-veegebr5lW .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veegebr5lW .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veegebr5lW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veegebr5lW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veegebr5lW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veegebr5lW .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veegebr5lW .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veegebr5lW .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veegebr5lW .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veegebr5lW .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veegebr5lW .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veegebr5lW .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veegebr5lW .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veegebr5lW .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veegebr5lW .mbr-label,
.cid-veegebr5lW .label-wrapper {
  color: #ffffff;
}
.cid-veegebr5lW .mbr-section-title {
  color: #ffffff;
}
.cid-veegebr5lW .mbr-text,
.cid-veegebr5lW .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veegebr5lW .mbr-section-title,
.cid-veegebr5lW .mbr-section-btn {
  text-align: left;
}
.cid-veegebr5lW .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veegebr5lW .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veegebr5lW .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veegebNnzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veegebNnzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veegebNnzO .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veegebNnzO .image-wrap {
    height: 350px;
  }
}
.cid-veegecd4ao {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veegecd4ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-veegecd4ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veegecd4ao .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veegecd4ao .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veegecd4ao .embla__slide .slide-content {
  width: 100%;
}
.cid-veegecd4ao .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veegecd4ao .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veegecd4ao .embla__button--next,
.cid-veegecd4ao .embla__button--prev {
  display: flex;
}
.cid-veegecd4ao .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veegecd4ao .embla__button:hover {
  opacity: .5 !important;
}
.cid-veegecd4ao .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veegecd4ao .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veegecd4ao .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veegecd4ao .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veegecd4ao .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veegecd4ao .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veegecd4ao .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veegecd4ao .embla__viewport {
    padding: 0;
  }
}
.cid-veegecd4ao .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veegecd4ao .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veegecd4ao .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veegecd4ao .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veegecHekF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veegecHekF::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veegecHekF::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veegecHekF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veegecHekF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veegecHekF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veegecHekF .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veegecHekF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veegecHekF .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veegecHekF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veegecHekF .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veegecHekF .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veegecHekF .mbr-label,
.cid-veegecHekF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veegecHekF .mbr-section-title {
  color: #ffffff;
}
.cid-veegecHekF .mbr-text,
.cid-veegecHekF .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veegecHekF .mbr-section-title,
.cid-veegecHekF .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veeged3OYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veeged3OYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeged3OYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeged3OYc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veeged3OYc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veeged3OYc .embla__slide .slide-content {
  width: 100%;
}
.cid-veeged3OYc .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veeged3OYc .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veeged3OYc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veeged3OYc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veeged3OYc .embla__button--next,
.cid-veeged3OYc .embla__button--prev {
  display: flex;
}
.cid-veeged3OYc .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veeged3OYc .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veeged3OYc .embla__button:hover::before {
  opacity: .5;
}
.cid-veeged3OYc .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veeged3OYc .embla__button:disabled::before {
  opacity: .2;
}
.cid-veeged3OYc .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veeged3OYc .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veeged3OYc .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veeged3OYc .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veeged3OYc .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veeged3OYc .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veeged3OYc .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veeged3OYc .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veeged3OYc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veeged3OYc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veeged3OYc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veeged3OYc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veeged3OYc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veegedAbEU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veegedAbEU::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veegedAbEU::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veegedAbEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veegedAbEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veegedAbEU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veegedAbEU .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veegedAbEU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veegedAbEU .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veegedAbEU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veegedAbEU .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veegedAbEU .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veegedAbEU .mbr-label,
.cid-veegedAbEU .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veegedAbEU .mbr-section-title {
  color: #ffffff;
}
.cid-veegedAbEU .mbr-text,
.cid-veegedAbEU .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veegedAbEU .mbr-section-title,
.cid-veegedAbEU .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3NdiWmk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3NdiWmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3NdiWmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3NdiWmk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3NdiWmk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3NdiWmk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3NdiWmk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3NdiWmk .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3NdiWmk .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3NdiWmk .embla__button--next,
.cid-vfu3NdiWmk .embla__button--prev {
  display: flex;
}
.cid-vfu3NdiWmk .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3NdiWmk .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3NdiWmk .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3NdiWmk .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3NdiWmk .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3NdiWmk .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3NdiWmk .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3NdiWmk .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3NdiWmk .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3NdiWmk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3NdiWmk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3NdiWmk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3NdiWmk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3NdiWmk .mbr-section-title,
.cid-vfu3NdiWmk .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3NdiWmk .card-title {
  color: #323432;
}
.cid-vfu3NdiWmk .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3NdiWmk .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3NdiWmk .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3NdiWmk .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3NdiWmk .card-title,
.cid-vfu3NdiWmk .mbr-section-btn {
  text-align: center;
}
.cid-vfu3NdiWmk .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veeehnXXoo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeehnXXoo::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeehnXXoo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeehnXXoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeehnXXoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeehnXXoo .content-wrap {
  margin: 0 -30px;
}
.cid-veeehnXXoo .content-wrap .card {
  padding: 0 30px;
}
.cid-veeehnXXoo .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeehnXXoo .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeehnXXoo .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeehnXXoo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veeehnXXoo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeehnXXoo .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veeehnXXoo .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veeehnXXoo .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeehnXXoo .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeehnXXoo .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veeehnXXoo .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veeehnXXoo .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veeehnXXoo .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veeehnXXoo .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veeehnXXoo .mbr-label,
.cid-veeehnXXoo .label-wrapper {
  color: #ffffff;
}
.cid-veeehnXXoo .mbr-section-title {
  color: #ffffff;
}
.cid-veeehnXXoo .mbr-text,
.cid-veeehnXXoo .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veeehnXXoo .mbr-section-title,
.cid-veeehnXXoo .mbr-section-btn {
  text-align: left;
}
.cid-veeehnXXoo .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veeehnXXoo .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veeehnXXoo .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veeeholAWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeeholAWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veeeholAWj .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veeeholAWj .image-wrap {
    height: 350px;
  }
}
.cid-veeehoIT4C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veeehoIT4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeehoIT4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeehoIT4C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veeehoIT4C .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veeehoIT4C .embla__slide .slide-content {
  width: 100%;
}
.cid-veeehoIT4C .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veeehoIT4C .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veeehoIT4C .embla__button--next,
.cid-veeehoIT4C .embla__button--prev {
  display: flex;
}
.cid-veeehoIT4C .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veeehoIT4C .embla__button:hover {
  opacity: .5 !important;
}
.cid-veeehoIT4C .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veeehoIT4C .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veeehoIT4C .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veeehoIT4C .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veeehoIT4C .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veeehoIT4C .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veeehoIT4C .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veeehoIT4C .embla__viewport {
    padding: 0;
  }
}
.cid-veeehoIT4C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veeehoIT4C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veeehoIT4C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veeehoIT4C .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veeehpeCRf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeehpeCRf::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeehpeCRf::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeehpeCRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeehpeCRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeehpeCRf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeehpeCRf .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeehpeCRf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeehpeCRf .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veeehpeCRf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeehpeCRf .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeehpeCRf .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeehpeCRf .mbr-label,
.cid-veeehpeCRf .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veeehpeCRf .mbr-section-title {
  color: #ffffff;
}
.cid-veeehpeCRf .mbr-text,
.cid-veeehpeCRf .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veeehpeCRf .mbr-section-title,
.cid-veeehpeCRf .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veeehpxeYB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veeehpxeYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeehpxeYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeehpxeYB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veeehpxeYB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veeehpxeYB .embla__slide .slide-content {
  width: 100%;
}
.cid-veeehpxeYB .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veeehpxeYB .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veeehpxeYB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veeehpxeYB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veeehpxeYB .embla__button--next,
.cid-veeehpxeYB .embla__button--prev {
  display: flex;
}
.cid-veeehpxeYB .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veeehpxeYB .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veeehpxeYB .embla__button:hover::before {
  opacity: .5;
}
.cid-veeehpxeYB .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veeehpxeYB .embla__button:disabled::before {
  opacity: .2;
}
.cid-veeehpxeYB .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veeehpxeYB .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veeehpxeYB .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veeehpxeYB .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veeehpxeYB .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veeehpxeYB .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veeehpxeYB .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veeehpxeYB .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veeehpxeYB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veeehpxeYB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veeehpxeYB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veeehpxeYB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veeehpxeYB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veeehq3jQw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veeehq3jQw::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veeehq3jQw::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veeehq3jQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeehq3jQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeehq3jQw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeehq3jQw .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veeehq3jQw .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veeehq3jQw .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veeehq3jQw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeehq3jQw .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veeehq3jQw .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veeehq3jQw .mbr-label,
.cid-veeehq3jQw .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veeehq3jQw .mbr-section-title {
  color: #ffffff;
}
.cid-veeehq3jQw .mbr-text,
.cid-veeehq3jQw .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veeehq3jQw .mbr-section-title,
.cid-veeehq3jQw .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3Q3SEul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3Q3SEul .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3Q3SEul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3Q3SEul .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3Q3SEul .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3Q3SEul .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3Q3SEul .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3Q3SEul .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3Q3SEul .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3Q3SEul .embla__button--next,
.cid-vfu3Q3SEul .embla__button--prev {
  display: flex;
}
.cid-vfu3Q3SEul .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3Q3SEul .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3Q3SEul .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3Q3SEul .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3Q3SEul .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3Q3SEul .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3Q3SEul .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3Q3SEul .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3Q3SEul .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3Q3SEul .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3Q3SEul .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3Q3SEul .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3Q3SEul .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3Q3SEul .mbr-section-title,
.cid-vfu3Q3SEul .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3Q3SEul .card-title {
  color: #323432;
}
.cid-vfu3Q3SEul .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3Q3SEul .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3Q3SEul .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3Q3SEul .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3Q3SEul .card-title,
.cid-vfu3Q3SEul .mbr-section-btn {
  text-align: center;
}
.cid-vfu3Q3SEul .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veag35JDhl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veag35JDhl::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veag35JDhl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veag35JDhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veag35JDhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veag35JDhl .content-wrap {
  margin: 0 -30px;
}
.cid-veag35JDhl .content-wrap .card {
  padding: 0 30px;
}
.cid-veag35JDhl .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veag35JDhl .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veag35JDhl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veag35JDhl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veag35JDhl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veag35JDhl .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veag35JDhl .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veag35JDhl .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veag35JDhl .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veag35JDhl .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veag35JDhl .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veag35JDhl .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veag35JDhl .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veag35JDhl .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veag35JDhl .mbr-label,
.cid-veag35JDhl .label-wrapper {
  color: #ffffff;
}
.cid-veag35JDhl .mbr-section-title {
  color: #ffffff;
}
.cid-veag35JDhl .mbr-text,
.cid-veag35JDhl .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veag35JDhl .mbr-section-title,
.cid-veag35JDhl .mbr-section-btn {
  text-align: left;
}
.cid-veag35JDhl .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veag35JDhl .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veag35JDhl .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vfucrsfXiM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfucrsfXiM .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-vfucrsfXiM .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-vfucrsfXiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfucrsfXiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veag36rOlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veag36rOlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veag36rOlQ .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veag36rOlQ .image-wrap {
    height: 350px;
  }
}
.cid-veag37i6qL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veag37i6qL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veag37i6qL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veag37i6qL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veag37i6qL .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veag37i6qL .embla__slide .slide-content {
  width: 100%;
}
.cid-veag37i6qL .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veag37i6qL .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veag37i6qL .embla__button--next,
.cid-veag37i6qL .embla__button--prev {
  display: flex;
}
.cid-veag37i6qL .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veag37i6qL .embla__button:hover {
  opacity: .5 !important;
}
.cid-veag37i6qL .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veag37i6qL .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veag37i6qL .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veag37i6qL .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veag37i6qL .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veag37i6qL .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veag37i6qL .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veag37i6qL .embla__viewport {
    padding: 0;
  }
}
.cid-veag37i6qL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veag37i6qL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veag37i6qL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veag37i6qL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veag38feNF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veag38feNF::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veag38feNF::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veag38feNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veag38feNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veag38feNF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veag38feNF .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veag38feNF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veag38feNF .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veag38feNF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veag38feNF .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veag38feNF .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veag38feNF .mbr-label,
.cid-veag38feNF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veag38feNF .mbr-section-title {
  color: #ffffff;
}
.cid-veag38feNF .mbr-text,
.cid-veag38feNF .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veag38feNF .mbr-section-title,
.cid-veag38feNF .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veag38TTFZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veag38TTFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veag38TTFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veag38TTFZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veag38TTFZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veag38TTFZ .embla__slide .slide-content {
  width: 100%;
}
.cid-veag38TTFZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veag38TTFZ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veag38TTFZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veag38TTFZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veag38TTFZ .embla__button--next,
.cid-veag38TTFZ .embla__button--prev {
  display: flex;
}
.cid-veag38TTFZ .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veag38TTFZ .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veag38TTFZ .embla__button:hover::before {
  opacity: .5;
}
.cid-veag38TTFZ .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veag38TTFZ .embla__button:disabled::before {
  opacity: .2;
}
.cid-veag38TTFZ .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veag38TTFZ .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veag38TTFZ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veag38TTFZ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veag38TTFZ .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veag38TTFZ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veag38TTFZ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veag38TTFZ .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veag38TTFZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veag38TTFZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veag38TTFZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veag38TTFZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veag38TTFZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veag39J6dY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veag39J6dY::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veag39J6dY::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veag39J6dY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veag39J6dY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veag39J6dY .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veag39J6dY .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veag39J6dY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veag39J6dY .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veag39J6dY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veag39J6dY .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veag39J6dY .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veag39J6dY .mbr-label,
.cid-veag39J6dY .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veag39J6dY .mbr-section-title {
  color: #ffffff;
}
.cid-veag39J6dY .mbr-text,
.cid-veag39J6dY .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veag39J6dY .mbr-section-title,
.cid-veag39J6dY .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3TmMafy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3TmMafy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3TmMafy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3TmMafy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3TmMafy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3TmMafy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3TmMafy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3TmMafy .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3TmMafy .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3TmMafy .embla__button--next,
.cid-vfu3TmMafy .embla__button--prev {
  display: flex;
}
.cid-vfu3TmMafy .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3TmMafy .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3TmMafy .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3TmMafy .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3TmMafy .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3TmMafy .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3TmMafy .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3TmMafy .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3TmMafy .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3TmMafy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3TmMafy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3TmMafy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3TmMafy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3TmMafy .mbr-section-title,
.cid-vfu3TmMafy .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3TmMafy .card-title {
  color: #323432;
}
.cid-vfu3TmMafy .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3TmMafy .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3TmMafy .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3TmMafy .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3TmMafy .card-title,
.cid-vfu3TmMafy .mbr-section-btn {
  text-align: center;
}
.cid-vfu3TmMafy .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veadmUvlNd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veadmUvlNd::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veadmUvlNd::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veadmUvlNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veadmUvlNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veadmUvlNd .content-wrap {
  margin: 0 -30px;
}
.cid-veadmUvlNd .content-wrap .card {
  padding: 0 30px;
}
.cid-veadmUvlNd .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veadmUvlNd .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veadmUvlNd .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veadmUvlNd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veadmUvlNd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veadmUvlNd .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veadmUvlNd .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veadmUvlNd .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veadmUvlNd .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veadmUvlNd .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veadmUvlNd .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veadmUvlNd .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veadmUvlNd .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veadmUvlNd .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veadmUvlNd .mbr-label,
.cid-veadmUvlNd .label-wrapper {
  color: #ffffff;
}
.cid-veadmUvlNd .mbr-section-title {
  color: #ffffff;
}
.cid-veadmUvlNd .mbr-text,
.cid-veadmUvlNd .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veadmUvlNd .mbr-section-title,
.cid-veadmUvlNd .mbr-section-btn {
  text-align: left;
}
.cid-veadmUvlNd .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veadmUvlNd .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veadmUvlNd .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veadmV9LfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veadmV9LfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veadmV9LfJ .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veadmV9LfJ .image-wrap {
    height: 350px;
  }
}
.cid-veadmVPnSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veadmVPnSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veadmVPnSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veadmVPnSq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veadmVPnSq .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veadmVPnSq .embla__slide .slide-content {
  width: 100%;
}
.cid-veadmVPnSq .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veadmVPnSq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veadmVPnSq .embla__button--next,
.cid-veadmVPnSq .embla__button--prev {
  display: flex;
}
.cid-veadmVPnSq .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veadmVPnSq .embla__button:hover {
  opacity: .5 !important;
}
.cid-veadmVPnSq .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veadmVPnSq .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veadmVPnSq .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veadmVPnSq .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veadmVPnSq .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veadmVPnSq .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veadmVPnSq .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veadmVPnSq .embla__viewport {
    padding: 0;
  }
}
.cid-veadmVPnSq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veadmVPnSq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veadmVPnSq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veadmVPnSq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veadmWBVdB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veadmWBVdB::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veadmWBVdB::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veadmWBVdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veadmWBVdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veadmWBVdB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veadmWBVdB .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veadmWBVdB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veadmWBVdB .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veadmWBVdB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veadmWBVdB .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veadmWBVdB .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veadmWBVdB .mbr-label,
.cid-veadmWBVdB .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veadmWBVdB .mbr-section-title {
  color: #ffffff;
}
.cid-veadmWBVdB .mbr-text,
.cid-veadmWBVdB .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veadmWBVdB .mbr-section-title,
.cid-veadmWBVdB .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veadmXfI4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veadmXfI4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-veadmXfI4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veadmXfI4o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veadmXfI4o .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veadmXfI4o .embla__slide .slide-content {
  width: 100%;
}
.cid-veadmXfI4o .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veadmXfI4o .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veadmXfI4o .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veadmXfI4o .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veadmXfI4o .embla__button--next,
.cid-veadmXfI4o .embla__button--prev {
  display: flex;
}
.cid-veadmXfI4o .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veadmXfI4o .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veadmXfI4o .embla__button:hover::before {
  opacity: .5;
}
.cid-veadmXfI4o .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veadmXfI4o .embla__button:disabled::before {
  opacity: .2;
}
.cid-veadmXfI4o .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veadmXfI4o .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veadmXfI4o .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veadmXfI4o .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veadmXfI4o .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veadmXfI4o .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veadmXfI4o .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veadmXfI4o .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veadmXfI4o .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veadmXfI4o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veadmXfI4o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veadmXfI4o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veadmXfI4o .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veadmXVWiq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veadmXVWiq::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veadmXVWiq::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veadmXVWiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veadmXVWiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veadmXVWiq .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veadmXVWiq .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veadmXVWiq .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veadmXVWiq .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veadmXVWiq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veadmXVWiq .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veadmXVWiq .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veadmXVWiq .mbr-label,
.cid-veadmXVWiq .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veadmXVWiq .mbr-section-title {
  color: #ffffff;
}
.cid-veadmXVWiq .mbr-text,
.cid-veadmXVWiq .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veadmXVWiq .mbr-section-title,
.cid-veadmXVWiq .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3WvFERx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3WvFERx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3WvFERx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3WvFERx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3WvFERx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3WvFERx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3WvFERx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3WvFERx .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3WvFERx .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3WvFERx .embla__button--next,
.cid-vfu3WvFERx .embla__button--prev {
  display: flex;
}
.cid-vfu3WvFERx .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3WvFERx .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3WvFERx .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3WvFERx .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3WvFERx .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3WvFERx .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3WvFERx .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3WvFERx .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3WvFERx .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3WvFERx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3WvFERx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3WvFERx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3WvFERx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3WvFERx .mbr-section-title,
.cid-vfu3WvFERx .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3WvFERx .card-title {
  color: #323432;
}
.cid-vfu3WvFERx .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3WvFERx .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3WvFERx .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3WvFERx .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3WvFERx .card-title,
.cid-vfu3WvFERx .mbr-section-btn {
  text-align: center;
}
.cid-vfu3WvFERx .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-veabmGpIuz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veabmGpIuz::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veabmGpIuz::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veabmGpIuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veabmGpIuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veabmGpIuz .content-wrap {
  margin: 0 -30px;
}
.cid-veabmGpIuz .content-wrap .card {
  padding: 0 30px;
}
.cid-veabmGpIuz .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veabmGpIuz .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veabmGpIuz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veabmGpIuz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veabmGpIuz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veabmGpIuz .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-veabmGpIuz .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-veabmGpIuz .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veabmGpIuz .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veabmGpIuz .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veabmGpIuz .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-veabmGpIuz .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veabmGpIuz .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-veabmGpIuz .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veabmGpIuz .mbr-label,
.cid-veabmGpIuz .label-wrapper {
  color: #ffffff;
}
.cid-veabmGpIuz .mbr-section-title {
  color: #ffffff;
}
.cid-veabmGpIuz .mbr-text,
.cid-veabmGpIuz .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-veabmGpIuz .mbr-section-title,
.cid-veabmGpIuz .mbr-section-btn {
  text-align: left;
}
.cid-veabmGpIuz .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-veabmGpIuz .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-veabmGpIuz .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vfuchtVQP8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuchtVQP8 .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-vfuchtVQP8 .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-vfuchtVQP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuchtVQP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veabmH5sAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veabmH5sAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-veabmH5sAD .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-veabmH5sAD .image-wrap {
    height: 350px;
  }
}
.cid-veabmHPRiN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veabmHPRiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veabmHPRiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veabmHPRiN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-veabmHPRiN .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veabmHPRiN .embla__slide .slide-content {
  width: 100%;
}
.cid-veabmHPRiN .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veabmHPRiN .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-veabmHPRiN .embla__button--next,
.cid-veabmHPRiN .embla__button--prev {
  display: flex;
}
.cid-veabmHPRiN .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veabmHPRiN .embla__button:hover {
  opacity: .5 !important;
}
.cid-veabmHPRiN .embla__button:disabled {
  opacity: .3 !important;
}
.cid-veabmHPRiN .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-veabmHPRiN .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veabmHPRiN .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-veabmHPRiN .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veabmHPRiN .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-veabmHPRiN .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veabmHPRiN .embla__viewport {
    padding: 0;
  }
}
.cid-veabmHPRiN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veabmHPRiN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veabmHPRiN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veabmHPRiN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veabmIKQSF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veabmIKQSF::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veabmIKQSF::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veabmIKQSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veabmIKQSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veabmIKQSF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veabmIKQSF .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veabmIKQSF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veabmIKQSF .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veabmIKQSF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veabmIKQSF .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veabmIKQSF .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veabmIKQSF .mbr-label,
.cid-veabmIKQSF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veabmIKQSF .mbr-section-title {
  color: #ffffff;
}
.cid-veabmIKQSF .mbr-text,
.cid-veabmIKQSF .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veabmIKQSF .mbr-section-title,
.cid-veabmIKQSF .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veabmJn61L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veabmJn61L .mbr-fallback-image.disabled {
  display: none;
}
.cid-veabmJn61L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veabmJn61L .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veabmJn61L .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veabmJn61L .embla__slide .slide-content {
  width: 100%;
}
.cid-veabmJn61L .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veabmJn61L .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veabmJn61L .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veabmJn61L .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veabmJn61L .embla__button--next,
.cid-veabmJn61L .embla__button--prev {
  display: flex;
}
.cid-veabmJn61L .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veabmJn61L .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veabmJn61L .embla__button:hover::before {
  opacity: .5;
}
.cid-veabmJn61L .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veabmJn61L .embla__button:disabled::before {
  opacity: .2;
}
.cid-veabmJn61L .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veabmJn61L .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veabmJn61L .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veabmJn61L .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veabmJn61L .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veabmJn61L .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veabmJn61L .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veabmJn61L .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veabmJn61L .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veabmJn61L .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veabmJn61L .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veabmJn61L .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veabmJn61L .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veabmK7WHf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veabmK7WHf::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-veabmK7WHf::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-veabmK7WHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veabmK7WHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veabmK7WHf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veabmK7WHf .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-veabmK7WHf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veabmK7WHf .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veabmK7WHf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veabmK7WHf .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veabmK7WHf .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veabmK7WHf .mbr-label,
.cid-veabmK7WHf .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veabmK7WHf .mbr-section-title {
  color: #ffffff;
}
.cid-veabmK7WHf .mbr-text,
.cid-veabmK7WHf .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-veabmK7WHf .mbr-section-title,
.cid-veabmK7WHf .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu3YSAuKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu3YSAuKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu3YSAuKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu3YSAuKf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu3YSAuKf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu3YSAuKf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu3YSAuKf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu3YSAuKf .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu3YSAuKf .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu3YSAuKf .embla__button--next,
.cid-vfu3YSAuKf .embla__button--prev {
  display: flex;
}
.cid-vfu3YSAuKf .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu3YSAuKf .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu3YSAuKf .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu3YSAuKf .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu3YSAuKf .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu3YSAuKf .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu3YSAuKf .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu3YSAuKf .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu3YSAuKf .embla__viewport {
    padding: 0;
  }
}
.cid-vfu3YSAuKf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu3YSAuKf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu3YSAuKf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu3YSAuKf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu3YSAuKf .mbr-section-title,
.cid-vfu3YSAuKf .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu3YSAuKf .card-title {
  color: #323432;
}
.cid-vfu3YSAuKf .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu3YSAuKf .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu3YSAuKf .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu3YSAuKf .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu3YSAuKf .card-title,
.cid-vfu3YSAuKf .mbr-section-btn {
  text-align: center;
}
.cid-vfu3YSAuKf .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-vea6N6s6KF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vea6N6s6KF::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vea6N6s6KF::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vea6N6s6KF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea6N6s6KF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea6N6s6KF .content-wrap {
  margin: 0 -30px;
}
.cid-vea6N6s6KF .content-wrap .card {
  padding: 0 30px;
}
.cid-vea6N6s6KF .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vea6N6s6KF .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vea6N6s6KF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vea6N6s6KF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vea6N6s6KF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vea6N6s6KF .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vea6N6s6KF .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-vea6N6s6KF .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vea6N6s6KF .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vea6N6s6KF .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vea6N6s6KF .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-vea6N6s6KF .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vea6N6s6KF .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-vea6N6s6KF .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vea6N6s6KF .mbr-label,
.cid-vea6N6s6KF .label-wrapper {
  color: #ffffff;
}
.cid-vea6N6s6KF .mbr-section-title {
  color: #ffffff;
}
.cid-vea6N6s6KF .mbr-text,
.cid-vea6N6s6KF .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-vea6N6s6KF .mbr-section-title,
.cid-vea6N6s6KF .mbr-section-btn {
  text-align: left;
}
.cid-vea6N6s6KF .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vea6N6s6KF .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-vea6N6s6KF .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vfuccpinTs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuccpinTs .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-vfuccpinTs .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-vfuccpinTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuccpinTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea6N7501k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea6N7501k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-vea6N7501k .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vea6N7501k .image-wrap {
    height: 350px;
  }
}
.cid-vea6N7G2GJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vea6N7G2GJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea6N7G2GJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea6N7G2GJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vea6N7G2GJ .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vea6N7G2GJ .embla__slide .slide-content {
  width: 100%;
}
.cid-vea6N7G2GJ .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vea6N7G2GJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-vea6N7G2GJ .embla__button--next,
.cid-vea6N7G2GJ .embla__button--prev {
  display: flex;
}
.cid-vea6N7G2GJ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vea6N7G2GJ .embla__button:hover {
  opacity: .5 !important;
}
.cid-vea6N7G2GJ .embla__button:disabled {
  opacity: .3 !important;
}
.cid-vea6N7G2GJ .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vea6N7G2GJ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vea6N7G2GJ .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vea6N7G2GJ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vea6N7G2GJ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vea6N7G2GJ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vea6N7G2GJ .embla__viewport {
    padding: 0;
  }
}
.cid-vea6N7G2GJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vea6N7G2GJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vea6N7G2GJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vea6N7G2GJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vea6N8pKkG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vea6N8pKkG::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vea6N8pKkG::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vea6N8pKkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea6N8pKkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea6N8pKkG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vea6N8pKkG .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vea6N8pKkG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vea6N8pKkG .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vea6N8pKkG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vea6N8pKkG .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vea6N8pKkG .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vea6N8pKkG .mbr-label,
.cid-vea6N8pKkG .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vea6N8pKkG .mbr-section-title {
  color: #ffffff;
}
.cid-vea6N8pKkG .mbr-text,
.cid-vea6N8pKkG .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vea6N8pKkG .mbr-section-title,
.cid-vea6N8pKkG .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vea6N92JKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vea6N92JKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea6N92JKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea6N92JKg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vea6N92JKg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vea6N92JKg .embla__slide .slide-content {
  width: 100%;
}
.cid-vea6N92JKg .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vea6N92JKg .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vea6N92JKg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vea6N92JKg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vea6N92JKg .embla__button--next,
.cid-vea6N92JKg .embla__button--prev {
  display: flex;
}
.cid-vea6N92JKg .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vea6N92JKg .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vea6N92JKg .embla__button:hover::before {
  opacity: .5;
}
.cid-vea6N92JKg .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vea6N92JKg .embla__button:disabled::before {
  opacity: .2;
}
.cid-vea6N92JKg .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vea6N92JKg .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vea6N92JKg .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vea6N92JKg .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vea6N92JKg .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vea6N92JKg .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vea6N92JKg .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vea6N92JKg .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vea6N92JKg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vea6N92JKg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vea6N92JKg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vea6N92JKg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vea6N92JKg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vea6N9KiPw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vea6N9KiPw::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vea6N9KiPw::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vea6N9KiPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea6N9KiPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea6N9KiPw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vea6N9KiPw .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vea6N9KiPw .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vea6N9KiPw .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vea6N9KiPw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vea6N9KiPw .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vea6N9KiPw .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vea6N9KiPw .mbr-label,
.cid-vea6N9KiPw .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vea6N9KiPw .mbr-section-title {
  color: #ffffff;
}
.cid-vea6N9KiPw .mbr-text,
.cid-vea6N9KiPw .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vea6N9KiPw .mbr-section-title,
.cid-vea6N9KiPw .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu41mebEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu41mebEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu41mebEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu41mebEB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu41mebEB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu41mebEB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu41mebEB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu41mebEB .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu41mebEB .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu41mebEB .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu41mebEB .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu41mebEB .embla__button--next,
.cid-vfu41mebEB .embla__button--prev {
  display: flex;
}
.cid-vfu41mebEB .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu41mebEB .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu41mebEB .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu41mebEB .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu41mebEB .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu41mebEB .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu41mebEB .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu41mebEB .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu41mebEB .embla__viewport {
    padding: 0;
  }
}
.cid-vfu41mebEB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu41mebEB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu41mebEB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu41mebEB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu41mebEB .mbr-section-title,
.cid-vfu41mebEB .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu41mebEB .card-title {
  color: #323432;
}
.cid-vfu41mebEB .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu41mebEB .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu41mebEB .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu41mebEB .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu41mebEB .card-title,
.cid-vfu41mebEB .mbr-section-btn {
  text-align: center;
}
.cid-vfu41mebEB .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-ve9XBGf4qk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ve9XBGf4qk::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-ve9XBGf4qk::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-ve9XBGf4qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9XBGf4qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9XBGf4qk .content-wrap {
  margin: 0 -30px;
}
.cid-ve9XBGf4qk .content-wrap .card {
  padding: 0 30px;
}
.cid-ve9XBGf4qk .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ve9XBGf4qk .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-ve9XBGf4qk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ve9XBGf4qk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ve9XBGf4qk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve9XBGf4qk .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ve9XBGf4qk .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-ve9XBGf4qk .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-ve9XBGf4qk .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ve9XBGf4qk .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ve9XBGf4qk .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-ve9XBGf4qk .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ve9XBGf4qk .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-ve9XBGf4qk .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ve9XBGf4qk .mbr-label,
.cid-ve9XBGf4qk .label-wrapper {
  color: #ffffff;
}
.cid-ve9XBGf4qk .mbr-section-title {
  color: #ffffff;
}
.cid-ve9XBGf4qk .mbr-text,
.cid-ve9XBGf4qk .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-ve9XBGf4qk .mbr-section-title,
.cid-ve9XBGf4qk .mbr-section-btn {
  text-align: left;
}
.cid-ve9XBGf4qk .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-ve9XBGf4qk .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-ve9XBGf4qk .product-containerv {
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vfubWxdOA1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfubWxdOA1 .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-vfubWxdOA1 .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-vfubWxdOA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfubWxdOA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9XBGWJs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9XBGWJs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-ve9XBGWJs6 .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ve9XBGWJs6 .image-wrap {
    height: 350px;
  }
}
.cid-ve9XBHEUd4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ve9XBHEUd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9XBHEUd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9XBHEUd4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-ve9XBHEUd4 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ve9XBHEUd4 .embla__slide .slide-content {
  width: 100%;
}
.cid-ve9XBHEUd4 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ve9XBHEUd4 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-ve9XBHEUd4 .embla__button--next,
.cid-ve9XBHEUd4 .embla__button--prev {
  display: flex;
}
.cid-ve9XBHEUd4 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ve9XBHEUd4 .embla__button:hover {
  opacity: .5 !important;
}
.cid-ve9XBHEUd4 .embla__button:disabled {
  opacity: .3 !important;
}
.cid-ve9XBHEUd4 .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-ve9XBHEUd4 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-ve9XBHEUd4 .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-ve9XBHEUd4 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-ve9XBHEUd4 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ve9XBHEUd4 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-ve9XBHEUd4 .embla__viewport {
    padding: 0;
  }
}
.cid-ve9XBHEUd4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ve9XBHEUd4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ve9XBHEUd4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ve9XBHEUd4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ve9XBIuhyZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ve9XBIuhyZ::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-ve9XBIuhyZ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-ve9XBIuhyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9XBIuhyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9XBIuhyZ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ve9XBIuhyZ .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-ve9XBIuhyZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ve9XBIuhyZ .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve9XBIuhyZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve9XBIuhyZ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-ve9XBIuhyZ .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ve9XBIuhyZ .mbr-label,
.cid-ve9XBIuhyZ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ve9XBIuhyZ .mbr-section-title {
  color: #ffffff;
}
.cid-ve9XBIuhyZ .mbr-text,
.cid-ve9XBIuhyZ .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-ve9XBIuhyZ .mbr-section-title,
.cid-ve9XBIuhyZ .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-ve9XBJ7u82 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve9XBJ7u82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9XBJ7u82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9XBJ7u82 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ve9XBJ7u82 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ve9XBJ7u82 .embla__slide .slide-content {
  width: 100%;
}
.cid-ve9XBJ7u82 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-ve9XBJ7u82 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-ve9XBJ7u82 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-ve9XBJ7u82 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ve9XBJ7u82 .embla__button--next,
.cid-ve9XBJ7u82 .embla__button--prev {
  display: flex;
}
.cid-ve9XBJ7u82 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ve9XBJ7u82 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-ve9XBJ7u82 .embla__button:hover::before {
  opacity: .5;
}
.cid-ve9XBJ7u82 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-ve9XBJ7u82 .embla__button:disabled::before {
  opacity: .2;
}
.cid-ve9XBJ7u82 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-ve9XBJ7u82 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-ve9XBJ7u82 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ve9XBJ7u82 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-ve9XBJ7u82 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-ve9XBJ7u82 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-ve9XBJ7u82 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-ve9XBJ7u82 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ve9XBJ7u82 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ve9XBJ7u82 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ve9XBJ7u82 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ve9XBJ7u82 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ve9XBJ7u82 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ve9XBJR0HS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ve9XBJR0HS::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-ve9XBJR0HS::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-ve9XBJR0HS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9XBJR0HS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9XBJR0HS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ve9XBJR0HS .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-ve9XBJR0HS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ve9XBJR0HS .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve9XBJR0HS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve9XBJR0HS .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-ve9XBJR0HS .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ve9XBJR0HS .mbr-label,
.cid-ve9XBJR0HS .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ve9XBJR0HS .mbr-section-title {
  color: #ffffff;
}
.cid-ve9XBJR0HS .mbr-text,
.cid-ve9XBJR0HS .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-ve9XBJR0HS .mbr-section-title,
.cid-ve9XBJR0HS .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu449yotq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu449yotq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu449yotq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu449yotq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu449yotq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu449yotq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu449yotq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu449yotq .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu449yotq .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu449yotq .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu449yotq .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu449yotq .embla__button--next,
.cid-vfu449yotq .embla__button--prev {
  display: flex;
}
.cid-vfu449yotq .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu449yotq .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu449yotq .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu449yotq .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu449yotq .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu449yotq .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu449yotq .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu449yotq .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu449yotq .embla__viewport {
    padding: 0;
  }
}
.cid-vfu449yotq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu449yotq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu449yotq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu449yotq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu449yotq .mbr-section-title,
.cid-vfu449yotq .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu449yotq .card-title {
  color: #323432;
}
.cid-vfu449yotq .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu449yotq .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu449yotq .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu449yotq .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu449yotq .card-title,
.cid-vfu449yotq .mbr-section-btn {
  text-align: center;
}
.cid-vfu449yotq .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-v5qXkjO7y7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5qXkjO7y7::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #dddddd 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v5qXkjO7y7::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-v5qXkjO7y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qXkjO7y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qXkjO7y7 .content-wrap {
  margin: 0 -30px;
}
.cid-v5qXkjO7y7 .content-wrap .card {
  padding: 0 30px;
}
.cid-v5qXkjO7y7 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v5qXkjO7y7 .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v5qXkjO7y7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5qXkjO7y7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v5qXkjO7y7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qXkjO7y7 .title-wrapper .titulo-wrapper .mbr-titulo {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v5qXkjO7y7 .title-wrapper .titulo-wrapper .mbr-titulo {
    width: 100%;
  }
}
.cid-v5qXkjO7y7 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5qXkjO7y7 .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v5qXkjO7y7 .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v5qXkjO7y7 .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-v5qXkjO7y7 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5qXkjO7y7 .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-v5qXkjO7y7 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5qXkjO7y7 .mbr-label,
.cid-v5qXkjO7y7 .label-wrapper {
  color: #ffffff;
}
.cid-v5qXkjO7y7 .mbr-section-title {
  color: #ffffff;
}
.cid-v5qXkjO7y7 .mbr-text,
.cid-v5qXkjO7y7 .text-wrapper {
  color: #262526;
  text-align: justify;
}
.cid-v5qXkjO7y7 .mbr-section-title,
.cid-v5qXkjO7y7 .mbr-section-btn {
  text-align: left;
}
.cid-v5qXkjO7y7 .product-container {
  margin-top: 100px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-v5qXkjO7y7 .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-v5qXkjO7y7 .product-containerv {
  border-radius: 50px;
  width: 700px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff0;
}
.cid-vfub1CCVCt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfub1CCVCt .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-vfub1CCVCt .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-vfub1CCVCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfub1CCVCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9IR5w296 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9IR5w296 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-ve9IR5w296 .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ve9IR5w296 .image-wrap {
    height: 350px;
  }
}
.cid-ve9Kcxh6gf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ve9Kcxh6gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9Kcxh6gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9Kcxh6gf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-ve9Kcxh6gf .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ve9Kcxh6gf .embla__slide .slide-content {
  width: 100%;
}
.cid-ve9Kcxh6gf .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ve9Kcxh6gf .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-ve9Kcxh6gf .embla__button--next,
.cid-ve9Kcxh6gf .embla__button--prev {
  display: flex;
}
.cid-ve9Kcxh6gf .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ve9Kcxh6gf .embla__button:hover {
  opacity: .5 !important;
}
.cid-ve9Kcxh6gf .embla__button:disabled {
  opacity: .3 !important;
}
.cid-ve9Kcxh6gf .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-ve9Kcxh6gf .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-ve9Kcxh6gf .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-ve9Kcxh6gf .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-ve9Kcxh6gf .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ve9Kcxh6gf .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-ve9Kcxh6gf .embla__viewport {
    padding: 0;
  }
}
.cid-ve9Kcxh6gf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ve9Kcxh6gf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ve9Kcxh6gf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ve9Kcxh6gf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ve9J98SNNt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ve9J98SNNt::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-ve9J98SNNt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-ve9J98SNNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9J98SNNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9J98SNNt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ve9J98SNNt .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-ve9J98SNNt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ve9J98SNNt .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve9J98SNNt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve9J98SNNt .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-ve9J98SNNt .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ve9J98SNNt .mbr-label,
.cid-ve9J98SNNt .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ve9J98SNNt .mbr-section-title {
  color: #ffffff;
}
.cid-ve9J98SNNt .mbr-text,
.cid-ve9J98SNNt .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-ve9J98SNNt .mbr-section-title,
.cid-ve9J98SNNt .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-ve9MdnMBBq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve9MdnMBBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9MdnMBBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9MdnMBBq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ve9MdnMBBq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ve9MdnMBBq .embla__slide .slide-content {
  width: 100%;
}
.cid-ve9MdnMBBq .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-ve9MdnMBBq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-ve9MdnMBBq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-ve9MdnMBBq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ve9MdnMBBq .embla__button--next,
.cid-ve9MdnMBBq .embla__button--prev {
  display: flex;
}
.cid-ve9MdnMBBq .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ve9MdnMBBq .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-ve9MdnMBBq .embla__button:hover::before {
  opacity: .5;
}
.cid-ve9MdnMBBq .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-ve9MdnMBBq .embla__button:disabled::before {
  opacity: .2;
}
.cid-ve9MdnMBBq .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-ve9MdnMBBq .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-ve9MdnMBBq .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ve9MdnMBBq .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-ve9MdnMBBq .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-ve9MdnMBBq .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-ve9MdnMBBq .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-ve9MdnMBBq .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ve9MdnMBBq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ve9MdnMBBq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ve9MdnMBBq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ve9MdnMBBq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ve9MdnMBBq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vea5Z5Wg3x {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vea5Z5Wg3x::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vea5Z5Wg3x::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vea5Z5Wg3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea5Z5Wg3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea5Z5Wg3x .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vea5Z5Wg3x .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vea5Z5Wg3x .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vea5Z5Wg3x .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vea5Z5Wg3x .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vea5Z5Wg3x .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vea5Z5Wg3x .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vea5Z5Wg3x .mbr-label,
.cid-vea5Z5Wg3x .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vea5Z5Wg3x .mbr-section-title {
  color: #ffffff;
}
.cid-vea5Z5Wg3x .mbr-text,
.cid-vea5Z5Wg3x .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vea5Z5Wg3x .mbr-section-title,
.cid-vea5Z5Wg3x .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfu47YwsPW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfu47YwsPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu47YwsPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu47YwsPW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfu47YwsPW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfu47YwsPW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfu47YwsPW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu47YwsPW .embla__slide .slide-content {
  width: 100%;
}
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfu47YwsPW .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfu47YwsPW .embla__button--next,
.cid-vfu47YwsPW .embla__button--prev {
  display: flex;
}
.cid-vfu47YwsPW .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfu47YwsPW .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfu47YwsPW .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfu47YwsPW .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfu47YwsPW .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfu47YwsPW .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfu47YwsPW .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfu47YwsPW .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfu47YwsPW .embla__viewport {
    padding: 0;
  }
}
.cid-vfu47YwsPW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu47YwsPW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu47YwsPW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu47YwsPW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfu47YwsPW .mbr-section-title,
.cid-vfu47YwsPW .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfu47YwsPW .card-title {
  color: #323432;
}
.cid-vfu47YwsPW .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfu47YwsPW .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfu47YwsPW .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfu47YwsPW .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfu47YwsPW .card-title,
.cid-vfu47YwsPW .mbr-section-btn {
  text-align: center;
}
.cid-vfu47YwsPW .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-vekAux9AKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekAux9AKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-vekAux9AKS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekAux9AKS .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekAux9AKS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekAux9AKS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekAux9AKS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekAux9AKS .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekAux9AKS .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekAux9AKS .mbr-label,
.cid-vekAux9AKS .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekAux9AKS .mbr-section-title {
  color: #ffffff;
}
.cid-vekAux9AKS .mbr-text,
.cid-vekAux9AKS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekAux9AKS .mbr-section-title,
.cid-vekAux9AKS .mbr-section-btn {
  text-align: center;
}
.cid-vekAuxMZX2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vekAuxMZX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekAuxMZX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekAuxMZX2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vekAuxMZX2 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vekAuxMZX2 .embla__slide .slide-content {
  width: 100%;
}
.cid-vekAuxMZX2 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vekAuxMZX2 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-vekAuxMZX2 .embla__button--next,
.cid-vekAuxMZX2 .embla__button--prev {
  display: flex;
}
.cid-vekAuxMZX2 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vekAuxMZX2 .embla__button:hover {
  opacity: .5 !important;
}
.cid-vekAuxMZX2 .embla__button:disabled {
  opacity: .3 !important;
}
.cid-vekAuxMZX2 .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vekAuxMZX2 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekAuxMZX2 .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vekAuxMZX2 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekAuxMZX2 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vekAuxMZX2 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vekAuxMZX2 .embla__viewport {
    padding: 0;
  }
}
.cid-vekAuxMZX2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekAuxMZX2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekAuxMZX2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekAuxMZX2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekAuywMgV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekAuywMgV::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekAuywMgV::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekAuywMgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekAuywMgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekAuywMgV .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekAuywMgV .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekAuywMgV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekAuywMgV .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekAuywMgV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekAuywMgV .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekAuywMgV .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekAuywMgV .mbr-label,
.cid-vekAuywMgV .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekAuywMgV .mbr-section-title {
  color: #ffffff;
}
.cid-vekAuywMgV .mbr-text,
.cid-vekAuywMgV .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekAuywMgV .mbr-section-title,
.cid-vekAuywMgV .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vekBFJmldc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vekBFJmldc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekBFJmldc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekBFJmldc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vekBFJmldc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vekBFJmldc .embla__slide .slide-content {
  width: 100%;
}
.cid-vekBFJmldc .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vekBFJmldc .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vekBFJmldc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vekBFJmldc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vekBFJmldc .embla__button--next,
.cid-vekBFJmldc .embla__button--prev {
  display: flex;
}
.cid-vekBFJmldc .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vekBFJmldc .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vekBFJmldc .embla__button:hover::before {
  opacity: .5;
}
.cid-vekBFJmldc .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vekBFJmldc .embla__button:disabled::before {
  opacity: .2;
}
.cid-vekBFJmldc .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vekBFJmldc .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vekBFJmldc .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vekBFJmldc .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekBFJmldc .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vekBFJmldc .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vekBFJmldc .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekBFJmldc .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vekBFJmldc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vekBFJmldc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekBFJmldc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekBFJmldc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekBFJmldc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekAuzAcxM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekAuzAcxM::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekAuzAcxM::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekAuzAcxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekAuzAcxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekAuzAcxM .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekAuzAcxM .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekAuzAcxM .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekAuzAcxM .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekAuzAcxM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekAuzAcxM .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekAuzAcxM .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekAuzAcxM .mbr-label,
.cid-vekAuzAcxM .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekAuzAcxM .mbr-section-title {
  color: #ffffff;
}
.cid-vekAuzAcxM .mbr-text,
.cid-vekAuzAcxM .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekAuzAcxM .mbr-section-title,
.cid-vekAuzAcxM .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfsBX7TUae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfsBX7TUae .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfsBX7TUae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfsBX7TUae .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfsBX7TUae .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfsBX7TUae .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfsBX7TUae .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfsBX7TUae .embla__slide .slide-content {
  width: 100%;
}
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfsBX7TUae .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfsBX7TUae .embla__button--next,
.cid-vfsBX7TUae .embla__button--prev {
  display: flex;
}
.cid-vfsBX7TUae .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfsBX7TUae .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfsBX7TUae .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfsBX7TUae .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfsBX7TUae .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfsBX7TUae .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfsBX7TUae .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfsBX7TUae .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfsBX7TUae .embla__viewport {
    padding: 0;
  }
}
.cid-vfsBX7TUae .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfsBX7TUae .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfsBX7TUae .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfsBX7TUae .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfsBX7TUae .mbr-section-title,
.cid-vfsBX7TUae .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfsBX7TUae .card-title {
  color: #323432;
}
.cid-vfsBX7TUae .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfsBX7TUae .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfsBX7TUae .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfsBX7TUae .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfsBX7TUae .card-title,
.cid-vfsBX7TUae .mbr-section-btn {
  text-align: center;
}
.cid-vfsBX7TUae .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-velSNP4BE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-velSNP4BE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-velSNP4BE1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velSNP4BE1 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velSNP4BE1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velSNP4BE1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velSNP4BE1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velSNP4BE1 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velSNP4BE1 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velSNP4BE1 .mbr-label,
.cid-velSNP4BE1 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velSNP4BE1 .mbr-section-title {
  color: #ffffff;
}
.cid-velSNP4BE1 .mbr-text,
.cid-velSNP4BE1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velSNP4BE1 .mbr-section-title,
.cid-velSNP4BE1 .mbr-section-btn {
  text-align: center;
}
.cid-velSNPyJvq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-velSNPyJvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-velSNPyJvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velSNPyJvq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-velSNPyJvq .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-velSNPyJvq .embla__slide .slide-content {
  width: 100%;
}
.cid-velSNPyJvq .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-velSNPyJvq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-velSNPyJvq .embla__button--next,
.cid-velSNPyJvq .embla__button--prev {
  display: flex;
}
.cid-velSNPyJvq .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-velSNPyJvq .embla__button:hover {
  opacity: .5 !important;
}
.cid-velSNPyJvq .embla__button:disabled {
  opacity: .3 !important;
}
.cid-velSNPyJvq .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-velSNPyJvq .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-velSNPyJvq .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-velSNPyJvq .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-velSNPyJvq .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-velSNPyJvq .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-velSNPyJvq .embla__viewport {
    padding: 0;
  }
}
.cid-velSNPyJvq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velSNPyJvq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velSNPyJvq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velSNPyJvq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velSNQ2kBT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velSNQ2kBT::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velSNQ2kBT::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velSNQ2kBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-velSNQ2kBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velSNQ2kBT .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velSNQ2kBT .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velSNQ2kBT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velSNQ2kBT .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velSNQ2kBT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velSNQ2kBT .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velSNQ2kBT .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velSNQ2kBT .mbr-label,
.cid-velSNQ2kBT .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velSNQ2kBT .mbr-section-title {
  color: #ffffff;
}
.cid-velSNQ2kBT .mbr-text,
.cid-velSNQ2kBT .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-velSNQ2kBT .mbr-section-title,
.cid-velSNQ2kBT .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-velTtYsL0y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-velTtYsL0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-velTtYsL0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velTtYsL0y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-velTtYsL0y .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-velTtYsL0y .embla__slide .slide-content {
  width: 100%;
}
.cid-velTtYsL0y .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-velTtYsL0y .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-velTtYsL0y .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-velTtYsL0y .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-velTtYsL0y .embla__button--next,
.cid-velTtYsL0y .embla__button--prev {
  display: flex;
}
.cid-velTtYsL0y .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-velTtYsL0y .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-velTtYsL0y .embla__button:hover::before {
  opacity: .5;
}
.cid-velTtYsL0y .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-velTtYsL0y .embla__button:disabled::before {
  opacity: .2;
}
.cid-velTtYsL0y .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-velTtYsL0y .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-velTtYsL0y .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-velTtYsL0y .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-velTtYsL0y .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-velTtYsL0y .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-velTtYsL0y .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-velTtYsL0y .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-velTtYsL0y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-velTtYsL0y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velTtYsL0y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velTtYsL0y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velTtYsL0y .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velSNQP7Vj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velSNQP7Vj::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velSNQP7Vj::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velSNQP7Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-velSNQP7Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velSNQP7Vj .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velSNQP7Vj .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velSNQP7Vj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velSNQP7Vj .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velSNQP7Vj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velSNQP7Vj .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velSNQP7Vj .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velSNQP7Vj .mbr-label,
.cid-velSNQP7Vj .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velSNQP7Vj .mbr-section-title {
  color: #ffffff;
}
.cid-velSNQP7Vj .mbr-text,
.cid-velSNQP7Vj .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-velSNQP7Vj .mbr-section-title,
.cid-velSNQP7Vj .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-velTMPrbC6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-velTMPrbC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-velTMPrbC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velTMPrbC6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velTMPrbC6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-velTMPrbC6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-velTMPrbC6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-velTMPrbC6 .embla__slide .slide-content {
  width: 100%;
}
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-velTMPrbC6 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-velTMPrbC6 .embla__button--next,
.cid-velTMPrbC6 .embla__button--prev {
  display: flex;
}
.cid-velTMPrbC6 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-velTMPrbC6 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-velTMPrbC6 .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-velTMPrbC6 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-velTMPrbC6 .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-velTMPrbC6 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-velTMPrbC6 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-velTMPrbC6 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-velTMPrbC6 .embla__viewport {
    padding: 0;
  }
}
.cid-velTMPrbC6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velTMPrbC6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velTMPrbC6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velTMPrbC6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velTMPrbC6 .mbr-section-title,
.cid-velTMPrbC6 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-velTMPrbC6 .card-title {
  color: #323432;
}
.cid-velTMPrbC6 .card-text {
  color: #323432;
  text-align: center;
}
.cid-velTMPrbC6 .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-velTMPrbC6 .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-velTMPrbC6 .product-image:hover {
  filter: grayscale(0%);
}
.cid-velTMPrbC6 .card-title,
.cid-velTMPrbC6 .mbr-section-btn {
  text-align: center;
}
.cid-velTMPrbC6 .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-velRbQjK0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-velRbQjK0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-velRbQjK0p .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velRbQjK0p .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velRbQjK0p .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velRbQjK0p .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velRbQjK0p .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velRbQjK0p .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velRbQjK0p .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velRbQjK0p .mbr-label,
.cid-velRbQjK0p .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velRbQjK0p .mbr-section-title {
  color: #ffffff;
}
.cid-velRbQjK0p .mbr-text,
.cid-velRbQjK0p .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velRbQjK0p .mbr-section-title,
.cid-velRbQjK0p .mbr-section-btn {
  text-align: center;
}
.cid-velRbQOhU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-velRbQOhU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-velRbQOhU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velRbQOhU9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-velRbQOhU9 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-velRbQOhU9 .embla__slide .slide-content {
  width: 100%;
}
.cid-velRbQOhU9 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-velRbQOhU9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-velRbQOhU9 .embla__button--next,
.cid-velRbQOhU9 .embla__button--prev {
  display: flex;
}
.cid-velRbQOhU9 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-velRbQOhU9 .embla__button:hover {
  opacity: .5 !important;
}
.cid-velRbQOhU9 .embla__button:disabled {
  opacity: .3 !important;
}
.cid-velRbQOhU9 .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-velRbQOhU9 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-velRbQOhU9 .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-velRbQOhU9 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-velRbQOhU9 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-velRbQOhU9 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-velRbQOhU9 .embla__viewport {
    padding: 0;
  }
}
.cid-velRbQOhU9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velRbQOhU9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velRbQOhU9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velRbQOhU9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velRbRfqGl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velRbRfqGl::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velRbRfqGl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velRbRfqGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-velRbRfqGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velRbRfqGl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velRbRfqGl .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velRbRfqGl .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velRbRfqGl .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velRbRfqGl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velRbRfqGl .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velRbRfqGl .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velRbRfqGl .mbr-label,
.cid-velRbRfqGl .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velRbRfqGl .mbr-section-title {
  color: #ffffff;
}
.cid-velRbRfqGl .mbr-text,
.cid-velRbRfqGl .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-velRbRfqGl .mbr-section-title,
.cid-velRbRfqGl .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-velRSBFj85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-velRSBFj85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-velRSBFj85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velRSBFj85 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-velRSBFj85 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-velRSBFj85 .embla__slide .slide-content {
  width: 100%;
}
.cid-velRSBFj85 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-velRSBFj85 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-velRSBFj85 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-velRSBFj85 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-velRSBFj85 .embla__button--next,
.cid-velRSBFj85 .embla__button--prev {
  display: flex;
}
.cid-velRSBFj85 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-velRSBFj85 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-velRSBFj85 .embla__button:hover::before {
  opacity: .5;
}
.cid-velRSBFj85 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-velRSBFj85 .embla__button:disabled::before {
  opacity: .2;
}
.cid-velRSBFj85 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-velRSBFj85 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-velRSBFj85 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-velRSBFj85 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-velRSBFj85 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-velRSBFj85 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-velRSBFj85 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-velRSBFj85 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-velRSBFj85 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-velRSBFj85 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velRSBFj85 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velRSBFj85 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velRSBFj85 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velRbRUPPp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-velRbRUPPp::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-velRbRUPPp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-velRbRUPPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-velRbRUPPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velRbRUPPp .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-velRbRUPPp .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-velRbRUPPp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-velRbRUPPp .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velRbRUPPp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velRbRUPPp .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-velRbRUPPp .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-velRbRUPPp .mbr-label,
.cid-velRbRUPPp .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-velRbRUPPp .mbr-section-title {
  color: #ffffff;
}
.cid-velRbRUPPp .mbr-text,
.cid-velRbRUPPp .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-velRbRUPPp .mbr-section-title,
.cid-velRbRUPPp .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-velS78CCBj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-velS78CCBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-velS78CCBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velS78CCBj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velS78CCBj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-velS78CCBj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-velS78CCBj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-velS78CCBj .embla__slide .slide-content {
  width: 100%;
}
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-velS78CCBj .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-velS78CCBj .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-velS78CCBj .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-velS78CCBj .embla__button--next,
.cid-velS78CCBj .embla__button--prev {
  display: flex;
}
.cid-velS78CCBj .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-velS78CCBj .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-velS78CCBj .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-velS78CCBj .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-velS78CCBj .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-velS78CCBj .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-velS78CCBj .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-velS78CCBj .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-velS78CCBj .embla__viewport {
    padding: 0;
  }
}
.cid-velS78CCBj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-velS78CCBj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-velS78CCBj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-velS78CCBj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-velS78CCBj .mbr-section-title,
.cid-velS78CCBj .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-velS78CCBj .card-title {
  color: #323432;
}
.cid-velS78CCBj .card-text {
  color: #323432;
  text-align: center;
}
.cid-velS78CCBj .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-velS78CCBj .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-velS78CCBj .product-image:hover {
  filter: grayscale(0%);
}
.cid-velS78CCBj .card-title,
.cid-velS78CCBj .mbr-section-btn {
  text-align: center;
}
.cid-velS78CCBj .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-vekE3kClGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekE3kClGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-vekE3kClGX .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekE3kClGX .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekE3kClGX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekE3kClGX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekE3kClGX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekE3kClGX .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekE3kClGX .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekE3kClGX .mbr-label,
.cid-vekE3kClGX .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekE3kClGX .mbr-section-title {
  color: #ffffff;
}
.cid-vekE3kClGX .mbr-text,
.cid-vekE3kClGX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekE3kClGX .mbr-section-title,
.cid-vekE3kClGX .mbr-section-btn {
  text-align: center;
}
.cid-vekE3lm34Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vekE3lm34Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekE3lm34Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekE3lm34Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vekE3lm34Y .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vekE3lm34Y .embla__slide .slide-content {
  width: 100%;
}
.cid-vekE3lm34Y .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vekE3lm34Y .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-vekE3lm34Y .embla__button--next,
.cid-vekE3lm34Y .embla__button--prev {
  display: flex;
}
.cid-vekE3lm34Y .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vekE3lm34Y .embla__button:hover {
  opacity: .5 !important;
}
.cid-vekE3lm34Y .embla__button:disabled {
  opacity: .3 !important;
}
.cid-vekE3lm34Y .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vekE3lm34Y .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekE3lm34Y .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vekE3lm34Y .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekE3lm34Y .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vekE3lm34Y .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vekE3lm34Y .embla__viewport {
    padding: 0;
  }
}
.cid-vekE3lm34Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekE3lm34Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekE3lm34Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekE3lm34Y .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekE3mm1Ql {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekE3mm1Ql::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekE3mm1Ql::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekE3mm1Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekE3mm1Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekE3mm1Ql .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekE3mm1Ql .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekE3mm1Ql .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekE3mm1Ql .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekE3mm1Ql .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekE3mm1Ql .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekE3mm1Ql .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekE3mm1Ql .mbr-label,
.cid-vekE3mm1Ql .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekE3mm1Ql .mbr-section-title {
  color: #ffffff;
}
.cid-vekE3mm1Ql .mbr-text,
.cid-vekE3mm1Ql .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekE3mm1Ql .mbr-section-title,
.cid-vekE3mm1Ql .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vekE3n1SdE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vekE3n1SdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekE3n1SdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekE3n1SdE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vekE3n1SdE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vekE3n1SdE .embla__slide .slide-content {
  width: 100%;
}
.cid-vekE3n1SdE .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vekE3n1SdE .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vekE3n1SdE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vekE3n1SdE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vekE3n1SdE .embla__button--next,
.cid-vekE3n1SdE .embla__button--prev {
  display: flex;
}
.cid-vekE3n1SdE .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vekE3n1SdE .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vekE3n1SdE .embla__button:hover::before {
  opacity: .5;
}
.cid-vekE3n1SdE .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vekE3n1SdE .embla__button:disabled::before {
  opacity: .2;
}
.cid-vekE3n1SdE .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vekE3n1SdE .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vekE3n1SdE .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vekE3n1SdE .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekE3n1SdE .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vekE3n1SdE .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vekE3n1SdE .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekE3n1SdE .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vekE3n1SdE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vekE3n1SdE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekE3n1SdE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekE3n1SdE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekE3n1SdE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekE3nzScm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekE3nzScm::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekE3nzScm::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekE3nzScm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekE3nzScm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekE3nzScm .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekE3nzScm .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekE3nzScm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekE3nzScm .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekE3nzScm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekE3nzScm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekE3nzScm .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekE3nzScm .mbr-label,
.cid-vekE3nzScm .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekE3nzScm .mbr-section-title {
  color: #ffffff;
}
.cid-vekE3nzScm .mbr-text,
.cid-vekE3nzScm .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekE3nzScm .mbr-section-title,
.cid-vekE3nzScm .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfsCmTTkFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfsCmTTkFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfsCmTTkFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfsCmTTkFG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfsCmTTkFG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfsCmTTkFG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfsCmTTkFG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfsCmTTkFG .embla__slide .slide-content {
  width: 100%;
}
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfsCmTTkFG .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfsCmTTkFG .embla__button--next,
.cid-vfsCmTTkFG .embla__button--prev {
  display: flex;
}
.cid-vfsCmTTkFG .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfsCmTTkFG .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfsCmTTkFG .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfsCmTTkFG .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfsCmTTkFG .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfsCmTTkFG .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfsCmTTkFG .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfsCmTTkFG .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfsCmTTkFG .embla__viewport {
    padding: 0;
  }
}
.cid-vfsCmTTkFG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfsCmTTkFG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfsCmTTkFG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfsCmTTkFG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfsCmTTkFG .mbr-section-title,
.cid-vfsCmTTkFG .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfsCmTTkFG .card-title {
  color: #323432;
}
.cid-vfsCmTTkFG .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfsCmTTkFG .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfsCmTTkFG .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfsCmTTkFG .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfsCmTTkFG .card-title,
.cid-vfsCmTTkFG .mbr-section-btn {
  text-align: center;
}
.cid-vfsCmTTkFG .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-vekmpsWdI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekmpsWdI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-vekmpsWdI2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekmpsWdI2 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekmpsWdI2 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekmpsWdI2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekmpsWdI2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekmpsWdI2 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekmpsWdI2 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekmpsWdI2 .mbr-label,
.cid-vekmpsWdI2 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekmpsWdI2 .mbr-section-title {
  color: #ffffff;
}
.cid-vekmpsWdI2 .mbr-text,
.cid-vekmpsWdI2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekmpsWdI2 .mbr-section-title,
.cid-vekmpsWdI2 .mbr-section-btn {
  text-align: center;
}
.cid-vekmptpMOD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vekmptpMOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekmptpMOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekmptpMOD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vekmptpMOD .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vekmptpMOD .embla__slide .slide-content {
  width: 100%;
}
.cid-vekmptpMOD .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vekmptpMOD .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-vekmptpMOD .embla__button--next,
.cid-vekmptpMOD .embla__button--prev {
  display: flex;
}
.cid-vekmptpMOD .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vekmptpMOD .embla__button:hover {
  opacity: .5 !important;
}
.cid-vekmptpMOD .embla__button:disabled {
  opacity: .3 !important;
}
.cid-vekmptpMOD .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vekmptpMOD .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekmptpMOD .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vekmptpMOD .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekmptpMOD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vekmptpMOD .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vekmptpMOD .embla__viewport {
    padding: 0;
  }
}
.cid-vekmptpMOD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekmptpMOD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekmptpMOD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekmptpMOD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekmptQ1Tu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekmptQ1Tu::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekmptQ1Tu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekmptQ1Tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekmptQ1Tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekmptQ1Tu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekmptQ1Tu .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekmptQ1Tu .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekmptQ1Tu .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekmptQ1Tu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekmptQ1Tu .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekmptQ1Tu .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekmptQ1Tu .mbr-label,
.cid-vekmptQ1Tu .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekmptQ1Tu .mbr-section-title {
  color: #ffffff;
}
.cid-vekmptQ1Tu .mbr-text,
.cid-vekmptQ1Tu .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekmptQ1Tu .mbr-section-title,
.cid-vekmptQ1Tu .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veknIM6Df4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veknIM6Df4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veknIM6Df4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veknIM6Df4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veknIM6Df4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veknIM6Df4 .embla__slide .slide-content {
  width: 100%;
}
.cid-veknIM6Df4 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-veknIM6Df4 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-veknIM6Df4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-veknIM6Df4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veknIM6Df4 .embla__button--next,
.cid-veknIM6Df4 .embla__button--prev {
  display: flex;
}
.cid-veknIM6Df4 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veknIM6Df4 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-veknIM6Df4 .embla__button:hover::before {
  opacity: .5;
}
.cid-veknIM6Df4 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-veknIM6Df4 .embla__button:disabled::before {
  opacity: .2;
}
.cid-veknIM6Df4 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-veknIM6Df4 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-veknIM6Df4 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veknIM6Df4 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-veknIM6Df4 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-veknIM6Df4 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-veknIM6Df4 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-veknIM6Df4 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-veknIM6Df4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veknIM6Df4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veknIM6Df4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veknIM6Df4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veknIM6Df4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekmpuw8SR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekmpuw8SR::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekmpuw8SR::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekmpuw8SR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekmpuw8SR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekmpuw8SR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekmpuw8SR .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekmpuw8SR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekmpuw8SR .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekmpuw8SR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekmpuw8SR .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekmpuw8SR .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekmpuw8SR .mbr-label,
.cid-vekmpuw8SR .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekmpuw8SR .mbr-section-title {
  color: #ffffff;
}
.cid-vekmpuw8SR .mbr-text,
.cid-vekmpuw8SR .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekmpuw8SR .mbr-section-title,
.cid-vekmpuw8SR .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-veksQO803b {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veksQO803b .mbr-fallback-image.disabled {
  display: none;
}
.cid-veksQO803b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veksQO803b .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veksQO803b .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-veksQO803b .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-veksQO803b .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veksQO803b .embla__slide .slide-content {
  width: 100%;
}
.cid-veksQO803b .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-veksQO803b .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-veksQO803b .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-veksQO803b .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-veksQO803b .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veksQO803b .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-veksQO803b .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-veksQO803b .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-veksQO803b .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-veksQO803b .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-veksQO803b .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-veksQO803b .embla__button--next,
.cid-veksQO803b .embla__button--prev {
  display: flex;
}
.cid-veksQO803b .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-veksQO803b .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veksQO803b .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-veksQO803b .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-veksQO803b .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-veksQO803b .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-veksQO803b .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-veksQO803b .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-veksQO803b .embla__viewport {
    padding: 0;
  }
}
.cid-veksQO803b .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veksQO803b .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veksQO803b .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veksQO803b .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veksQO803b .mbr-section-title,
.cid-veksQO803b .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-veksQO803b .card-title {
  color: #323432;
}
.cid-veksQO803b .card-text {
  color: #323432;
  text-align: center;
}
.cid-veksQO803b .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-veksQO803b .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-veksQO803b .product-image:hover {
  filter: grayscale(0%);
}
.cid-veksQO803b .card-title,
.cid-veksQO803b .mbr-section-btn {
  text-align: center;
}
.cid-veksQO803b .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-v5qUdKvvgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qUdKvvgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg-40x40.png");
}
.cid-v5qUdKvvgD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v5qUdKvvgD .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v5qUdKvvgD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5qUdKvvgD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qUdKvvgD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qUdKvvgD .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5qUdKvvgD .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v5qUdKvvgD .mbr-label,
.cid-v5qUdKvvgD .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qUdKvvgD .mbr-section-title {
  color: #ffffff;
}
.cid-v5qUdKvvgD .mbr-text,
.cid-v5qUdKvvgD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qUdKvvgD .mbr-section-title,
.cid-v5qUdKvvgD .mbr-section-btn {
  text-align: center;
}
.cid-vekieHCFjr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vekieHCFjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekieHCFjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekieHCFjr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vekieHCFjr .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vekieHCFjr .embla__slide .slide-content {
  width: 100%;
}
.cid-vekieHCFjr .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vekieHCFjr .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-vekieHCFjr .embla__button--next,
.cid-vekieHCFjr .embla__button--prev {
  display: flex;
}
.cid-vekieHCFjr .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vekieHCFjr .embla__button:hover {
  opacity: .5 !important;
}
.cid-vekieHCFjr .embla__button:disabled {
  opacity: .3 !important;
}
.cid-vekieHCFjr .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vekieHCFjr .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekieHCFjr .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vekieHCFjr .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekieHCFjr .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vekieHCFjr .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vekieHCFjr .embla__viewport {
    padding: 0;
  }
}
.cid-vekieHCFjr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekieHCFjr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekieHCFjr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekieHCFjr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekisx2dRp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekisx2dRp::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekisx2dRp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekisx2dRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekisx2dRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekisx2dRp .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekisx2dRp .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekisx2dRp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekisx2dRp .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekisx2dRp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekisx2dRp .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekisx2dRp .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekisx2dRp .mbr-label,
.cid-vekisx2dRp .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekisx2dRp .mbr-section-title {
  color: #ffffff;
}
.cid-vekisx2dRp .mbr-text,
.cid-vekisx2dRp .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekisx2dRp .mbr-section-title,
.cid-vekisx2dRp .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vekiZ5iieP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vekiZ5iieP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekiZ5iieP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekiZ5iieP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vekiZ5iieP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vekiZ5iieP .embla__slide .slide-content {
  width: 100%;
}
.cid-vekiZ5iieP .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vekiZ5iieP .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vekiZ5iieP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vekiZ5iieP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vekiZ5iieP .embla__button--next,
.cid-vekiZ5iieP .embla__button--prev {
  display: flex;
}
.cid-vekiZ5iieP .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vekiZ5iieP .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vekiZ5iieP .embla__button:hover::before {
  opacity: .5;
}
.cid-vekiZ5iieP .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vekiZ5iieP .embla__button:disabled::before {
  opacity: .2;
}
.cid-vekiZ5iieP .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vekiZ5iieP .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vekiZ5iieP .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vekiZ5iieP .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vekiZ5iieP .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vekiZ5iieP .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vekiZ5iieP .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vekiZ5iieP .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vekiZ5iieP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vekiZ5iieP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vekiZ5iieP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vekiZ5iieP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vekiZ5iieP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vekj9VAX4g {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vekj9VAX4g::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 25%, #ffffff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vekj9VAX4g::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.cid-vekj9VAX4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekj9VAX4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekj9VAX4g .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vekj9VAX4g .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vekj9VAX4g .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vekj9VAX4g .content-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vekj9VAX4g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vekj9VAX4g .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vekj9VAX4g .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vekj9VAX4g .mbr-label,
.cid-vekj9VAX4g .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vekj9VAX4g .mbr-section-title {
  color: #ffffff;
}
.cid-vekj9VAX4g .mbr-text,
.cid-vekj9VAX4g .text-wrapper {
  color: #262526;
  text-align: center;
}
.cid-vekj9VAX4g .mbr-section-title,
.cid-vekj9VAX4g .mbr-section-btn {
  text-align: center;
  color: #262526;
}
.cid-vfsB4OFy64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfsB4OFy64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfsB4OFy64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfsB4OFy64 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfsB4OFy64 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfsB4OFy64 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vfsB4OFy64 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfsB4OFy64 .embla__slide .slide-content {
  width: 100%;
}
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfsB4OFy64 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-vfsB4OFy64 .embla__button--next,
.cid-vfsB4OFy64 .embla__button--prev {
  display: flex;
}
.cid-vfsB4OFy64 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-vfsB4OFy64 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #dddddd !important;
  color: #454545 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfsB4OFy64 .embla__button:hover {
  background-color: #454545 !important;
  color: #dddddd !important;
}
.cid-vfsB4OFy64 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #dddddd !important;
  color: #454545 !important;
}
.cid-vfsB4OFy64 .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-vfsB4OFy64 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vfsB4OFy64 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-vfsB4OFy64 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfsB4OFy64 .embla__viewport {
    padding: 0;
  }
}
.cid-vfsB4OFy64 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfsB4OFy64 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfsB4OFy64 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfsB4OFy64 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfsB4OFy64 .mbr-section-title,
.cid-vfsB4OFy64 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfsB4OFy64 .card-title {
  color: #323432;
}
.cid-vfsB4OFy64 .card-text {
  color: #323432;
  text-align: center;
}
.cid-vfsB4OFy64 .product-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.cid-vfsB4OFy64 .product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.cid-vfsB4OFy64 .product-image:hover {
  filter: grayscale(0%);
}
.cid-vfsB4OFy64 .card-title,
.cid-vfsB4OFy64 .mbr-section-btn {
  text-align: center;
}
.cid-vfsB4OFy64 .product-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfuiAXelH1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfuiAXelH1 nav.navbar {
  position: fixed;
}
.cid-vfuiAXelH1 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfuiAXelH1 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover,
.cid-vfuiAXelH1 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item:hover span {
  color: white;
}
.cid-vfuiAXelH1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfuiAXelH1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfuiAXelH1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfuiAXelH1 .nav-link {
  position: relative;
}
.cid-vfuiAXelH1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfuiAXelH1 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfuiAXelH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfuiAXelH1 .dropdown-menu,
.cid-vfuiAXelH1 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-vfuiAXelH1 .nav-item:focus,
.cid-vfuiAXelH1 .nav-link:focus {
  outline: none;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfuiAXelH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfuiAXelH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfuiAXelH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfuiAXelH1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfuiAXelH1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfuiAXelH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfuiAXelH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfuiAXelH1 .navbar.collapsed {
  justify-content: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfuiAXelH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfuiAXelH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfuiAXelH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfuiAXelH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfuiAXelH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfuiAXelH1 .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-vfuiAXelH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfuiAXelH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfuiAXelH1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfuiAXelH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfuiAXelH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfuiAXelH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfuiAXelH1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfuiAXelH1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-vfuiAXelH1 .dropdown-item.active,
.cid-vfuiAXelH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfuiAXelH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfuiAXelH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfuiAXelH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfuiAXelH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfuiAXelH1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfuiAXelH1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfuiAXelH1 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-vfuiAXelH1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfuiAXelH1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfuiAXelH1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #be1200;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfuiAXelH1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfuiAXelH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfuiAXelH1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfuiAXelH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfuiAXelH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfuiAXelH1 .navbar {
    height: 70px;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    height: auto;
  }
  .cid-vfuiAXelH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfuiAXelH1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfuiAXelH1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vfuiAXelH1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover,
.cid-vfuiAXelH1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-vfuiAXelH1 .nav-item .nav-link:hover::after,
.cid-vfuiAXelH1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfuiAXelH1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfuiAXelH1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfuiAXelH1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfuiAXelH1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfuiAXelH1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfuiAXelH1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfuiAXelH1 .content-wrap {
  min-height: 110px;
}
.cid-vfuiAXelH1 .icon-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-vfuiAXelH1 .icon-text .texto-izquierda {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cid-vfuiAXelH1 .icon-text .mbr-iconfont {
  font-size: 20px;
  color: #555;
}
.cid-vfz05i7iNm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vfz05i7iNm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-vfz05i7iNm .nav-link {
  font-weight: 900;
}
.cid-vfz05i7iNm .nav-item:not(:first-child)::before {
  background: #ffffff;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-vfz05i7iNm .navbar-nav {
  display: block;
}
.cid-vfz05i7iNm .navbar-nav li {
  display: inline-block;
}
.cid-vfz05i7iNm li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-vfz05i7iNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfz05i7iNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-bk {
  /* Type valid CSS here */
}
#custom-html-bk body {
  font-family: Arial, sans-serif;
  background: #f3f3f3;
}
#custom-html-bk .comparativa {
  display: grid;
  grid-template-columns: 2.2fr repeat(4, 1fr);
  max-width: 1000px;
  margin: 40px auto;
  background: white;
  padding: 30px;
  border-radius: 8px;
}
#custom-html-bk .col-header {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
#custom-html-bk .col-header img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}
#custom-html-bk .label {
  padding: 20px 10px;
  border-top: 1px solid #ddd;
}
#custom-html-bk .label h4 {
  margin: 0 0 5px;
  font-size: 16px;
}
#custom-html-bk .label p {
  margin: 0;
  font-size: 13px;
  color: #555;
}
#custom-html-bk .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
}
#custom-html-bk .icon::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
#custom-html-bk .check::before {
  content: "✔";
  background: #e6f7ec;
  color: #2ecc71;
  font-weight: bold;
}
#custom-html-bk .cross::before {
  content: "✕";
  background: #f0f0f0;
  color: #999;
}
#custom-html-bk .comparativa > div:nth-child(-n+5) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.cid-vfurq1tWAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vfurq1tWAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurq1tWAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurq1tWAd .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfurq1tWAd .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfurq1tWAd .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfurq1tWAd .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:hover::before,
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfurq1tWAd .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfurq1tWAd .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vfurq1tWAd .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vfurq1tWAd .mbr-copy {
  margin-bottom: 0;
  color: #ffc100;
  text-align: center;
}
.cid-vfurq1tWAd .mbr-list-title {
  color: #ffffff;
}
.cid-vfurq1tWAd .list {
  color: #9ba9c4;
}
.cid-vfurq1tWAd .list,
.cid-vfurq1tWAd .item-wrap {
  color: #ffffff;
  text-align: center;
}
