.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #f1002a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !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: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f1002a !important;
  border-color: #f1002a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff254b !important;
  border-color: #ff254b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff254b !important;
  border-color: #ff254b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f1002a;
  color: #f1002a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9a001b !important;
  background-color: transparent !important;
  border-color: #9a001b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f1002a !important;
  border-color: #f1002a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #f1002a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8b0018 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #f1002a;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffbec9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !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='%239fe870' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v2zZnHOq9i .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2zZnHOq9i .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2zZnHOq9i .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2zZnHOq9i .dropdown-item {
  padding: 0;
}
.cid-v2zZnHOq9i .dropdown-menu {
  border: 0px solid lightgray;
  background: #f1002a !important;
  top: 100%;
}
.cid-v2zZnHOq9i .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-v2zZnHOq9i .menu-content-top {
    display: block;
  }
  .cid-v2zZnHOq9i .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-v2zZnHOq9i .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-v2zZnHOq9i nav.opened .menu-content-top {
  display: none;
}
.cid-v2zZnHOq9i .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f1002a;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2zZnHOq9i .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2zZnHOq9i a {
  font-style: normal;
}
.cid-v2zZnHOq9i .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2zZnHOq9i .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v2zZnHOq9i .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2zZnHOq9i .content-text {
  margin-bottom: 0;
}
.cid-v2zZnHOq9i .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2zZnHOq9i .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9fe870;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2zZnHOq9i .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2zZnHOq9i .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2zZnHOq9i .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v2zZnHOq9i .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2zZnHOq9i .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2zZnHOq9i .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v2zZnHOq9i .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2zZnHOq9i .nav-dropdown .link {
  font-weight: 400;
}
.cid-v2zZnHOq9i .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2zZnHOq9i .content-right-side {
  text-align: center;
}
.cid-v2zZnHOq9i .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2zZnHOq9i .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2zZnHOq9i .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v2zZnHOq9i .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-v2zZnHOq9i .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2zZnHOq9i .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2zZnHOq9i .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2zZnHOq9i .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2zZnHOq9i .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-v2zZnHOq9i .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2zZnHOq9i .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-v2zZnHOq9i .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2zZnHOq9i .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2zZnHOq9i .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2zZnHOq9i .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2zZnHOq9i .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 4.5rem);
  }
  .cid-v2zZnHOq9i .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2zZnHOq9i .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v2zZnHOq9i .navbar-toggler {
    display: none;
  }
  .cid-v2zZnHOq9i .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2zZnHOq9i .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2zZnHOq9i .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2zZnHOq9i .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2zZnHOq9i .menu-logo {
  margin-right: auto;
}
.cid-v2zZnHOq9i .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2zZnHOq9i .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2zZnHOq9i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2zZnHOq9i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2zZnHOq9i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-v2zZnHOq9i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2zZnHOq9i .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2zZnHOq9i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2zZnHOq9i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2zZnHOq9i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2zZnHOq9i .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2zZnHOq9i .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2zZnHOq9i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2zZnHOq9i .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-v2zZnHOq9i .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2zZnHOq9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2zZnHOq9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2zZnHOq9i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2zZnHOq9i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2zZnHOq9i .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2zZnHOq9i .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2zZnHOq9i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2zZnHOq9i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2zZnHOq9i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-v2zZnHOq9i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2zZnHOq9i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-v2zZnHOq9i button.navbar-toggler:focus {
  outline: none;
}
.cid-v2zZnHOq9i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2zZnHOq9i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2zZnHOq9i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2zZnHOq9i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2zZnHOq9i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2zZnHOq9i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2zZnHOq9i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2zZnHOq9i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2zZnHOq9i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2zZnHOq9i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2zZnHOq9i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2zZnHOq9i .collapsed .btn {
  display: flex;
}
.cid-v2zZnHOq9i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2zZnHOq9i .collapsed .navbar-collapse.collapsing,
.cid-v2zZnHOq9i .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2zZnHOq9i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2zZnHOq9i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2zZnHOq9i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2zZnHOq9i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2zZnHOq9i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2zZnHOq9i .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2zZnHOq9i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2zZnHOq9i .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2zZnHOq9i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2zZnHOq9i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2zZnHOq9i .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2zZnHOq9i .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2zZnHOq9i .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2zZnHOq9i .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2zZnHOq9i .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2zZnHOq9i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2zZnHOq9i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2zZnHOq9i .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2zZnHOq9i .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2zZnHOq9i .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2zZnHOq9i .navbar-collapse.collapsing,
  .cid-v2zZnHOq9i .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2zZnHOq9i .navbar-collapse.collapsing .navbar-nav,
  .cid-v2zZnHOq9i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2zZnHOq9i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2zZnHOq9i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2zZnHOq9i .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2zZnHOq9i .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2zZnHOq9i .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2zZnHOq9i .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v2zZnHOq9i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2zZnHOq9i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2zZnHOq9i .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2zZnHOq9i img {
    height: 2.2rem !important;
  }
  .cid-v2zZnHOq9i .btn {
    display: flex;
  }
  .cid-v2zZnHOq9i button.navbar-toggler {
    display: block;
  }
  .cid-v2zZnHOq9i .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2zZnHOq9i .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2zZnHOq9i .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2zZnHOq9i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2zZnHOq9i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2zZnHOq9i .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2zZnHOq9i .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2zZnHOq9i .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2zZnHOq9i .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v2zZnHOq9i .nav-link:focus {
  outline: none;
}
.cid-v2zZnHOq9i .navbar-toggler {
  position: relative;
}
.cid-v2zZnHOq9i .dropdown-item.active,
.cid-v2zZnHOq9i .dropdown-item:active {
  background: #f1002a;
  color: initial;
}
.cid-v2Ad2Pi7xK {
  background-color: #ffffff;
  padding-top: 7rem;
  padding-bottom: 0rem;
}
.cid-v2Ad2Pi7xK .carousel {
  height: 800px;
}
.cid-v2Ad2Pi7xK .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2Ad2Pi7xK .carousel-item,
.cid-v2Ad2Pi7xK .carousel-inner {
  height: 100%;
}
.cid-v2Ad2Pi7xK img,
.cid-v2Ad2Pi7xK .item-wrapper {
  border-radius: 0 !important;
}
.cid-v2Ad2Pi7xK .carousel-caption {
  bottom: 40px;
}
.cid-v2Ad2Pi7xK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v2Ad2Pi7xK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v2Ad2Pi7xK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v2Ad2Pi7xK .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2Ad2Pi7xK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v2Ad2Pi7xK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v2Ad2Pi7xK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v2Ad2Pi7xK .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v2Ad2Pi7xK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2Ad2Pi7xK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2Ad2Pi7xK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2Ad2Pi7xK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v2Ad2Pi7xK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v2Ad2Pi7xK .carousel-indicators li.active,
.cid-v2Ad2Pi7xK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2Ad2Pi7xK .carousel-indicators li::after,
.cid-v2Ad2Pi7xK .carousel-indicators li::before {
  content: none;
}
.cid-v2Ad2Pi7xK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2Ad2Pi7xK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2Ad2Pi7xK .mbr-section-subtitle,
  .cid-v2Ad2Pi7xK .mbr-section-text,
  .cid-v2Ad2Pi7xK .mbr-section-btn {
    text-align: center;
  }
}
.cid-v2JsQQOkCs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v2JsQQOkCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JsQQOkCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2JsQQOkCs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2JsQQOkCs .row {
  flex-direction: row-reverse;
}
.cid-v2JsQQOkCs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2JsQQOkCs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2JsQQOkCs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2JsQQOkCs .mbr-section-title {
  color: #f1002a;
}
.cid-v2JsQQOkCs .mbr-text,
.cid-v2JsQQOkCs .mbr-section-btn {
  color: #000000;
}
.cid-v2JAabxnaE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/inteligenciaartificialseguridadelectronicavideovigilancia-080042022-portada-1000x485-780x470.jpg-780x470.jpg");
}
.cid-v2JAabxnaE .row {
  flex-direction: row-reverse;
}
.cid-v2JAabxnaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JAabxnaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JAabxnaE .mbr-description {
  text-align: left;
}
.cid-v2JAabxnaE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2JAabxnaE .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2JAabxnaE .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v2JAabxnaE .card-title,
.cid-v2JAabxnaE .iconfont-wrapper {
  color: #000000;
}
.cid-v2JAabxnaE .card-text {
  color: #000000;
}
.cid-v2JAabxnaE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2JAabxnaE .mbr-text,
.cid-v2JAabxnaE .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-v2JAabxnaE .card-text,
.cid-v2JAabxnaE .item .mbr-section-btn {
  text-align: left;
}
.cid-v2JAabxnaE .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2JAabxnaE .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2JAabxnaE .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1002a;
  background-color: #f1002a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2JAabxnaE .mbr-text UL {
  text-align: left;
}
.cid-v2JAabxnaE .mbr-text {
  color: #f92c50;
}
.cid-v2Oc7htThp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1002a;
}
.cid-v2Oc7htThp .mbr-text {
  color: #767676;
}
.cid-v2Oc7htThp .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v2Oc7htThp .card-box {
    flex-direction: column;
  }
}
.cid-v2Oc7htThp .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-v2Oc7htThp .mbr-section-subtitle {
  color: #767676;
}
.cid-v2Oc7htThp .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v2Oc7htThp .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-v2Oc7htThp .title .card-title {
  z-index: 1;
}
.cid-v2Oc7htThp h4 {
  margin: 0;
}
.cid-v2Oc7htThp .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v2Oc7htThp .card {
    margin-bottom: 1.5rem;
  }
}
.cid-v2Oc7htThp .card-title,
.cid-v2Oc7htThp .card-img {
  color: #000000;
  text-align: center;
}
.cid-v2Oc7htThp .num,
.cid-v2Oc7htThp .line {
  color: #ffffff;
}
.cid-v2Oc7htThp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Oc7htThp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Oc7htThp .mbr-section-title,
.cid-v2Oc7htThp .card-box {
  color: #ffffff;
}
.cid-v2KysuaPsT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2KysuaPsT .item-wrapper {
  position: relative;
}
.cid-v2KysuaPsT .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v2KysuaPsT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 18%;
  max-width: 596px;
}
.cid-v2KysuaPsT .embla__button--next,
.cid-v2KysuaPsT .embla__button--prev {
  display: flex;
}
.cid-v2KysuaPsT .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2KysuaPsT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2KysuaPsT .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-v2KysuaPsT .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-v2KysuaPsT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v2KysuaPsT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v2KysuaPsT .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-v2KysuaPsT .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v2KysuaPsT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2KysuaPsT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2KysuaPsT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2KysuaPsT .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cid-v2KysuaPsT img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-v2KysuaPsT .container {
  max-width: 1100px;
}
.cid-v2KysuaPsT .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-v2KysuaPsT .embla {
    width: 70%;
  }
  .cid-v2KysuaPsT .embla__slide {
    min-width: 150%;
  }
}
.cid-v2KzR95O4J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1002a;
}
.cid-v2KzR95O4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KzR95O4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2KzR95O4J .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-v2KzR95O4J .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v2KzR95O4J .container {
    padding: 0 25px;
  }
}
.cid-v2KzR95O4J .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KzR95O4J .row {
    padding-top: 45px;
  }
}
.cid-v2KzR95O4J .item:hover .item-wrapper .item-img img,
.cid-v2KzR95O4J .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-v2KzR95O4J .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2KzR95O4J .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-v2KzR95O4J .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v2KzR95O4J .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-v2KzR95O4J .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-v2KzR95O4J .border-wrap {
    margin-top: 45px;
  }
}
.cid-v2JMKZPtC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1326mayoristas-cdc.jpg-1992x1120.jpg");
}
.cid-v2JMKZPtC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JMKZPtC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JMKZPtC7 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2JMKZPtC7 .google-map {
    margin-bottom: 32px;
  }
}
.cid-v2JMKZPtC7 .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-v2JMKZPtC7 .google-map iframe {
    height: 350px;
  }
}
.cid-v2JMKZPtC7 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2JMKZPtC7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v2JMKZPtC7 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v2JMKZPtC7 .mbr-section-title {
  color: #f1002a;
}
.cid-v2JMKZPtC7 label {
  color: #000000;
}
.cid-v2Jr715jxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2Jr715jxA .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v2Jr715jxA .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v2Jr715jxA .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v2Jr715jxA .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v2Jr715jxA .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v2Jr715jxA .social_icons {
  text-align: center;
}
.cid-v2Jr715jxA .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v2Jr715jxA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f1002a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2Jr715jxA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2Jr715jxA .iconfont-wrapper:hover {
  background-color: #d80026;
}
@media (max-width: 767px) {
  .cid-v2Jr715jxA .footer_timework {
    margin-top: 50px;
  }
  .cid-v2Jr715jxA .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v2Jr715jxA .mbr-text,
.cid-v2Jr715jxA .footer_logo,
.cid-v2Jr715jxA .social_icons {
  color: #000000;
}
.cid-v2Oa2N01Va {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1002a;
  overflow: hidden;
}
.cid-v2JrJFE9Wf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1002a;
}
.cid-v2JrJFE9Wf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v2KMCUw6f6 .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2KMCUw6f6 .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2KMCUw6f6 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2KMCUw6f6 .dropdown-item {
  padding: 0;
}
.cid-v2KMCUw6f6 .dropdown-menu {
  border: 0px solid lightgray;
  background: #f1002a !important;
  top: 100%;
}
.cid-v2KMCUw6f6 .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-v2KMCUw6f6 .menu-content-top {
    display: block;
  }
  .cid-v2KMCUw6f6 .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-v2KMCUw6f6 .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-v2KMCUw6f6 nav.opened .menu-content-top {
  display: none;
}
.cid-v2KMCUw6f6 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f1002a;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2KMCUw6f6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2KMCUw6f6 a {
  font-style: normal;
}
.cid-v2KMCUw6f6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2KMCUw6f6 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v2KMCUw6f6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2KMCUw6f6 .content-text {
  margin-bottom: 0;
}
.cid-v2KMCUw6f6 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2KMCUw6f6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9fe870;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2KMCUw6f6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2KMCUw6f6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2KMCUw6f6 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v2KMCUw6f6 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2KMCUw6f6 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2KMCUw6f6 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v2KMCUw6f6 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2KMCUw6f6 .nav-dropdown .link {
  font-weight: 400;
}
.cid-v2KMCUw6f6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2KMCUw6f6 .content-right-side {
  text-align: center;
}
.cid-v2KMCUw6f6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2KMCUw6f6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2KMCUw6f6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v2KMCUw6f6 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-v2KMCUw6f6 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2KMCUw6f6 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2KMCUw6f6 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2KMCUw6f6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2KMCUw6f6 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-v2KMCUw6f6 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2KMCUw6f6 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-v2KMCUw6f6 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2KMCUw6f6 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2KMCUw6f6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2KMCUw6f6 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2KMCUw6f6 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 4.5rem);
  }
  .cid-v2KMCUw6f6 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2KMCUw6f6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v2KMCUw6f6 .navbar-toggler {
    display: none;
  }
  .cid-v2KMCUw6f6 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2KMCUw6f6 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2KMCUw6f6 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2KMCUw6f6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2KMCUw6f6 .menu-logo {
  margin-right: auto;
}
.cid-v2KMCUw6f6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2KMCUw6f6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2KMCUw6f6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2KMCUw6f6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2KMCUw6f6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-v2KMCUw6f6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2KMCUw6f6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2KMCUw6f6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2KMCUw6f6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2KMCUw6f6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2KMCUw6f6 .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2KMCUw6f6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2KMCUw6f6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2KMCUw6f6 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-v2KMCUw6f6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2KMCUw6f6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2KMCUw6f6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2KMCUw6f6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2KMCUw6f6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2KMCUw6f6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2KMCUw6f6 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2KMCUw6f6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2KMCUw6f6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2KMCUw6f6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-v2KMCUw6f6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2KMCUw6f6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-v2KMCUw6f6 button.navbar-toggler:focus {
  outline: none;
}
.cid-v2KMCUw6f6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2KMCUw6f6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2KMCUw6f6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2KMCUw6f6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2KMCUw6f6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2KMCUw6f6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2KMCUw6f6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2KMCUw6f6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2KMCUw6f6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2KMCUw6f6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2KMCUw6f6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2KMCUw6f6 .collapsed .btn {
  display: flex;
}
.cid-v2KMCUw6f6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.collapsing,
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2KMCUw6f6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2KMCUw6f6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2KMCUw6f6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2KMCUw6f6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2KMCUw6f6 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2KMCUw6f6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2KMCUw6f6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2KMCUw6f6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2KMCUw6f6 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2KMCUw6f6 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2KMCUw6f6 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2KMCUw6f6 .navbar-collapse.collapsing,
  .cid-v2KMCUw6f6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2KMCUw6f6 .navbar-collapse.collapsing .navbar-nav,
  .cid-v2KMCUw6f6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2KMCUw6f6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2KMCUw6f6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2KMCUw6f6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2KMCUw6f6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2KMCUw6f6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2KMCUw6f6 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v2KMCUw6f6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2KMCUw6f6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2KMCUw6f6 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2KMCUw6f6 img {
    height: 2.2rem !important;
  }
  .cid-v2KMCUw6f6 .btn {
    display: flex;
  }
  .cid-v2KMCUw6f6 button.navbar-toggler {
    display: block;
  }
  .cid-v2KMCUw6f6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2KMCUw6f6 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2KMCUw6f6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2KMCUw6f6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2KMCUw6f6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2KMCUw6f6 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2KMCUw6f6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2KMCUw6f6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2KMCUw6f6 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v2KMCUw6f6 .nav-link:focus {
  outline: none;
}
.cid-v2KMCUw6f6 .navbar-toggler {
  position: relative;
}
.cid-v2KMCUw6f6 .dropdown-item.active,
.cid-v2KMCUw6f6 .dropdown-item:active {
  background: #f1002a;
  color: initial;
}
.cid-v2L0zLktZs {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2L0zLktZs .mbr-shop {
  display: table;
  width: 100%;
}
.cid-v2L0zLktZs .mbr-shop .row {
  margin: 0;
}
.cid-v2L0zLktZs .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-v2L0zLktZs .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-v2L0zLktZs .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-v2L0zLktZs .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-v2L0zLktZs li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-v2L0zLktZs .container {
  max-width: 1400px;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-v2L0zLktZs .sidebar_wraper {
  padding: 1rem 0;
}
.cid-v2L0zLktZs .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-v2L0zLktZs .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
}
.cid-v2L0zLktZs .display-5 {
  font-size: 1.4rem;
}
.cid-v2L0zLktZs .shop-item-price,
.cid-v2L0zLktZs .oldprice {
  font-size: 1.1rem;
  font-weight: 600 !important;
}
.cid-v2L0zLktZs .mbr-shop .sidebar-background:after {
  background: transparent !important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-v2L0zLktZs .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-v2L0zLktZs .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-v2L0zLktZs .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-v2L0zLktZs .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-v2L0zLktZs .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-v2L0zLktZs .mbr-shop .hide-modal {
  display: none;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-v2L0zLktZs .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-v2L0zLktZs .mbr-shop .filter-by-pu,
.cid-v2L0zLktZs .mbr-shop .filter-by-pd,
.cid-v2L0zLktZs .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-v2L0zLktZs .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-v2L0zLktZs .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-v2L0zLktZs .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-v2L0zLktZs .mbr-shop .galleryItem h4,
.cid-v2L0zLktZs .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cid-v2L0zLktZs .mbr-shop .galleryItem h5,
.cid-v2L0zLktZs .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-v2L0zLktZs .mbr-shop .galleryItem p,
.cid-v2L0zLktZs .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-v2L0zLktZs .mbr-shop .item-button {
  text-align: center;
}
.cid-v2L0zLktZs .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-v2L0zLktZs .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-v2L0zLktZs .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-v2L0zLktZs .mbr-shop .sidebar-block {
  position: relative;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-v2L0zLktZs .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-item__hided h4,
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-item__hided h5,
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-v2L0zLktZs .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-v2L0zLktZs .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-v2L0zLktZs .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-v2L0zLktZs .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-v2L0zLktZs .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-v2L0zLktZs .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-v2L0zLktZs .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-v2L0zLktZs .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-v2L0zLktZs .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cid-v2L0zLktZs .mbr-shop .range-controls {
  position: relative;
}
.cid-v2L0zLktZs .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-v2L0zLktZs .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-v2L0zLktZs .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-v2L0zLktZs .mbr-shop .toggle:hover,
.cid-v2L0zLktZs .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-v2L0zLktZs .mbr-shop .min-toggle {
  left: 0;
}
.cid-v2L0zLktZs .mbr-shop .max-toggle {
  right: 0;
}
.cid-v2L0zLktZs .mbr-shop .hided-by-price {
  display: none;
}
.cid-v2L0zLktZs .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-v2L0zLktZs .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-v2L0zLktZs .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-v2L0zLktZs .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-v2L0zLktZs .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-v2L0zLktZs .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-v2L0zLktZs .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-v2L0zLktZs .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-v2L0zLktZs .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-v2L0zLktZs .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-v2L0zLktZs .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-v2L0zLktZs .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-v2L0zLktZs .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-v2L0zLktZs .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-v2L0zLktZs .mbr-shop .shop-items .onsale,
.cid-v2L0zLktZs .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-v2L0zLktZs .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-v2L0zLktZs .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-v2L0zLktZs .mbr-shop .price-range {
  display: inline-block;
}
.cid-v2L0zLktZs .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-v2L0zLktZs .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-v2L0zLktZs .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-v2L0zLktZs .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-v2L0zLktZs .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-v2L0zLktZs .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-v2L0zLktZs .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-v2L0zLktZs .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-v2L0zLktZs .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-v2L0zLktZs .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-v2L0zLktZs .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-v2L0zLktZs .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-v2L0zLktZs .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-v2L0zLktZs .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-v2L0zLktZs .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2L0zLktZs .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-v2L0zLktZs .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-v2L0zLktZs .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-v2L0zLktZs .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-v2L0zLktZs .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-v2L0zLktZs .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-v2L0zLktZs .wrapper-shop-items {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-v2L0zLktZs .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2L0zLktZs .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-v2L0zLktZs .wrapper-shop-items,
  .cid-v2L0zLktZs .mbr-shop__row {
    padding: 0;
  }
  .cid-v2L0zLktZs .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-v2L0zLktZs .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-v2L0zLktZs .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-v2L0zLktZs .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-v2L0zLktZs .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-v2L0zLktZs .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-v2L0zLktZs .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-v2L0zLktZs .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-v2L0zLktZs .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-v2L0zLktZs .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-v2L0zLktZs .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-v2L0zLktZs .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-v2L0zLktZs .oldprice {
  color: #767676;
  padding-left: 0.8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2L0zLktZs .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-v2KMCXpefO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2KMCXpefO .item-wrapper {
  position: relative;
}
.cid-v2KMCXpefO .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v2KMCXpefO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 18%;
  max-width: 596px;
}
.cid-v2KMCXpefO .embla__button--next,
.cid-v2KMCXpefO .embla__button--prev {
  display: flex;
}
.cid-v2KMCXpefO .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2KMCXpefO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2KMCXpefO .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-v2KMCXpefO .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-v2KMCXpefO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v2KMCXpefO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v2KMCXpefO .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-v2KMCXpefO .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v2KMCXpefO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2KMCXpefO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2KMCXpefO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2KMCXpefO .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cid-v2KMCXpefO img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-v2KMCXpefO .container {
  max-width: 1100px;
}
.cid-v2KMCXpefO .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-v2KMCXpefO .embla {
    width: 70%;
  }
  .cid-v2KMCXpefO .embla__slide {
    min-width: 150%;
  }
}
.cid-v2KMCY8tQm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1002a;
}
.cid-v2KMCY8tQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KMCY8tQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2KMCY8tQm .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-v2KMCY8tQm .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v2KMCY8tQm .container {
    padding: 0 25px;
  }
}
.cid-v2KMCY8tQm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KMCY8tQm .row {
    padding-top: 45px;
  }
}
.cid-v2KMCY8tQm .item:hover .item-wrapper .item-img img,
.cid-v2KMCY8tQm .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-v2KMCY8tQm .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2KMCY8tQm .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-v2KMCY8tQm .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v2KMCY8tQm .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-v2KMCY8tQm .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-v2KMCY8tQm .border-wrap {
    margin-top: 45px;
  }
}
.cid-v2KMCZDvrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2KMCZDvrg .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v2KMCZDvrg .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v2KMCZDvrg .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v2KMCZDvrg .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v2KMCZDvrg .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v2KMCZDvrg .social_icons {
  text-align: center;
}
.cid-v2KMCZDvrg .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v2KMCZDvrg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f1002a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2KMCZDvrg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2KMCZDvrg .iconfont-wrapper:hover {
  background-color: #d80026;
}
@media (max-width: 767px) {
  .cid-v2KMCZDvrg .footer_timework {
    margin-top: 50px;
  }
  .cid-v2KMCZDvrg .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v2KMCZDvrg .mbr-text,
.cid-v2KMCZDvrg .footer_logo,
.cid-v2KMCZDvrg .social_icons {
  color: #000000;
}
.cid-v2KMD0kTCL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1002a;
}
.cid-v2KMD0kTCL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v2Oa2N01Va {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1002a;
  overflow: hidden;
}
.cid-v2LSje8CPR .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2LSje8CPR .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2LSje8CPR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2LSje8CPR .dropdown-item {
  padding: 0;
}
.cid-v2LSje8CPR .dropdown-menu {
  border: 0px solid lightgray;
  background: #f1002a !important;
  top: 100%;
}
.cid-v2LSje8CPR .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-v2LSje8CPR .menu-content-top {
    display: block;
  }
  .cid-v2LSje8CPR .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-v2LSje8CPR .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-v2LSje8CPR nav.opened .menu-content-top {
  display: none;
}
.cid-v2LSje8CPR .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f1002a;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2LSje8CPR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2LSje8CPR a {
  font-style: normal;
}
.cid-v2LSje8CPR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2LSje8CPR .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v2LSje8CPR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2LSje8CPR .content-text {
  margin-bottom: 0;
}
.cid-v2LSje8CPR .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2LSje8CPR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9fe870;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2LSje8CPR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2LSje8CPR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2LSje8CPR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v2LSje8CPR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2LSje8CPR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2LSje8CPR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v2LSje8CPR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2LSje8CPR .nav-dropdown .link {
  font-weight: 400;
}
.cid-v2LSje8CPR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2LSje8CPR .content-right-side {
  text-align: center;
}
.cid-v2LSje8CPR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2LSje8CPR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2LSje8CPR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v2LSje8CPR .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-v2LSje8CPR .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2LSje8CPR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2LSje8CPR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2LSje8CPR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2LSje8CPR .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-v2LSje8CPR .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2LSje8CPR .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-v2LSje8CPR .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2LSje8CPR .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2LSje8CPR .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2LSje8CPR .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2LSje8CPR .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 4.5rem);
  }
  .cid-v2LSje8CPR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2LSje8CPR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v2LSje8CPR .navbar-toggler {
    display: none;
  }
  .cid-v2LSje8CPR .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2LSje8CPR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2LSje8CPR .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2LSje8CPR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2LSje8CPR .menu-logo {
  margin-right: auto;
}
.cid-v2LSje8CPR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2LSje8CPR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2LSje8CPR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2LSje8CPR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2LSje8CPR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-v2LSje8CPR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2LSje8CPR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2LSje8CPR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2LSje8CPR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2LSje8CPR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2LSje8CPR .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2LSje8CPR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2LSje8CPR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2LSje8CPR .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-v2LSje8CPR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2LSje8CPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2LSje8CPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2LSje8CPR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2LSje8CPR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2LSje8CPR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2LSje8CPR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2LSje8CPR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2LSje8CPR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2LSje8CPR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-v2LSje8CPR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2LSje8CPR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-v2LSje8CPR button.navbar-toggler:focus {
  outline: none;
}
.cid-v2LSje8CPR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2LSje8CPR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2LSje8CPR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2LSje8CPR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2LSje8CPR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2LSje8CPR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2LSje8CPR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2LSje8CPR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2LSje8CPR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2LSje8CPR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2LSje8CPR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2LSje8CPR .collapsed .btn {
  display: flex;
}
.cid-v2LSje8CPR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2LSje8CPR .collapsed .navbar-collapse.collapsing,
.cid-v2LSje8CPR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2LSje8CPR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2LSje8CPR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2LSje8CPR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2LSje8CPR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2LSje8CPR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2LSje8CPR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2LSje8CPR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2LSje8CPR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2LSje8CPR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2LSje8CPR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2LSje8CPR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2LSje8CPR .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2LSje8CPR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2LSje8CPR .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2LSje8CPR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2LSje8CPR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2LSje8CPR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2LSje8CPR .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2LSje8CPR .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2LSje8CPR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2LSje8CPR .navbar-collapse.collapsing,
  .cid-v2LSje8CPR .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2LSje8CPR .navbar-collapse.collapsing .navbar-nav,
  .cid-v2LSje8CPR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2LSje8CPR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2LSje8CPR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2LSje8CPR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2LSje8CPR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2LSje8CPR .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2LSje8CPR .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v2LSje8CPR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2LSje8CPR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2LSje8CPR .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2LSje8CPR img {
    height: 2.2rem !important;
  }
  .cid-v2LSje8CPR .btn {
    display: flex;
  }
  .cid-v2LSje8CPR button.navbar-toggler {
    display: block;
  }
  .cid-v2LSje8CPR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2LSje8CPR .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2LSje8CPR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2LSje8CPR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2LSje8CPR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2LSje8CPR .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2LSje8CPR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2LSje8CPR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2LSje8CPR .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v2LSje8CPR .nav-link:focus {
  outline: none;
}
.cid-v2LSje8CPR .navbar-toggler {
  position: relative;
}
.cid-v2LSje8CPR .dropdown-item.active,
.cid-v2LSje8CPR .dropdown-item:active {
  background: #f1002a;
  color: initial;
}
.cid-v2LUIuKZ5S {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2LUIuKZ5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LUIuKZ5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LUHf02bs {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1326mayoristas-cdc.jpg-1992x1120.jpg");
}
.cid-v2LUHf02bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LUHf02bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zFVgG8N4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zFVgG8N4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zFVgG8N4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zFVgG8N4 .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v2LUlG7uE0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2LUlG7uE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LUlG7uE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LUlG7uE0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v2LUlG7uE0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2LUlG7uE0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2LUlG7uE0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2LUlG7uE0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2LUlG7uE0 .mbr-section-title {
  color: #f1002a;
}
.cid-v2LUlG7uE0 .mbr-text,
.cid-v2LUlG7uE0 .mbr-section-btn {
  color: #000000;
}
.cid-v3zFBVvEDx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zFBVvEDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zFBVvEDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zFBVvEDx .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v3zRePeCWk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3zRePeCWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zRePeCWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zRePeCWk .row {
  justify-content: space-between;
}
.cid-v3zRePeCWk .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3zRePeCWk .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-v3zRePeCWk .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3zRePeCWk .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-v3zRePeCWk .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v3zRePeCWk .mbr-section-title {
  color: #000000;
}
.cid-v3zRePeCWk .mbr-desc {
  color: #000000;
}
.cid-v3zRePeCWk .mbr-text {
  color: #000000;
}
.cid-v2LUmGoPJO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2LUmGoPJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LUmGoPJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2LUmGoPJO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2LUmGoPJO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2LUmGoPJO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2LUmGoPJO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2LUmGoPJO .mbr-section-title {
  color: #f1002a;
}
.cid-v2LUmGoPJO .mbr-text,
.cid-v2LUmGoPJO .mbr-section-btn {
  color: #000000;
}
.cid-v3zXxRqUTN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zXxRqUTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zXxRqUTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zXxRqUTN .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v3zXKtLMe2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zXKtLMe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zXKtLMe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3zXKtLMe2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3zXKtLMe2 .row {
  flex-direction: row-reverse;
}
.cid-v3zXKtLMe2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3zXKtLMe2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zXKtLMe2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3zXKtLMe2 .mbr-section-title {
  color: #f1002a;
}
.cid-v3zXKtLMe2 .mbr-text,
.cid-v3zXKtLMe2 .mbr-section-btn {
  color: #000000;
}
.cid-v3zY28OSY6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3zY28OSY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zY28OSY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3zY28OSY6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3zY28OSY6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3zY28OSY6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zY28OSY6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3zY28OSY6 .mbr-section-title {
  color: #000000;
}
.cid-v3zY28OSY6 .mbr-text,
.cid-v3zY28OSY6 .mbr-section-btn {
  color: #000000;
}
.cid-v3A0Yig3O3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3A0Yig3O3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A0Yig3O3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3A0Yig3O3 .container {
    padding: 0 22px;
  }
}
.cid-v3A0Yig3O3 .card {
  justify-content: center;
}
.cid-v3A0Yig3O3 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v3A0Yig3O3 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3A0Yig3O3 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3A0Yig3O3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3A0Yig3O3 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v3A0Yig3O3 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ff002c;
}
@media (max-width: 1440px) {
  .cid-v3A0Yig3O3 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-v3A0Yig3O3 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-v3A0Yig3O3 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-v3A0Yig3O3 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-v3A0Yig3O3 .mbr-section-title {
  color: #000000;
}
.cid-v3A0Yig3O3 .mbr-text {
  color: #000000;
}
.cid-v3A1JXOtb1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3A1JXOtb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A1JXOtb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3A1JXOtb1 .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v3A2fXn9L1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3A2fXn9L1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A2fXn9L1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3A2fXn9L1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3A2fXn9L1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3A2fXn9L1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3A2fXn9L1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3A2fXn9L1 .mbr-section-title {
  color: #000000;
}
.cid-v3A2fXn9L1 .mbr-text,
.cid-v3A2fXn9L1 .mbr-section-btn {
  color: #000000;
}
.cid-v3A2XWJ1ze {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3A2XWJ1ze .mbr-text {
  color: #000000;
}
.cid-v3A2XWJ1ze .mbr-section-subtitle {
  color: #000000;
}
.cid-v3A2XWJ1ze .mbr-section-title {
  color: #000000;
}
.cid-v3A2CsrE5t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3A2CsrE5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A2CsrE5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3A2CsrE5t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3A2CsrE5t .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3A2CsrE5t .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3A2CsrE5t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3A2CsrE5t .mbr-section-title {
  color: #000000;
}
.cid-v3A2CsrE5t .mbr-text,
.cid-v3A2CsrE5t .mbr-section-btn {
  color: #000000;
}
.cid-v3A3rOWbgX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3A3rOWbgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A3rOWbgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3A3rOWbgX .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v3A4WaSi7u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3A4WaSi7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A4WaSi7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3A4WaSi7u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3A4WaSi7u .row {
  flex-direction: row-reverse;
}
.cid-v3A4WaSi7u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3A4WaSi7u .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3A4WaSi7u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3A4WaSi7u .mbr-section-title {
  color: #000000;
}
.cid-v3A4WaSi7u .mbr-text,
.cid-v3A4WaSi7u .mbr-section-btn {
  color: #000000;
}
.cid-v3A4WOQdNo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3A4WOQdNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A4WOQdNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3A4WOQdNo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3A4WOQdNo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3A4WOQdNo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3A4WOQdNo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3A4WOQdNo .mbr-section-title {
  color: #000000;
}
.cid-v3A4WOQdNo .mbr-text,
.cid-v3A4WOQdNo .mbr-section-btn {
  color: #000000;
}
.cid-v3A5YjXWCS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3A5YjXWCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A5YjXWCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3A5YjXWCS .row {
  flex-direction: row-reverse;
}
.cid-v3BP1NyXaM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffcfd7;
}
.cid-v3BP1NyXaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3BP1NyXaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LSjjF8La {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2LSjjF8La .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v2LSjjF8La .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v2LSjjF8La .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v2LSjjF8La .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v2LSjjF8La .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v2LSjjF8La .social_icons {
  text-align: center;
}
.cid-v2LSjjF8La .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v2LSjjF8La .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f1002a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2LSjjF8La .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2LSjjF8La .iconfont-wrapper:hover {
  background-color: #d80026;
}
@media (max-width: 767px) {
  .cid-v2LSjjF8La .footer_timework {
    margin-top: 50px;
  }
  .cid-v2LSjjF8La .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v2LSjjF8La .mbr-text,
.cid-v2LSjjF8La .footer_logo,
.cid-v2LSjjF8La .social_icons {
  color: #000000;
}
.cid-v2LSjksv6s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1002a;
}
.cid-v2LSjksv6s .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v2Oa2N01Va {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1002a;
  overflow: hidden;
}
.cid-v45CgQjXbS .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v45CgQjXbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v45CgQjXbS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v45CgQjXbS .dropdown-item {
  padding: 0;
}
.cid-v45CgQjXbS .dropdown-menu {
  border: 0px solid lightgray;
  background: #f1002a !important;
  top: 100%;
}
.cid-v45CgQjXbS .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-v45CgQjXbS .menu-content-top {
    display: block;
  }
  .cid-v45CgQjXbS .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-v45CgQjXbS .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-v45CgQjXbS nav.opened .menu-content-top {
  display: none;
}
.cid-v45CgQjXbS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f1002a;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v45CgQjXbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v45CgQjXbS a {
  font-style: normal;
}
.cid-v45CgQjXbS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v45CgQjXbS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v45CgQjXbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v45CgQjXbS .content-text {
  margin-bottom: 0;
}
.cid-v45CgQjXbS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v45CgQjXbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9fe870;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v45CgQjXbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v45CgQjXbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v45CgQjXbS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v45CgQjXbS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v45CgQjXbS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v45CgQjXbS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v45CgQjXbS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v45CgQjXbS .nav-dropdown .link {
  font-weight: 400;
}
.cid-v45CgQjXbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v45CgQjXbS .content-right-side {
  text-align: center;
}
.cid-v45CgQjXbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v45CgQjXbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v45CgQjXbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v45CgQjXbS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-v45CgQjXbS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v45CgQjXbS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v45CgQjXbS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v45CgQjXbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v45CgQjXbS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-v45CgQjXbS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v45CgQjXbS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-v45CgQjXbS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v45CgQjXbS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v45CgQjXbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v45CgQjXbS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v45CgQjXbS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 4.5rem);
  }
  .cid-v45CgQjXbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v45CgQjXbS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v45CgQjXbS .navbar-toggler {
    display: none;
  }
  .cid-v45CgQjXbS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v45CgQjXbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v45CgQjXbS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v45CgQjXbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v45CgQjXbS .menu-logo {
  margin-right: auto;
}
.cid-v45CgQjXbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v45CgQjXbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v45CgQjXbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v45CgQjXbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v45CgQjXbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-v45CgQjXbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v45CgQjXbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v45CgQjXbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v45CgQjXbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v45CgQjXbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v45CgQjXbS .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v45CgQjXbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v45CgQjXbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v45CgQjXbS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-v45CgQjXbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v45CgQjXbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v45CgQjXbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v45CgQjXbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v45CgQjXbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v45CgQjXbS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v45CgQjXbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v45CgQjXbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v45CgQjXbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v45CgQjXbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-v45CgQjXbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v45CgQjXbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-v45CgQjXbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v45CgQjXbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v45CgQjXbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v45CgQjXbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v45CgQjXbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v45CgQjXbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v45CgQjXbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v45CgQjXbS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v45CgQjXbS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v45CgQjXbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v45CgQjXbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v45CgQjXbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v45CgQjXbS .collapsed .btn {
  display: flex;
}
.cid-v45CgQjXbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v45CgQjXbS .collapsed .navbar-collapse.collapsing,
.cid-v45CgQjXbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v45CgQjXbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v45CgQjXbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v45CgQjXbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v45CgQjXbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v45CgQjXbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v45CgQjXbS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v45CgQjXbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v45CgQjXbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v45CgQjXbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v45CgQjXbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v45CgQjXbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v45CgQjXbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v45CgQjXbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v45CgQjXbS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v45CgQjXbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v45CgQjXbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v45CgQjXbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v45CgQjXbS .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v45CgQjXbS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v45CgQjXbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v45CgQjXbS .navbar-collapse.collapsing,
  .cid-v45CgQjXbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v45CgQjXbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v45CgQjXbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v45CgQjXbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v45CgQjXbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v45CgQjXbS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v45CgQjXbS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v45CgQjXbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v45CgQjXbS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v45CgQjXbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v45CgQjXbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v45CgQjXbS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v45CgQjXbS img {
    height: 2.2rem !important;
  }
  .cid-v45CgQjXbS .btn {
    display: flex;
  }
  .cid-v45CgQjXbS button.navbar-toggler {
    display: block;
  }
  .cid-v45CgQjXbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v45CgQjXbS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v45CgQjXbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v45CgQjXbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v45CgQjXbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v45CgQjXbS .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v45CgQjXbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v45CgQjXbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v45CgQjXbS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v45CgQjXbS .nav-link:focus {
  outline: none;
}
.cid-v45CgQjXbS .navbar-toggler {
  position: relative;
}
.cid-v45CgQjXbS .dropdown-item.active,
.cid-v45CgQjXbS .dropdown-item:active {
  background: #f1002a;
  color: initial;
}
.cid-v45CgReYUl {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v45CgReYUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CgReYUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CgS1fQm {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1326mayoristas-cdc.jpg-1992x1120.jpg");
}
.cid-v45CgS1fQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CgS1fQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45Ch5A5wP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v45Ch5A5wP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Ch5A5wP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45Ch5A5wP .mbr-section-title {
  text-align: center;
  color: #ff002c;
}
.cid-v45Ch6jjkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45Ch6jjkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Ch6jjkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45Ch6jjkP .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v45Ch70aih {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45Ch70aih .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Ch70aih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45Ch70aih .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45Ch70aih .row {
  flex-direction: row-reverse;
}
.cid-v45Ch70aih .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45Ch70aih .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45Ch70aih .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45Ch70aih .mbr-section-title {
  color: #000000;
}
.cid-v45Ch70aih .mbr-text,
.cid-v45Ch70aih .mbr-section-btn {
  color: #000000;
}
.cid-v45Ch7KQYL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45Ch7KQYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Ch7KQYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45Ch7KQYL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45Ch7KQYL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45Ch7KQYL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45Ch7KQYL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45Ch7KQYL .mbr-section-title {
  color: #000000;
}
.cid-v45Ch7KQYL .mbr-text,
.cid-v45Ch7KQYL .mbr-section-btn {
  color: #000000;
}
.cid-v45Ch8uxvQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v45Ch8uxvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Ch8uxvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45Ch9gaxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v45Ch9gaxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Ch9gaxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45Ch9gaxJ .row {
  justify-content: space-between;
}
.cid-v45Ch9gaxJ .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v45Ch9gaxJ .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-v45Ch9gaxJ .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v45Ch9gaxJ .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-v45Ch9gaxJ .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v45Ch9gaxJ .mbr-section-title {
  color: #000000;
}
.cid-v45Ch9gaxJ .mbr-desc {
  color: #000000;
}
.cid-v45Ch9gaxJ .mbr-text {
  color: #000000;
}
.cid-v45Cha3icb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v45Cha3icb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Cha3icb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45Cha3icb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45Cha3icb .row {
  flex-direction: row-reverse;
}
.cid-v45Cha3icb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45Cha3icb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45Cha3icb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45Cha3icb .mbr-section-title {
  color: #000000;
}
.cid-v45Cha3icb .mbr-text,
.cid-v45Cha3icb .mbr-section-btn {
  color: #000000;
}
.cid-v45ChaOqpM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChaOqpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChaOqpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChaOqpM .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v45ChbDjGV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChbDjGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChbDjGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChbDjGV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChbDjGV .row {
  flex-direction: row-reverse;
}
.cid-v45ChbDjGV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChbDjGV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChbDjGV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChbDjGV .mbr-section-title {
  color: #000000;
}
.cid-v45ChbDjGV .mbr-text,
.cid-v45ChbDjGV .mbr-section-btn {
  color: #000000;
}
.cid-v45ChcqdXB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChcqdXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChcqdXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChcqdXB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChcqdXB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChcqdXB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChcqdXB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChcqdXB .mbr-section-title {
  color: #000000;
}
.cid-v45ChcqdXB .mbr-text,
.cid-v45ChcqdXB .mbr-section-btn {
  color: #000000;
}
.cid-v45Chdc1u1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45Chdc1u1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Chdc1u1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45Chdc1u1 .mbr-section-title {
  text-align: left;
}
.cid-v45ChdYv5L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChdYv5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChdYv5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChdYv5L .row {
  flex-direction: row-reverse;
}
.cid-v45ChdYv5L .mbr-description {
  text-align: left;
}
.cid-v45ChePVyv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChePVyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChePVyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChePVyv .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v45ChfCQTh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChfCQTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChfCQTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChfCQTh .mbr-section-title {
  text-align: center;
}
.cid-v45ChgqyQo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChgqyQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChgqyQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChgqyQo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChgqyQo .row {
  flex-direction: row-reverse;
}
.cid-v45ChgqyQo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChgqyQo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChgqyQo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChgqyQo .mbr-section-title {
  color: #000000;
}
.cid-v45ChgqyQo .mbr-text,
.cid-v45ChgqyQo .mbr-section-btn {
  color: #000000;
}
.cid-v45Chhfvos {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45Chhfvos .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Chhfvos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45Chhfvos .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45Chhfvos .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45Chhfvos .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45Chhfvos .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45Chhfvos .mbr-section-title {
  color: #000000;
}
.cid-v45Chhfvos .mbr-text,
.cid-v45Chhfvos .mbr-section-btn {
  color: #000000;
}
.cid-v45Chi51Yk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45Chi51Yk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Chi51Yk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45Chi51Yk .mbr-section-title {
  text-align: center;
}
.cid-v45ChiTfU5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChiTfU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChiTfU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChiTfU5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChiTfU5 .row {
  flex-direction: row-reverse;
}
.cid-v45ChiTfU5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChiTfU5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChiTfU5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChiTfU5 .mbr-section-title {
  color: #000000;
}
.cid-v45ChiTfU5 .mbr-text,
.cid-v45ChiTfU5 .mbr-section-btn {
  color: #000000;
}
.cid-v45ChjIRbd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChjIRbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChjIRbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChjIRbd .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v45Chky8wT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45Chky8wT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Chky8wT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45Chky8wT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45Chky8wT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45Chky8wT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45Chky8wT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45Chky8wT .mbr-section-title {
  color: #000000;
}
.cid-v45Chky8wT .mbr-text,
.cid-v45Chky8wT .mbr-section-btn {
  color: #000000;
}
.cid-v45ChlpVt8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChlpVt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChlpVt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChlpVt8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChlpVt8 .row {
  flex-direction: row-reverse;
}
.cid-v45ChlpVt8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChlpVt8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChlpVt8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChlpVt8 .mbr-section-title {
  color: #000000;
}
.cid-v45ChlpVt8 .mbr-text,
.cid-v45ChlpVt8 .mbr-section-btn {
  color: #000000;
}
.cid-v45Chn0Dmm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v45Chn0Dmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Chn0Dmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45Chn0Dmm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45Chn0Dmm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45Chn0Dmm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45Chn0Dmm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45Chn0Dmm .mbr-section-title {
  color: #000000;
}
.cid-v45Chn0Dmm .mbr-text,
.cid-v45Chn0Dmm .mbr-section-btn {
  color: #000000;
}
.cid-v45ChnSXHG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v45ChnSXHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChnSXHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChnSXHG .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v45ChoKiLX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChoKiLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChoKiLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChoKiLX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChoKiLX .row {
  flex-direction: row-reverse;
}
.cid-v45ChoKiLX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChoKiLX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChoKiLX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChoKiLX .mbr-section-title {
  color: #000000;
}
.cid-v45ChoKiLX .mbr-text,
.cid-v45ChoKiLX .mbr-section-btn {
  color: #000000;
}
.cid-v45ChpDy2t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChpDy2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChpDy2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChpDy2t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChpDy2t .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChpDy2t .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChpDy2t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChpDy2t .mbr-section-title {
  color: #000000;
}
.cid-v45ChpDy2t .mbr-text,
.cid-v45ChpDy2t .mbr-section-btn {
  color: #000000;
}
.cid-v45ChqvRgU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChqvRgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChqvRgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChqvRgU .mbr-section-title {
  text-align: center;
}
.cid-v45Chrqhkg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v45Chrqhkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Chrqhkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45Chrqhkg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45Chrqhkg .row {
  flex-direction: row-reverse;
}
.cid-v45Chrqhkg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45Chrqhkg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45Chrqhkg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45Chrqhkg .mbr-section-title {
  color: #000000;
}
.cid-v45Chrqhkg .mbr-text,
.cid-v45Chrqhkg .mbr-section-btn {
  color: #000000;
}
.cid-v45Chsk73L {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45Chsk73L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Chsk73L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45Chsk73L .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v45ChtcEkr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChtcEkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChtcEkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChtcEkr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChtcEkr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChtcEkr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChtcEkr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChtcEkr .mbr-section-title {
  color: #000000;
}
.cid-v45ChtcEkr .mbr-text,
.cid-v45ChtcEkr .mbr-section-btn {
  color: #000000;
}
.cid-v45ChuHRBy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChuHRBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChuHRBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChuHRBy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChuHRBy .row {
  flex-direction: row-reverse;
}
.cid-v45ChuHRBy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChuHRBy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChuHRBy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChuHRBy .mbr-section-title {
  color: #000000;
}
.cid-v45ChuHRBy .mbr-text,
.cid-v45ChuHRBy .mbr-section-btn {
  color: #000000;
}
.cid-v45ChvI78i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChvI78i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChvI78i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChvI78i .mbr-section-title {
  text-align: center;
}
.cid-v45ChwFrrM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChwFrrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChwFrrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChwFrrM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChwFrrM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChwFrrM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChwFrrM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChwFrrM .mbr-section-title {
  color: #000000;
}
.cid-v45ChwFrrM .mbr-text,
.cid-v45ChwFrrM .mbr-section-btn {
  color: #000000;
}
.cid-v45ChxEhAQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v45ChxEhAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChxEhAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChxEhAQ .mbr-section-title {
  text-align: left;
  color: #ff002c;
}
.cid-v45ChyBe5J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45ChyBe5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChyBe5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45ChyBe5J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45ChyBe5J .row {
  flex-direction: row-reverse;
}
.cid-v45ChyBe5J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45ChyBe5J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45ChyBe5J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45ChyBe5J .mbr-section-title {
  color: #000000;
}
.cid-v45ChyBe5J .mbr-text,
.cid-v45ChyBe5J .mbr-section-btn {
  color: #000000;
}
.cid-v45Chzzz9h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v45Chzzz9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45Chzzz9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45Chzzz9h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45Chzzz9h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45Chzzz9h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45Chzzz9h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45Chzzz9h .mbr-section-title {
  color: #000000;
}
.cid-v45Chzzz9h .mbr-text,
.cid-v45Chzzz9h .mbr-section-btn {
  color: #000000;
}
.cid-v45ChKVJA2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffcfd7;
}
.cid-v45ChKVJA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45ChKVJA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45ChLZnxa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v45ChLZnxa .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v45ChLZnxa .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v45ChLZnxa .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v45ChLZnxa .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v45ChLZnxa .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v45ChLZnxa .social_icons {
  text-align: center;
}
.cid-v45ChLZnxa .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v45ChLZnxa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f1002a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v45ChLZnxa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v45ChLZnxa .iconfont-wrapper:hover {
  background-color: #d80026;
}
@media (max-width: 767px) {
  .cid-v45ChLZnxa .footer_timework {
    margin-top: 50px;
  }
  .cid-v45ChLZnxa .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v45ChLZnxa .mbr-text,
.cid-v45ChLZnxa .footer_logo,
.cid-v45ChLZnxa .social_icons {
  color: #000000;
}
.cid-v45ChNfK5W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1002a;
}
.cid-v45ChNfK5W .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v45ChOoZJe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1002a;
  overflow: hidden;
}
.cid-v45CBhfycq .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v45CBhfycq .navbar-fixed-top {
  padding-top: 0;
}
.cid-v45CBhfycq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v45CBhfycq .dropdown-item {
  padding: 0;
}
.cid-v45CBhfycq .dropdown-menu {
  border: 0px solid lightgray;
  background: #f1002a !important;
  top: 100%;
}
.cid-v45CBhfycq .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-v45CBhfycq .menu-content-top {
    display: block;
  }
  .cid-v45CBhfycq .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-v45CBhfycq .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-v45CBhfycq nav.opened .menu-content-top {
  display: none;
}
.cid-v45CBhfycq .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f1002a;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v45CBhfycq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v45CBhfycq a {
  font-style: normal;
}
.cid-v45CBhfycq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v45CBhfycq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v45CBhfycq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v45CBhfycq .content-text {
  margin-bottom: 0;
}
.cid-v45CBhfycq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v45CBhfycq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9fe870;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v45CBhfycq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v45CBhfycq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v45CBhfycq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v45CBhfycq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v45CBhfycq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v45CBhfycq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v45CBhfycq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v45CBhfycq .nav-dropdown .link {
  font-weight: 400;
}
.cid-v45CBhfycq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v45CBhfycq .content-right-side {
  text-align: center;
}
.cid-v45CBhfycq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v45CBhfycq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v45CBhfycq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v45CBhfycq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-v45CBhfycq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v45CBhfycq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v45CBhfycq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v45CBhfycq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v45CBhfycq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-v45CBhfycq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v45CBhfycq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-v45CBhfycq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v45CBhfycq .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v45CBhfycq .navbar {
    display: block;
    padding: 0;
  }
  .cid-v45CBhfycq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v45CBhfycq .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 4.5rem);
  }
  .cid-v45CBhfycq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v45CBhfycq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v45CBhfycq .navbar-toggler {
    display: none;
  }
  .cid-v45CBhfycq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v45CBhfycq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v45CBhfycq .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v45CBhfycq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v45CBhfycq .menu-logo {
  margin-right: auto;
}
.cid-v45CBhfycq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v45CBhfycq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v45CBhfycq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v45CBhfycq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v45CBhfycq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-v45CBhfycq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v45CBhfycq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v45CBhfycq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v45CBhfycq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v45CBhfycq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v45CBhfycq .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v45CBhfycq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v45CBhfycq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v45CBhfycq .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-v45CBhfycq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v45CBhfycq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v45CBhfycq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v45CBhfycq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v45CBhfycq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v45CBhfycq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v45CBhfycq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v45CBhfycq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v45CBhfycq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v45CBhfycq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-v45CBhfycq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v45CBhfycq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-v45CBhfycq button.navbar-toggler:focus {
  outline: none;
}
.cid-v45CBhfycq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v45CBhfycq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v45CBhfycq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v45CBhfycq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v45CBhfycq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v45CBhfycq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v45CBhfycq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v45CBhfycq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v45CBhfycq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v45CBhfycq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v45CBhfycq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v45CBhfycq .collapsed .btn {
  display: flex;
}
.cid-v45CBhfycq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v45CBhfycq .collapsed .navbar-collapse.collapsing,
.cid-v45CBhfycq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v45CBhfycq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v45CBhfycq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v45CBhfycq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v45CBhfycq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v45CBhfycq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v45CBhfycq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v45CBhfycq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v45CBhfycq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v45CBhfycq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v45CBhfycq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v45CBhfycq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v45CBhfycq .collapsed button.navbar-toggler {
  display: block;
}
.cid-v45CBhfycq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v45CBhfycq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v45CBhfycq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v45CBhfycq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v45CBhfycq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v45CBhfycq .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v45CBhfycq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v45CBhfycq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v45CBhfycq .navbar-collapse.collapsing,
  .cid-v45CBhfycq .navbar-collapse.show {
    display: block !important;
  }
  .cid-v45CBhfycq .navbar-collapse.collapsing .navbar-nav,
  .cid-v45CBhfycq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v45CBhfycq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v45CBhfycq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v45CBhfycq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v45CBhfycq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v45CBhfycq .navbar-collapse.collapsing .navbar-buttons,
  .cid-v45CBhfycq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v45CBhfycq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v45CBhfycq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v45CBhfycq .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v45CBhfycq img {
    height: 2.2rem !important;
  }
  .cid-v45CBhfycq .btn {
    display: flex;
  }
  .cid-v45CBhfycq button.navbar-toggler {
    display: block;
  }
  .cid-v45CBhfycq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v45CBhfycq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v45CBhfycq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v45CBhfycq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v45CBhfycq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v45CBhfycq .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v45CBhfycq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v45CBhfycq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v45CBhfycq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v45CBhfycq .nav-link:focus {
  outline: none;
}
.cid-v45CBhfycq .navbar-toggler {
  position: relative;
}
.cid-v45CBhfycq .dropdown-item.active,
.cid-v45CBhfycq .dropdown-item:active {
  background: #f1002a;
  color: initial;
}
.cid-v45CBi7OW2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v45CBi7OW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CBi7OW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CBiR5Hg {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1326mayoristas-cdc.jpg-1992x1120.jpg");
}
.cid-v45CBiR5Hg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CBiR5Hg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CC24MpI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45CC24MpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CC24MpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CC24MpI .mbr-section-title {
  text-align: center;
  color: #ff002c;
}
.cid-v45CC33cqJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45CC33cqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CC33cqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CC33cqJ .mbr-section-title {
  text-align: center;
}
.cid-v45CC3Yqa5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45CC3Yqa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CC3Yqa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45CC3Yqa5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45CC3Yqa5 .row {
  flex-direction: row-reverse;
}
.cid-v45CC3Yqa5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45CC3Yqa5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45CC3Yqa5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45CC3Yqa5 .mbr-section-title {
  color: #000000;
}
.cid-v45CC3Yqa5 .mbr-text,
.cid-v45CC3Yqa5 .mbr-section-btn {
  color: #000000;
}
.cid-v45CC4XeX0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45CC4XeX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CC4XeX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CC4XeX0 .row {
  flex-direction: row-reverse;
}
.cid-v45CC4XeX0 .mbr-description {
  text-align: left;
}
.cid-v45CC5VsPf {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v45CC5VsPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CC5VsPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CC5VsPf .mbr-section-title {
  text-align: center;
}
.cid-v45CC6YcCg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45CC6YcCg .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-v45CC6YcCg img,
.cid-v45CC6YcCg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v45CC6YcCg .item:focus,
.cid-v45CC6YcCg span:focus {
  outline: none;
}
.cid-v45CC6YcCg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v45CC6YcCg .item {
    margin-bottom: 1rem;
  }
}
.cid-v45CC6YcCg .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v45CC6YcCg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v45CC6YcCg .mbr-section-title {
  color: #232323;
}
.cid-v45CC6YcCg .mbr-text,
.cid-v45CC6YcCg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v45CC6YcCg .item-title {
  color: #232323;
  text-align: center;
}
.cid-v45CC6YcCg .content-head {
  max-width: 800px;
}
.cid-v45CC83uOO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45CC83uOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CC83uOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CC83uOO .row {
  flex-direction: row-reverse;
}
.cid-v45CC83uOO .mbr-description {
  text-align: left;
}
.cid-v45CC94Sc5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v45CC94Sc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CC94Sc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CC94Sc5 .mbr-section-title {
  text-align: center;
  color: #ff002c;
}
.cid-v45CCa35Dk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v45CCa35Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CCa35Dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v45CCa35Dk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v45CCa35Dk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v45CCa35Dk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v45CCa35Dk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v45CCa35Dk .mbr-section-title {
  color: #000000;
}
.cid-v45CCa35Dk .mbr-text,
.cid-v45CCa35Dk .mbr-section-btn {
  color: #000000;
}
.cid-v45CCb4bpH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffcfd7;
}
.cid-v45CCb4bpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45CCb4bpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45CCc9Kf6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v45CCc9Kf6 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v45CCc9Kf6 .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v45CCc9Kf6 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v45CCc9Kf6 .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v45CCc9Kf6 .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v45CCc9Kf6 .social_icons {
  text-align: center;
}
.cid-v45CCc9Kf6 .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v45CCc9Kf6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f1002a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v45CCc9Kf6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v45CCc9Kf6 .iconfont-wrapper:hover {
  background-color: #d80026;
}
@media (max-width: 767px) {
  .cid-v45CCc9Kf6 .footer_timework {
    margin-top: 50px;
  }
  .cid-v45CCc9Kf6 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v45CCc9Kf6 .mbr-text,
.cid-v45CCc9Kf6 .footer_logo,
.cid-v45CCc9Kf6 .social_icons {
  color: #000000;
}
.cid-v45CCdhtss {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1002a;
}
.cid-v45CCdhtss .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v45CCeiZMP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1002a;
  overflow: hidden;
}
