.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: Instrument Sans;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 7rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fc4b08 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #a7fd2a !important;
}
.bg-warning {
  background-color: #bdc4c2 !important;
}
.bg-danger {
  background-color: #13a8fe !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fc4b08 !important;
  border-color: #fc4b08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fd703a !important;
  border-color: #fd703a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd703a !important;
  border-color: #fd703a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc4b08 !important;
  border-color: #fc4b08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fd703a !important;
  border-color: #fd703a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fd703a !important;
  border-color: #fd703a !important;
}
.btn-info,
.btn-info:active {
  background-color: #a7fd2a !important;
  border-color: #a7fd2a !important;
  color: #182800 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bcfd5d !important;
  border-color: #bcfd5d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #182800 !important;
  background-color: #bcfd5d !important;
  border-color: #bcfd5d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bdc4c2 !important;
  border-color: #bdc4c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d8dcdb !important;
  border-color: #d8dcdb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d8dcdb !important;
  border-color: #d8dcdb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13a8fe !important;
  border-color: #13a8fe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #46bbfe !important;
  border-color: #46bbfe !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #46bbfe !important;
  border-color: #46bbfe !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: #fc4b08;
  color: #fc4b08;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab3102 !important;
  background-color: transparent !important;
  border-color: #ab3102 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc4b08 !important;
  border-color: #fc4b08 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fc4b08;
  color: #fc4b08;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ab3102 !important;
  background-color: transparent !important;
  border-color: #ab3102 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc4b08 !important;
  border-color: #fc4b08 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a7fd2a;
  color: #a7fd2a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7bce02 !important;
  background-color: transparent !important;
  border-color: #7bce02 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #182800 !important;
  background-color: #a7fd2a !important;
  border-color: #a7fd2a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bdc4c2;
  color: #bdc4c2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8f9b98 !important;
  background-color: transparent !important;
  border-color: #8f9b98 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bdc4c2 !important;
  border-color: #bdc4c2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #13a8fe;
  color: #13a8fe;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0176ba !important;
  background-color: transparent !important;
  border-color: #0176ba !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #13a8fe !important;
  border-color: #13a8fe !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: #fc4b08 !important;
}
.text-secondary {
  color: #fc4b08 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #a7fd2a !important;
}
.text-warning {
  color: #bdc4c2 !important;
}
.text-danger {
  color: #13a8fe !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9c2c02 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9c2c02 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #72bf02 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #879490 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #016caa !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: #fc4b08;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a7fd2a;
}
.alert-warning {
  background-color: #bdc4c2;
}
.alert-danger {
  background-color: #13a8fe;
}
.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: #fc4b08;
  border-color: #fc4b08;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fc4b08;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feded2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fafff4;
}
.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: #def3ff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fc4b08 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #fc4b08;
}
/* 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: #fc4b08;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fc4b08;
}
.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: #fc4b08;
  border-bottom-color: #fc4b08;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fc4b08 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #fc4b08 !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='%23fc4b08' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 24px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #ffffff !important;
}
img {
  border-radius: .5rem !important;
}
.cid-tPfm1ihrpz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tPfm1ihrpz .navbar-dropdown {
  background: rgba(0, 0, 0, 0) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tPfm1ihrpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0) !important;
  background: #000000;
}
.cid-tPfm1ihrpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPfm1ihrpz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPfm1ihrpz .menu_box .navbar.opened,
  .cid-tPfm1ihrpz .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tPfm1ihrpz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPfm1ihrpz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPfm1ihrpz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPfm1ihrpz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #120052;
  }
  .cid-tPfm1ihrpz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPfm1ihrpz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPfm1ihrpz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPfm1ihrpz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPfm1ihrpz .offcanvas-body .mbr-text,
  .cid-tPfm1ihrpz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPfm1ihrpz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fc4b08;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPfm1ihrpz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPfm1ihrpz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPfm1ihrpz li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #fc4b08;
  }
  .cid-tPfm1ihrpz .lg_brand {
    margin: 0 1rem;
  }
  .cid-tPfm1ihrpz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tPfm1ihrpz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPfm1ihrpz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .nav-item {
    margin: 0 !important;
  }
}
.cid-tPfm1ihrpz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-tPfm1ihrpz .nav-item .nav-link::before {
  content: '';
  background-color: #fc4b08;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tPfm1ihrpz .nav-item .nav-link:hover,
.cid-tPfm1ihrpz .nav-item .nav-link:focus {
  color: #fc4b08 !important;
}
.cid-tPfm1ihrpz .nav-item .nav-link:hover::before,
.cid-tPfm1ihrpz .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-tPfm1ihrpz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPfm1ihrpz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPfm1ihrpz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPfm1ihrpz .offcanvas_box {
    display: none;
  }
}
.cid-tPfm1ihrpz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPfm1ihrpz .container {
  display: flex;
  margin: auto;
}
.cid-tPfm1ihrpz .iconfont-wrapper {
  color: #fc4b08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPfm1ihrpz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPfm1ihrpz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPfm1ihrpz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .navbar-nav {
    margin: 0;
  }
}
.cid-tPfm1ihrpz .dropdown-menu,
.cid-tPfm1ihrpz .navbar.opened {
  background-color: true !important;
}
.cid-tPfm1ihrpz .nav-item:focus,
.cid-tPfm1ihrpz .nav-link:focus {
  outline: none;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPfm1ihrpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPfm1ihrpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPfm1ihrpz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPfm1ihrpz .navbar.opened {
  transition: all 0.3s;
}
.cid-tPfm1ihrpz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPfm1ihrpz .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-tPfm1ihrpz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPfm1ihrpz .navbar.collapsed {
  justify-content: center;
}
.cid-tPfm1ihrpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPfm1ihrpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPfm1ihrpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPfm1ihrpz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPfm1ihrpz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPfm1ihrpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPfm1ihrpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPfm1ihrpz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPfm1ihrpz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPfm1ihrpz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPfm1ihrpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPfm1ihrpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPfm1ihrpz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPfm1ihrpz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPfm1ihrpz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPfm1ihrpz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPfm1ihrpz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPfm1ihrpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPfm1ihrpz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPfm1ihrpz .dropdown-item.active,
.cid-tPfm1ihrpz .dropdown-item:active {
  background-color: transparent;
}
.cid-tPfm1ihrpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPfm1ihrpz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPfm1ihrpz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPfm1ihrpz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPfm1ihrpz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fc4b08;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPfm1ihrpz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPfm1ihrpz .navbar {
    height: 70px;
  }
  .cid-tPfm1ihrpz .navbar.opened {
    height: auto;
  }
  .cid-tPfm1ihrpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPfm1ihrpz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPfm1ihrpz .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-tPfm1ihrpz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tPfm1ihrpz .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-tPfm1ihrpz .navbar-caption:hover {
  color: #fc4b08;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tPfm1ihrpz .text_widget {
  margin-bottom: 32px;
}
.cid-tPfm1ihrpz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPfm1ihrpz .text_widget a:hover,
.cid-tPfm1ihrpz .text_widget a:focus {
  opacity: .6;
}
.cid-tPfm1ihrpz .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm1ihrpz .navbar-caption {
  color: #F9F6E0;
}
.cid-tPfm1ihrpz .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm1ihrpz .mbr-section-subtitle,
.cid-tPfm1ihrpz .text_widget,
.cid-tPfm1ihrpz .mbr-section-btn {
  text-align: center;
}
.cid-tPfm1ihrpz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQzwDT2hXh {
  background-image: url("../../../assets/images/mexico-de-mis-amores-2000x1209.jpg");
}
.cid-uQzwDT2hXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzwDT2hXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uQzwDT2hXh .container {
    padding: 0 24px;
  }
}
.cid-uQzwDT2hXh .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #fc4b08;
}
@media (max-width: 992px) {
  .cid-uQzwDT2hXh .content-wrapper {
    padding: 24px;
  }
}
.cid-uQzwDT2hXh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQzwDT2hXh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQzwDT2hXh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uQzwDT2hXh .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uQzwDT2hXh .mbr-section-title {
  color: #F9F6E0;
}
.cid-uQzwDT2hXh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQzwDT2hXh .mbr-section-title,
.cid-uQzwDT2hXh .mbr-section-btn {
  text-align: center;
  color: #fc4b08;
}
.cid-ul51SO0NNc {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/premios-e-imaginarium-puebla-diseno-redes-sociales-desarrollo-1-2000x1303.jpg");
}
.cid-ul51SO0NNc .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-ul51SO0NNc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ul51SO0NNc .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ul51SO0NNc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ul51SO0NNc .container {
    padding: 0 20px;
  }
}
.cid-ul51SO0NNc .text-wrapper .mbr-text {
  margin-bottom: 120px;
  padding: 0 120px;
}
@media (max-width: 992px) {
  .cid-ul51SO0NNc .text-wrapper .mbr-text {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-ul51SO0NNc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-ul51SO0NNc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ul51SO0NNc .embla__slide .slide-content {
  width: 100%;
}
.cid-ul51SO0NNc .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-ul51SO0NNc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ul51SO0NNc .embla__button--next,
.cid-ul51SO0NNc .embla__button--prev {
  display: flex;
}
.cid-ul51SO0NNc .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-ul51SO0NNc .embla__button {
    display: none;
  }
}
.cid-ul51SO0NNc .embla__button:hover {
  background-color: #fc4b08 !important;
}
.cid-ul51SO0NNc .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-ul51SO0NNc .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-ul51SO0NNc .embla {
  position: relative;
  width: 100%;
}
.cid-ul51SO0NNc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ul51SO0NNc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ul51SO0NNc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ul51SO0NNc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ul51SO0NNc .mbr-text {
  color: #fc4b08;
  text-align: center;
}
.cid-uhAnjWo6tg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ibero-1-1997x1208.jpg");
}
.cid-uhAnjWo6tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAnjWo6tg .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-uhAnjWo6tg .container {
    padding: 0 20px;
  }
}
.cid-uhAnjWo6tg .row {
  height: 100%;
}
.cid-uhAnjWo6tg .row .card {
  justify-content: flex-end;
}
.cid-uhAnjWo6tg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhAnjWo6tg .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhAnjWo6tg .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhAnjWo6tg .mbr-section-btn {
    text-align: left;
  }
}
.cid-uhAnjWo6tg .mbr-section-title {
  color: #ffffff;
}
.cid-uhAnjWo6tg .mbr-section-title,
.cid-uhAnjWo6tg .mbr-section-btn {
  color: #bdc4c2;
}
.cid-uoc47FYFZO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/audi-mms-2000x1209.jpg");
}
.cid-uoc47FYFZO .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-uoc47FYFZO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uoc47FYFZO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uoc47FYFZO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uoc47FYFZO .container {
    padding: 0 20px;
  }
}
.cid-uoc47FYFZO .text-wrapper .mbr-text {
  margin-bottom: 120px;
  padding: 0 120px;
}
@media (max-width: 992px) {
  .cid-uoc47FYFZO .text-wrapper .mbr-text {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uoc47FYFZO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-uoc47FYFZO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoc47FYFZO .embla__slide .slide-content {
  width: 100%;
}
.cid-uoc47FYFZO .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uoc47FYFZO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uoc47FYFZO .embla__button--next,
.cid-uoc47FYFZO .embla__button--prev {
  display: flex;
}
.cid-uoc47FYFZO .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uoc47FYFZO .embla__button {
    display: none;
  }
}
.cid-uoc47FYFZO .embla__button:hover {
  background-color: #0eff05 !important;
}
.cid-uoc47FYFZO .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uoc47FYFZO .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uoc47FYFZO .embla {
  position: relative;
  width: 100%;
}
.cid-uoc47FYFZO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uoc47FYFZO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoc47FYFZO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoc47FYFZO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoc47FYFZO .mbr-text {
  color: #fc4b08;
  text-align: center;
}
.cid-u6VYy8ZtDu {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #5c666f;
}
.cid-u6VYy8ZtDu img {
  width: 120px;
  margin: auto;
}
.cid-u6VYy8ZtDu .card {
  height: fit-content;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-u6VYy8ZtDu .card img {
  filter: brightness(2);
}
@media (min-width: 992px) {
  .cid-u6VYy8ZtDu .card {
    max-width: 20%;
  }
}
.cid-u6VYy8ZtDu H2 {
  color: #fc4b08;
}
.cid-uhAE4srNh8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/imex-2-2000x610.jpg");
}
.cid-uhAE4srNh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAE4srNh8 .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-uhAE4srNh8 .container {
    padding: 0 20px;
  }
}
.cid-uhAE4srNh8 .row {
  height: 100%;
}
.cid-uhAE4srNh8 .row .card {
  justify-content: flex-end;
}
.cid-uhAE4srNh8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhAE4srNh8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhAE4srNh8 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhAE4srNh8 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uhAE4srNh8 .mbr-section-title {
  color: #ffffff;
}
.cid-uhAE4srNh8 .mbr-section-title,
.cid-uhAE4srNh8 .mbr-section-btn {
  color: #bdc4c2;
}
.cid-uoqerogrci {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uoqerogrci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoqerogrci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uoqerogrci .container {
    padding: 0 24px;
  }
}
.cid-uoqerogrci .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #fc4b08;
}
@media (max-width: 992px) {
  .cid-uoqerogrci .content-wrapper {
    padding: 24px;
  }
}
.cid-uoqerogrci .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoqerogrci .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoqerogrci .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uoqerogrci .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uoqerogrci .mbr-section-title {
  color: #F9F6E0;
}
.cid-uoqerogrci .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uoqerogrci .mbr-section-title,
.cid-uoqerogrci .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uonwiqktCL {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uonwiqktCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uonwiqktCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uonwiqktCL .container {
    padding: 0 24px;
  }
}
.cid-uonwiqktCL .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uonwiqktCL .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uonwiqktCL .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uonwiqktCL .image-wrapper img {
    height: 350px;
  }
}
.cid-uonwiqktCL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uonwiqktCL .content-wrapper .mbr-section-title span {
  color: #fc4b08;
}
.cid-uonwiqktCL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uonwiqktCL .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uonwiqktCL .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uonwiqktCL .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uonwiqktCL .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uonwiqktCL .mbr-section-title {
  color: #F9F6E0;
}
.cid-uonwiqktCL .mbr-text {
  color: #5c666f;
}
.cid-uonwiqktCL .mbr-desc {
  color: #E0B548;
}
.cid-uonwiqktCL .mbr-section-title,
.cid-uonwiqktCL .mbr-section-btn {
  color: #fc4b08;
}
.cid-uopSWHkHcR {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uopSWHkHcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopSWHkHcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uopSWHkHcR .container {
    padding: 0 24px;
  }
}
.cid-uopSWHkHcR .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uopSWHkHcR .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uopSWHkHcR .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopSWHkHcR .image-wrapper img {
    height: 350px;
  }
}
.cid-uopSWHkHcR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopSWHkHcR .content-wrapper .mbr-section-title span {
  color: #fc4b08;
}
.cid-uopSWHkHcR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uopSWHkHcR .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uopSWHkHcR .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uopSWHkHcR .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uopSWHkHcR .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uopSWHkHcR .mbr-section-title {
  color: #F9F6E0;
}
.cid-uopSWHkHcR .mbr-text {
  color: #5c666f;
}
.cid-uopSWHkHcR .mbr-desc {
  color: #E0B548;
}
.cid-uopSWHkHcR .mbr-section-title,
.cid-uopSWHkHcR .mbr-section-btn {
  color: #fc4b08;
}
.cid-uopYBCPMw1 {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uopYBCPMw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopYBCPMw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uopYBCPMw1 .container {
    padding: 0 24px;
  }
}
.cid-uopYBCPMw1 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uopYBCPMw1 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uopYBCPMw1 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopYBCPMw1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uopYBCPMw1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopYBCPMw1 .content-wrapper .mbr-section-title span {
  color: #fc4b08;
}
.cid-uopYBCPMw1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uopYBCPMw1 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uopYBCPMw1 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uopYBCPMw1 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uopYBCPMw1 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uopYBCPMw1 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uopYBCPMw1 .mbr-text {
  color: #5c666f;
}
.cid-uopYBCPMw1 .mbr-desc {
  color: #E0B548;
}
.cid-uopYBCPMw1 .mbr-section-title,
.cid-uopYBCPMw1 .mbr-section-btn {
  color: #fc4b08;
}
.cid-uhFU02Toc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5c666f;
}
.cid-uhFU02Toc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhFU02Toc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uhFU02Toc2 .container {
    padding: 0 24px;
  }
}
.cid-uhFU02Toc2 .content-wrapper {
  padding: 0 32px 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #fc4b08;
}
@media (max-width: 992px) {
  .cid-uhFU02Toc2 .content-wrapper {
    padding: 0 24px 24px;
    margin-bottom: 24px;
  }
}
.cid-uhFU02Toc2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uhFU02Toc2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhFU02Toc2 .row {
  justify-content: center;
}
.cid-uhFU02Toc2 .items {
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uhFU02Toc2 .items {
    padding: 0 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uhFU02Toc2 .item {
    margin-bottom: 24px;
  }
}
.cid-uhFU02Toc2 .item:hover .item-wrapper .item-img img,
.cid-uhFU02Toc2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uhFU02Toc2 .item:hover .item-wrapper .item-img .item-content,
.cid-uhFU02Toc2 .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-uhFU02Toc2 .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #fc4b08;
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #8aa29e;
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-uhFU02Toc2 .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uhFU02Toc2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uhFU02Toc2 .mbr-text {
  color: #bdc4c2;
  text-align: center;
}
.cid-uhFU02Toc2 .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uhFU02Toc2 .card-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uhFU02Toc2 .card-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uhFU02Toc2 .mbr-section-title,
.cid-uhFU02Toc2 .mbr-section-btn {
  color: #fc4b08;
  text-align: center;
}
.cid-uUxgc3sGjr {
  padding-top: 15px;
  padding-bottom: 120px;
  background: #5c666f;
}
.cid-uUxgc3sGjr img {
  width: 120px;
  margin: auto;
}
.cid-uUxgc3sGjr .card {
  height: fit-content;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uUxgc3sGjr .card img {
  filter: brightness(2);
}
@media (min-width: 992px) {
  .cid-uUxgc3sGjr .card {
    max-width: 20%;
  }
}
.cid-uUxgc3sGjr H2 {
  color: #fc4b08;
}
.cid-uUxgc3sGjr .mbr-text,
.cid-uUxgc3sGjr .mbr-section-btn {
  color: #bdc4c2;
}
.cid-uozr1dpYuF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/amarel-3-2000x1303.jpg");
}
.cid-uozr1dpYuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozr1dpYuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uozr1dpYuF .container {
    padding: 0 24px;
  }
}
.cid-uozr1dpYuF .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .row {
    padding: 24px;
  }
}
.cid-uozr1dpYuF .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uozr1dpYuF .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .row .card {
    border: none;
  }
}
.cid-uozr1dpYuF .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uozr1dpYuF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uozr1dpYuF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uozr1dpYuF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uozr1dpYuF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uozr1dpYuF .items {
  border-left: 1px solid #fc4b08;
}
.cid-uozr1dpYuF .items .item {
  padding: 32px;
  border-bottom: 1px solid #fc4b08;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .items .item {
    padding: 24px;
  }
}
.cid-uozr1dpYuF .items .item:last-child {
  border: none;
}
.cid-uozr1dpYuF .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .items .item .item-wrapper {
    display: block;
  }
}
.cid-uozr1dpYuF .items .item .item-wrapper .item-img {
  background-color: #fc4b08;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uozr1dpYuF .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uozr1dpYuF .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uozr1dpYuF .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uozr1dpYuF .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uozr1dpYuF .mbr-section-title {
  color: #F9F6E0;
}
.cid-uozr1dpYuF .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uozr1dpYuF .mbr-text {
  color: #fc4b08;
  text-align: left;
}
.cid-uozr1dpYuF .card-title {
  color: #fc4b08;
}
.cid-uozr1dpYuF .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uozr1dpYuF .mbr-section-title,
.cid-uozr1dpYuF .mbr-section-btn {
  text-align: right;
  color: #fc4b08;
}
.cid-uozr1dpYuF .mbr-section-title,
.cid-uozr1dpYuF .mbr-section-btn DIV {
  text-align: left;
}
.cid-uoqpuIG6G5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/quesos-gaisbern-3-2000x1208.jpg");
}
.cid-uoqpuIG6G5 .row {
  align-items: center;
}
.cid-uoqpuIG6G5 .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uoqpuIG6G5 .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-uoqpuIG6G5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uoqpuIG6G5 .header-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uoqpuIG6G5 .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uoqpuIG6G5 .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-uoqpuIG6G5 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uoqpuIG6G5 .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uoqpuIG6G5 .icons-menu {
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
}
.cid-uoqpuIG6G5 .iconfont-wrapper {
  color: #ffffff !important;
}
.cid-uoqpuIG6G5 .iconfont-wrapper:hover {
  color: #fc4b08 !important;
}
.cid-uoqpuIG6G5 .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-uoqpuIG6G5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoqpuIG6G5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoqpuIG6G5 .mbr-text,
.cid-uoqpuIG6G5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoqpuIG6G5 .contacts-text,
.cid-uoqpuIG6G5 .icons-menu {
  color: #fc4b08;
}
.cid-uoBoyvIr0k {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/expertsys-2000x1208.jpg");
}
.cid-uoBoyvIr0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoBoyvIr0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uoBoyvIr0k .container {
    padding: 0 24px;
  }
}
.cid-uoBoyvIr0k .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .row {
    padding: 24px;
  }
}
.cid-uoBoyvIr0k .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uoBoyvIr0k .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .row .card {
    border: none;
  }
}
.cid-uoBoyvIr0k .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uoBoyvIr0k .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uoBoyvIr0k .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uoBoyvIr0k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uoBoyvIr0k .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uoBoyvIr0k .items {
  border-left: 1px solid #fc4b08;
}
.cid-uoBoyvIr0k .items .item {
  padding: 32px;
  border-bottom: 1px solid #fc4b08;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .items .item {
    padding: 24px;
  }
}
.cid-uoBoyvIr0k .items .item:last-child {
  border: none;
}
.cid-uoBoyvIr0k .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .items .item .item-wrapper {
    display: block;
  }
}
.cid-uoBoyvIr0k .items .item .item-wrapper .item-img {
  background-color: #fc4b08;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uoBoyvIr0k .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uoBoyvIr0k .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uoBoyvIr0k .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uoBoyvIr0k .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uoBoyvIr0k .mbr-section-title {
  color: #F9F6E0;
}
.cid-uoBoyvIr0k .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uoBoyvIr0k .mbr-text {
  color: #fc4b08;
  text-align: left;
}
.cid-uoBoyvIr0k .card-title {
  color: #fc4b08;
}
.cid-uoBoyvIr0k .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uoBoyvIr0k .mbr-section-title,
.cid-uoBoyvIr0k .mbr-section-btn {
  text-align: right;
  color: #fc4b08;
}
.cid-uoBoyvIr0k .mbr-section-title,
.cid-uoBoyvIr0k .mbr-section-btn DIV {
  text-align: left;
}
.cid-uosJr0r5hs .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-uosJr0r5hs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uosJr0r5hs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uosJr0r5hs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uosJr0r5hs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPfm9JF20E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fc4b08;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tPfm9JF20E .container {
    padding: 0 24px;
  }
}
.cid-tPfm9JF20E .row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tPfm9JF20E .logo-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tPfm9JF20E .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-tPfm9JF20E .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #bdc4c2;
}
.cid-tPfm9JF20E .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-tPfm9JF20E .content-wrapper {
    padding: 24px 0;
  }
}
.cid-tPfm9JF20E .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:hover,
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:focus {
  color: #0eff05;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tPfm9JF20E .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tPfm9JF20E .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-tPfm9JF20E .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tPfm9JF20E .nav-list {
    padding: 0;
  }
}
.cid-tPfm9JF20E .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #bdc4c2;
  border-bottom: 1px solid #bdc4c2;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-tPfm9JF20E .nav-list .item-wrap:hover,
.cid-tPfm9JF20E .nav-list .item-wrap:focus {
  color: #0eff05;
}
.cid-tPfm9JF20E .nav-list .item-wrap:hover::before,
.cid-tPfm9JF20E .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-tPfm9JF20E .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-tPfm9JF20E .nav-list .item-wrap::before {
  content: '';
  background-color: #0eff05;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tPfm9JF20E .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm9JF20E .list {
  color: #F9F6E0;
}
.cid-tPfm9JF20E .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm9JF20E .list,
.cid-tPfm9JF20E .item-wrap {
  text-align: center;
  color: #bdc4c2;
}
.cid-tPfm1ihrpz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tPfm1ihrpz .navbar-dropdown {
  background: rgba(0, 0, 0, 0) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tPfm1ihrpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0) !important;
  background: #000000;
}
.cid-tPfm1ihrpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPfm1ihrpz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPfm1ihrpz .menu_box .navbar.opened,
  .cid-tPfm1ihrpz .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tPfm1ihrpz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPfm1ihrpz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPfm1ihrpz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPfm1ihrpz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #120052;
  }
  .cid-tPfm1ihrpz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPfm1ihrpz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPfm1ihrpz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPfm1ihrpz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPfm1ihrpz .offcanvas-body .mbr-text,
  .cid-tPfm1ihrpz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPfm1ihrpz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fc4b08;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPfm1ihrpz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPfm1ihrpz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPfm1ihrpz li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #fc4b08;
  }
  .cid-tPfm1ihrpz .lg_brand {
    margin: 0 1rem;
  }
  .cid-tPfm1ihrpz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tPfm1ihrpz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPfm1ihrpz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .nav-item {
    margin: 0 !important;
  }
}
.cid-tPfm1ihrpz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-tPfm1ihrpz .nav-item .nav-link::before {
  content: '';
  background-color: #fc4b08;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tPfm1ihrpz .nav-item .nav-link:hover,
.cid-tPfm1ihrpz .nav-item .nav-link:focus {
  color: #fc4b08 !important;
}
.cid-tPfm1ihrpz .nav-item .nav-link:hover::before,
.cid-tPfm1ihrpz .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-tPfm1ihrpz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPfm1ihrpz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPfm1ihrpz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPfm1ihrpz .offcanvas_box {
    display: none;
  }
}
.cid-tPfm1ihrpz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPfm1ihrpz .container {
  display: flex;
  margin: auto;
}
.cid-tPfm1ihrpz .iconfont-wrapper {
  color: #fc4b08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPfm1ihrpz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPfm1ihrpz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPfm1ihrpz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .navbar-nav {
    margin: 0;
  }
}
.cid-tPfm1ihrpz .dropdown-menu,
.cid-tPfm1ihrpz .navbar.opened {
  background-color: true !important;
}
.cid-tPfm1ihrpz .nav-item:focus,
.cid-tPfm1ihrpz .nav-link:focus {
  outline: none;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPfm1ihrpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPfm1ihrpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPfm1ihrpz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPfm1ihrpz .navbar.opened {
  transition: all 0.3s;
}
.cid-tPfm1ihrpz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPfm1ihrpz .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-tPfm1ihrpz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPfm1ihrpz .navbar.collapsed {
  justify-content: center;
}
.cid-tPfm1ihrpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPfm1ihrpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPfm1ihrpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPfm1ihrpz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPfm1ihrpz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPfm1ihrpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPfm1ihrpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPfm1ihrpz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPfm1ihrpz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPfm1ihrpz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPfm1ihrpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPfm1ihrpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPfm1ihrpz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPfm1ihrpz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPfm1ihrpz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPfm1ihrpz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPfm1ihrpz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPfm1ihrpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPfm1ihrpz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPfm1ihrpz .dropdown-item.active,
.cid-tPfm1ihrpz .dropdown-item:active {
  background-color: transparent;
}
.cid-tPfm1ihrpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPfm1ihrpz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPfm1ihrpz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPfm1ihrpz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPfm1ihrpz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fc4b08;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPfm1ihrpz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPfm1ihrpz .navbar {
    height: 70px;
  }
  .cid-tPfm1ihrpz .navbar.opened {
    height: auto;
  }
  .cid-tPfm1ihrpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPfm1ihrpz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPfm1ihrpz .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-tPfm1ihrpz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tPfm1ihrpz .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-tPfm1ihrpz .navbar-caption:hover {
  color: #fc4b08;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tPfm1ihrpz .text_widget {
  margin-bottom: 32px;
}
.cid-tPfm1ihrpz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPfm1ihrpz .text_widget a:hover,
.cid-tPfm1ihrpz .text_widget a:focus {
  opacity: .6;
}
.cid-tPfm1ihrpz .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm1ihrpz .navbar-caption {
  color: #F9F6E0;
}
.cid-tPfm1ihrpz .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm1ihrpz .mbr-section-subtitle,
.cid-tPfm1ihrpz .text_widget,
.cid-tPfm1ihrpz .mbr-section-btn {
  text-align: center;
}
.cid-tPfm1ihrpz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up3YRrNkAx {
  padding-top: 0rem;
  padding-bottom: 6rem;
}
.cid-up3YRrNkAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3YRrNkAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-up3YRrNkAx .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-up3YRrNkAx .image-wrap {
    height: 400px;
  }
}
.cid-up3BXfjAiv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-up3BXfjAiv .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-up3BXfjAiv .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-up3BXfjAiv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-up3BXfjAiv .container {
    padding: 0 20px;
  }
}
.cid-up3BXfjAiv .mbr-desc {
  margin-bottom: 90px;
  color: #fc4b08;
}
@media (max-width: 992px) {
  .cid-up3BXfjAiv .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-up3BXfjAiv .mbr-section-title {
  margin-bottom: 90px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-up3BXfjAiv .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-up3BXfjAiv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-up3BXfjAiv .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-up3BXfjAiv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-up3BXfjAiv .embla__slide .slide-content {
  width: 100%;
}
.cid-up3BXfjAiv .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-up3BXfjAiv .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-up3BXfjAiv .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-up3BXfjAiv .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-up3BXfjAiv .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-up3BXfjAiv .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cid-up3BXfjAiv .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-up3BXfjAiv .embla__button--next,
.cid-up3BXfjAiv .embla__button--prev {
  display: flex;
}
.cid-up3BXfjAiv .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #fc4b08 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-up3BXfjAiv .embla__button:hover {
  opacity: .5 !important;
}
.cid-up3BXfjAiv .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-up3BXfjAiv .embla__button.embla__button--next {
  right: 0;
}
.cid-up3BXfjAiv .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-up3BXfjAiv .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #fc4b08;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-up3BXfjAiv .embla::before {
    display: none;
  }
}
.cid-up3BXfjAiv .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-up3BXfjAiv .embla__viewport {
    overflow: hidden ;
  }
}
.cid-up3BXfjAiv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-up3BXfjAiv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-up3BXfjAiv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-up3BXfjAiv .item-title {
  color: #000000;
}
.cid-tPfm9JF20E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fc4b08;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tPfm9JF20E .container {
    padding: 0 24px;
  }
}
.cid-tPfm9JF20E .row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tPfm9JF20E .logo-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tPfm9JF20E .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-tPfm9JF20E .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #bdc4c2;
}
.cid-tPfm9JF20E .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-tPfm9JF20E .content-wrapper {
    padding: 24px 0;
  }
}
.cid-tPfm9JF20E .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:hover,
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:focus {
  color: #0eff05;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tPfm9JF20E .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tPfm9JF20E .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-tPfm9JF20E .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tPfm9JF20E .nav-list {
    padding: 0;
  }
}
.cid-tPfm9JF20E .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #bdc4c2;
  border-bottom: 1px solid #bdc4c2;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-tPfm9JF20E .nav-list .item-wrap:hover,
.cid-tPfm9JF20E .nav-list .item-wrap:focus {
  color: #0eff05;
}
.cid-tPfm9JF20E .nav-list .item-wrap:hover::before,
.cid-tPfm9JF20E .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-tPfm9JF20E .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-tPfm9JF20E .nav-list .item-wrap::before {
  content: '';
  background-color: #0eff05;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tPfm9JF20E .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm9JF20E .list {
  color: #F9F6E0;
}
.cid-tPfm9JF20E .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm9JF20E .list,
.cid-tPfm9JF20E .item-wrap {
  text-align: center;
  color: #bdc4c2;
}
