.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: 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.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffa600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #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: #ffa600;
  color: #ffa600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !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: #ffffff !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffa600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #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: #996400 !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: #ffffff;
}
.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: #ffa600;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #ffedcc;
}
/* 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: #ffffff !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: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@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-uFnEoVzyDT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uFnEoVzyDT nav.navbar {
  position: fixed;
}
.cid-uFnEoVzyDT .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFnEoVzyDT .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFnEoVzyDT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFnEoVzyDT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFnEoVzyDT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFnEoVzyDT .dropdown-item {
  border: none;
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uFnEoVzyDT .dropdown-item:hover,
.cid-uFnEoVzyDT .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uFnEoVzyDT .dropdown-item:hover span {
  color: white;
}
.cid-uFnEoVzyDT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFnEoVzyDT .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFnEoVzyDT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFnEoVzyDT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFnEoVzyDT .nav-link {
  position: relative;
}
.cid-uFnEoVzyDT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFnEoVzyDT .container {
    flex-wrap: nowrap;
  }
}
.cid-uFnEoVzyDT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFnEoVzyDT .iconfont-wrapper:hover {
  color: #ffa600 !important;
}
.cid-uFnEoVzyDT .dropdown-menu,
.cid-uFnEoVzyDT .navbar.opened {
  background: #ffffff !important;
}
.cid-uFnEoVzyDT .nav-item:focus,
.cid-uFnEoVzyDT .nav-link:focus {
  outline: none;
}
.cid-uFnEoVzyDT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFnEoVzyDT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFnEoVzyDT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFnEoVzyDT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFnEoVzyDT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFnEoVzyDT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFnEoVzyDT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFnEoVzyDT .navbar.opened {
  transition: all 0.3s;
}
.cid-uFnEoVzyDT .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFnEoVzyDT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFnEoVzyDT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFnEoVzyDT .navbar.collapsed {
  justify-content: center;
}
.cid-uFnEoVzyDT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFnEoVzyDT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFnEoVzyDT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uFnEoVzyDT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFnEoVzyDT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFnEoVzyDT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFnEoVzyDT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFnEoVzyDT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFnEoVzyDT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFnEoVzyDT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFnEoVzyDT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFnEoVzyDT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFnEoVzyDT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFnEoVzyDT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFnEoVzyDT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFnEoVzyDT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFnEoVzyDT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFnEoVzyDT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFnEoVzyDT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFnEoVzyDT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFnEoVzyDT .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFnEoVzyDT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFnEoVzyDT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFnEoVzyDT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFnEoVzyDT .navbar-brand .navbar-caption:hover,
.cid-uFnEoVzyDT .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uFnEoVzyDT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFnEoVzyDT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFnEoVzyDT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-uFnEoVzyDT .dropdown-item.active,
.cid-uFnEoVzyDT .dropdown-item:active {
  background-color: transparent;
}
.cid-uFnEoVzyDT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFnEoVzyDT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFnEoVzyDT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFnEoVzyDT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFnEoVzyDT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFnEoVzyDT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFnEoVzyDT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFnEoVzyDT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFnEoVzyDT ul.navbar-nav {
    padding: 0;
    background-color: #ffffff;
    border: none;
  }
}
.cid-uFnEoVzyDT .navbar-buttons {
  text-align: center;
}
.cid-uFnEoVzyDT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFnEoVzyDT .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFnEoVzyDT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFnEoVzyDT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFnEoVzyDT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uFnEoVzyDT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFnEoVzyDT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFnEoVzyDT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFnEoVzyDT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFnEoVzyDT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFnEoVzyDT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFnEoVzyDT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFnEoVzyDT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFnEoVzyDT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFnEoVzyDT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFnEoVzyDT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFnEoVzyDT .navbar {
    height: 70px;
  }
  .cid-uFnEoVzyDT .navbar.opened {
    height: auto;
  }
  .cid-uFnEoVzyDT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFnEoVzyDT .navbar-nav {
  margin: 0 auto;
}
.cid-uFnEoVzyDT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFnEoVzyDT .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #000000 !important;
}
.cid-uFnEoVzyDT .nav-item .nav-link::after {
  color: #ffa600 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFnEoVzyDT .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000, #ffa600 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFnEoVzyDT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFnEoVzyDT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFnEoVzyDT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFnEoVzyDT .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
}
.cid-uFnEoVzyDT .nav-item .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uFnEoVzyDT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFnEoVzyDT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFnEoVzyDT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFnEoVzyDT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFnEoVzyDT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFnEoVzyDT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFnEoVzyDT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFnEoVzyDT .content-wrap {
  min-height: 90px;
}
.cid-uH9yTcrCSB {
  display: flex;
  background-image: url("../../../assets/images/6-1580x888.png");
}
.cid-uH9yTcrCSB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uH9yTcrCSB {
    align-items: flex-end;
  }
  .cid-uH9yTcrCSB .row {
    justify-content: center;
  }
  .cid-uH9yTcrCSB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH9yTcrCSB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uH9yTcrCSB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uH9yTcrCSB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uH9yTcrCSB .content-wrap {
    width: 100%;
  }
}
.cid-uH9yTcrCSB .mbr-section-title,
.cid-uH9yTcrCSB .mbr-section-subtitle {
  text-align: center;
}
.cid-uH9yTcrCSB .mbr-text,
.cid-uH9yTcrCSB .mbr-section-btn {
  text-align: left;
}
.cid-uH9yTcrCSB .mbr-section-title {
  text-align: left;
}
.cid-uFnM3SaQJd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffa600;
}
.cid-uFnM3SaQJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnM3SaQJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFnM3SaQJd .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFnM3SaQJd .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFnM3SaQJd .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFnM3SaQJd .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFnM3SaQJd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFnM3SaQJd .mbr-section-title {
  color: #000000;
}
.cid-uFnM3SaQJd .mbr-desc {
  color: #000000;
}
.cid-uFnM3SaQJd .mbr-text {
  color: #000000;
}
.cid-uFLnTl95fR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uG2jpjtJLk {
  background-image: url("../../../assets/images/elementos-embalaje-2000x1124.png");
}
.cid-uG2jpjtJLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2jpjtJLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2jpjtJLk .row {
  justify-content: center;
}
.cid-uG2jpjtJLk .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uG2jpjtJLk .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uG2jpjtJLk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uG2jpjtJLk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2jpjtJLk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG2jpjtJLk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uG2jpjtJLk .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uG2jpjtJLk .mbr-section-title {
  color: #ffffff;
}
.cid-uG2jpjtJLk .mbr-text,
.cid-uG2jpjtJLk .text-wrapper {
  color: #ffa600;
  text-align: left;
}
.cid-uG2jpjtJLk .mbr-section-title,
.cid-uG2jpjtJLk .mbr-section-btn,
.cid-uG2jpjtJLk .logo-wrapper {
  text-align: left;
}
.cid-uH9AYTNptK {
  background-image: url("../../../assets/images/diseno-sin-titulo3-1366x768.png");
}
.cid-uH9AYTNptK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH9AYTNptK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH9AYTNptK .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uH9AYTNptK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uH9AYTNptK .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH9AYTNptK .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uH9AYTNptK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH9AYTNptK .mbr-section-title {
  color: #000000;
}
.cid-uH9AYTNptK .mbr-desc {
  color: #000000;
}
.cid-uH9AYTNptK .mbr-text {
  color: #000000;
}
.cid-uH9ADYFVzl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/8-1175x985.png");
}
.cid-uH9ADYFVzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH9ADYFVzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH9ADYFVzl .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uH9ADYFVzl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uH9ADYFVzl .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH9ADYFVzl .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uH9ADYFVzl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH9ADYFVzl .mbr-section-title {
  color: #000000;
}
.cid-uH9ADYFVzl .mbr-desc {
  color: #000000;
}
.cid-uH9ADYFVzl .mbr-text {
  color: #000000;
}
.cid-uH9ADYFVzl .mbr-section-title,
.cid-uH9ADYFVzl .mbr-section-btn {
  color: #ffa600;
}
.cid-uH9ADYFVzl .mbr-text,
.cid-uH9ADYFVzl .text-wrapper {
  color: #ffffff;
}
.cid-uG2jqZhj8e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/diseno-sin-titulo-1366x768.png");
}
.cid-uG2jqZhj8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2jqZhj8e .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2jqZhj8e .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uG2jqZhj8e .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uG2jqZhj8e .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uG2jqZhj8e .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG2jqZhj8e .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uG2jqZhj8e .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uG2jqZhj8e .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uG2jqZhj8e .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uG2jqZhj8e .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uG2jqZhj8e .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uG2jqZhj8e .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uG2jqZhj8e .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uG2jqZhj8e .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #ffa600;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uG2jqZhj8e .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uG2jqZhj8e .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uG2jqZhj8e .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG2jqZhj8e .mbr-section-title,
.cid-uG2jqZhj8e .mbr-text,
.cid-uG2jqZhj8e .panel-title-edit,
.cid-uG2jqZhj8e .panel-text {
  color: #000000;
}
.cid-uG3dAkWS6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #151e11;
}
.cid-uG3dAkWS6b .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uG3dAkWS6b .image-wrap {
    padding: 16px;
  }
}
.cid-uG3dAkWS6b .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uG3dAkWS6b .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uG3dAkWS6b .image-overlay {
    padding: 16px;
  }
}
.cid-uG3dAkWS6b .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.cid-uG3dAkWS6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3dAkWS6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3dAkWS6b .row {
  justify-content: flex-end;
}
.cid-uG3dAkWS6b .content-wrapper {
  top: 0;
  position: sticky;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uG3dAkWS6b .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uG3dAkWS6b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3dAkWS6b .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uG3dAkWS6b .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uG3dAkWS6b .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uG3dAkWS6b .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 145px;
  height: 190px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uG3dAkWS6b .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG3dAkWS6b .label-wrap_1 {
  background-color: #ffa600;
}
.cid-uG3dAkWS6b .label-wrap_2 {
  background-color: #ffa600;
}
.cid-uG3dAkWS6b .label-wrap_3 {
  background-color: #ffa600;
}
.cid-uG3dAkWS6b .icon_1 {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .icon_2 {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .icon_3 {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .mbr-section-title {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .mbr-text {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .item-title {
  color: #ffffff;
}
.cid-uG3dAkWS6b .item-text {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .item-label_1 {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .item-label_2 {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .item-label_3 {
  color: #fff7ee;
}
.cid-uG3dAkWS6b .mbr-section-title,
.cid-uG3dAkWS6b .mbr-section-btn,
.cid-uG3dAkWS6b .title-wrapper {
  color: #ffa600;
}
.cid-uG3dAkWS6b .mbr-text,
.cid-uG3dAkWS6b .text-wrapper {
  color: #ffffff;
}
.cid-uG3dAkWS6b .item-text,
.cid-uG3dAkWS6b .text-wrap {
  color: #ffa600;
}
.cid-uG2jOPlyfP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/diseno-sin-titulo1-886x743.png");
}
.cid-uG2jOPlyfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2jOPlyfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2jOPlyfP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG2jOPlyfP .item {
    margin-bottom: 1rem;
  }
}
.cid-uG2jOPlyfP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uG2jOPlyfP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uG2jOPlyfP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uG2jOPlyfP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uG2jOPlyfP .carousel-control,
.cid-uG2jOPlyfP .close {
  background: #1b1b1b;
}
.cid-uG2jOPlyfP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uG2jOPlyfP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uG2jOPlyfP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uG2jOPlyfP .carousel-control-next span {
  margin-left: 5px;
}
.cid-uG2jOPlyfP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uG2jOPlyfP .close::before {
  content: '\e91a';
}
.cid-uG2jOPlyfP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uG2jOPlyfP .carousel-control {
  display: flex;
  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-uG2jOPlyfP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG2jOPlyfP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uG2jOPlyfP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uG2jOPlyfP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uG2jOPlyfP .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-uG2jOPlyfP .carousel-indicators li.active,
.cid-uG2jOPlyfP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uG2jOPlyfP .carousel-indicators li::after,
.cid-uG2jOPlyfP .carousel-indicators li::before {
  content: none;
}
.cid-uG2jOPlyfP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uG2jOPlyfP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uG2jOPlyfP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uG2jOPlyfP .carousel-indicators {
    display: none;
  }
}
.cid-uG2jOPlyfP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uG2jOPlyfP .carousel-inner > .active {
  display: block;
}
.cid-uG2jOPlyfP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG2jOPlyfP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uG2jOPlyfP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uG2jOPlyfP .carousel-control,
  .cid-uG2jOPlyfP .carousel-indicators,
  .cid-uG2jOPlyfP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uG2jOPlyfP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uG2jOPlyfP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uG2jOPlyfP .carousel-indicators .active,
.cid-uG2jOPlyfP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uG2jOPlyfP .carousel-indicators .active {
  background: #fff;
}
.cid-uG2jOPlyfP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uG2jOPlyfP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uG2jOPlyfP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uG2jOPlyfP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uG2jOPlyfP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uG2jOPlyfP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uG2jOPlyfP .carousel {
  width: 100%;
}
.cid-uG2jOPlyfP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uG2jOPlyfP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uG2jOPlyfP .modal.fade .modal-dialog,
.cid-uG2jOPlyfP .modal.in .modal-dialog {
  transform: none;
}
.cid-uG2jOPlyfP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uG2jOPlyfP .content-head {
  max-width: 800px;
}
.cid-uG2jOPlyfP H3 {
  text-align: left;
  color: #ffa600;
}
.cid-uG2jOPlyfP H4 {
  text-align: left;
  color: #ffffff;
}
.cid-uG38Y1AGQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #151e11;
}
.cid-uG38Y1AGQR .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uG38Y1AGQR .image-wrap {
    padding: 16px;
  }
}
.cid-uG38Y1AGQR .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uG38Y1AGQR .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uG38Y1AGQR .image-overlay {
    padding: 16px;
  }
}
.cid-uG38Y1AGQR .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.cid-uG38Y1AGQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG38Y1AGQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG38Y1AGQR .row {
  justify-content: flex-end;
}
.cid-uG38Y1AGQR .content-wrapper {
  top: 0;
  position: sticky;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uG38Y1AGQR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uG38Y1AGQR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG38Y1AGQR .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uG38Y1AGQR .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uG38Y1AGQR .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uG38Y1AGQR .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 145px;
  height: 190px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uG38Y1AGQR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG38Y1AGQR .label-wrap_1 {
  background-color: #ffa600;
}
.cid-uG38Y1AGQR .label-wrap_2 {
  background-color: #ffa600;
}
.cid-uG38Y1AGQR .label-wrap_3 {
  background-color: #ffa600;
}
.cid-uG38Y1AGQR .icon_1 {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .icon_2 {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .icon_3 {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .mbr-section-title {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .mbr-text {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .item-title {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .item-text {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .item-label_1 {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .item-label_2 {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .item-label_3 {
  color: #fff7ee;
}
.cid-uG38Y1AGQR .mbr-section-title,
.cid-uG38Y1AGQR .mbr-section-btn,
.cid-uG38Y1AGQR .title-wrapper {
  color: #ffa600;
}
.cid-uG38Y1AGQR .mbr-text,
.cid-uG38Y1AGQR .text-wrapper {
  color: #ffffff;
}
.cid-uG38Y1AGQR .item-text,
.cid-uG38Y1AGQR .text-wrap {
  color: #ffa600;
}
.cid-uG2k2LO7sb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2-1076x605.png");
}
.cid-uG2k2LO7sb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2k2LO7sb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2k2LO7sb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG2k2LO7sb .item {
    margin-bottom: 1rem;
  }
}
.cid-uG2k2LO7sb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uG2k2LO7sb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uG2k2LO7sb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uG2k2LO7sb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uG2k2LO7sb .carousel-control,
.cid-uG2k2LO7sb .close {
  background: #1b1b1b;
}
.cid-uG2k2LO7sb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uG2k2LO7sb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uG2k2LO7sb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uG2k2LO7sb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uG2k2LO7sb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uG2k2LO7sb .close::before {
  content: '\e91a';
}
.cid-uG2k2LO7sb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uG2k2LO7sb .carousel-control {
  display: flex;
  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-uG2k2LO7sb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG2k2LO7sb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uG2k2LO7sb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uG2k2LO7sb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uG2k2LO7sb .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-uG2k2LO7sb .carousel-indicators li.active,
.cid-uG2k2LO7sb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uG2k2LO7sb .carousel-indicators li::after,
.cid-uG2k2LO7sb .carousel-indicators li::before {
  content: none;
}
.cid-uG2k2LO7sb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uG2k2LO7sb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uG2k2LO7sb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uG2k2LO7sb .carousel-indicators {
    display: none;
  }
}
.cid-uG2k2LO7sb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uG2k2LO7sb .carousel-inner > .active {
  display: block;
}
.cid-uG2k2LO7sb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG2k2LO7sb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uG2k2LO7sb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uG2k2LO7sb .carousel-control,
  .cid-uG2k2LO7sb .carousel-indicators,
  .cid-uG2k2LO7sb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uG2k2LO7sb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uG2k2LO7sb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uG2k2LO7sb .carousel-indicators .active,
.cid-uG2k2LO7sb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uG2k2LO7sb .carousel-indicators .active {
  background: #fff;
}
.cid-uG2k2LO7sb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uG2k2LO7sb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uG2k2LO7sb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uG2k2LO7sb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uG2k2LO7sb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uG2k2LO7sb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uG2k2LO7sb .carousel {
  width: 100%;
}
.cid-uG2k2LO7sb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uG2k2LO7sb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uG2k2LO7sb .modal.fade .modal-dialog,
.cid-uG2k2LO7sb .modal.in .modal-dialog {
  transform: none;
}
.cid-uG2k2LO7sb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uG2k2LO7sb .content-head {
  max-width: 800px;
}
.cid-uG2k2LO7sb H3 {
  text-align: left;
  color: #ffa600;
}
.cid-uG2k2LO7sb H4 {
  text-align: left;
  color: #ffffff;
}
.cid-uG2kd63dLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uG2kd63dLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2kd63dLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2kd63dLU .row {
  justify-content: center;
}
.cid-uG2kd63dLU .card {
  justify-content: center;
}
.cid-uG2kd63dLU .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uG2kd63dLU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2kd63dLU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG2kd63dLU .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG2kd63dLU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2kd63dLU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG2kd63dLU .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffa600, transparent);
  filter: blur(100px);
}
.cid-uG2kd63dLU .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #ffa600;
}
@media (max-width: 1440px) {
  .cid-uG2kd63dLU .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2kd63dLU .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uG2kd63dLU .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uG2kd63dLU .mbr-section-title {
  color: #ffffff;
}
.cid-uG2kd63dLU .mbr-text,
.cid-uG2kd63dLU .text-wrapper {
  color: #ffa600;
}
.cid-uG2kd63dLU label {
  color: #000000;
}
.cid-uG3ogtTJvD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uG3ogtTJvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3ogtTJvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uG3ogtTJvD .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uG3ogtTJvD .google-map {
  height: 100%;
  position: relative;
}
.cid-uG3ogtTJvD .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG3ogtTJvD .google-map iframe {
    min-height: 350px;
  }
}
.cid-uG3ogtTJvD .google-map [data-state-details] {
  color: #6b6763;
  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-uG3ogtTJvD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uG3ogtTJvD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG3ogtTJvD .card-wrapper {
  background: #ffa600;
}
@media (max-width: 767px) {
  .cid-uG3ogtTJvD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uG3ogtTJvD .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uG3ogtTJvD .text-wrapper {
  padding: 0 1rem;
}
.cid-uG3ogtTJvD ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uG3ogtTJvD .content-head {
  max-width: 800px;
}
.cid-uG3ogtTJvD .mbr-section-title {
  color: #ffa600;
}
.cid-uFK37l7izg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffa600;
}
.cid-uFK37l7izg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFK37l7izg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFK37l7izg .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFK37l7izg .card {
    margin-bottom: 40px;
  }
}
.cid-uFK37l7izg .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFK37l7izg .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFK37l7izg .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uFK37l7izg .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFK37l7izg .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFK37l7izg .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uFK37l7izg .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFK37l7izg .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uFK37l7izg img {
  border-radius: 0 !important;
}
.cid-uFK37l7izg .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uFK37l7izg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFK37l7izg .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFK37l7izg .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uFK37l7izg .mbr-section-title {
  color: #ffffff;
}
.cid-uFK37l7izg .copyright {
  color: #ffffff;
}
.cid-uFK37l7izg .mbr-card-title {
  color: #ffffff;
}
.cid-uFK37l7izg .list {
  color: #000000;
}
.cid-uFK37l7izg .mbr-section-title,
.cid-uFK37l7izg .title-wrapper,
.cid-uFK37l7izg .social-wrapper {
  color: #232323;
}
.cid-uFK1cvfxxt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uFK1cvfxxt nav.navbar {
  position: fixed;
}
.cid-uFK1cvfxxt .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFK1cvfxxt .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFK1cvfxxt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFK1cvfxxt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFK1cvfxxt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFK1cvfxxt .dropdown-item {
  border: none;
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uFK1cvfxxt .dropdown-item:hover,
.cid-uFK1cvfxxt .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uFK1cvfxxt .dropdown-item:hover span {
  color: white;
}
.cid-uFK1cvfxxt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFK1cvfxxt .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFK1cvfxxt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFK1cvfxxt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFK1cvfxxt .nav-link {
  position: relative;
}
.cid-uFK1cvfxxt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFK1cvfxxt .container {
    flex-wrap: nowrap;
  }
}
.cid-uFK1cvfxxt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFK1cvfxxt .iconfont-wrapper:hover {
  color: #ffa600 !important;
}
.cid-uFK1cvfxxt .dropdown-menu,
.cid-uFK1cvfxxt .navbar.opened {
  background: #ffffff !important;
}
.cid-uFK1cvfxxt .nav-item:focus,
.cid-uFK1cvfxxt .nav-link:focus {
  outline: none;
}
.cid-uFK1cvfxxt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFK1cvfxxt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFK1cvfxxt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFK1cvfxxt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFK1cvfxxt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFK1cvfxxt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFK1cvfxxt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFK1cvfxxt .navbar.opened {
  transition: all 0.3s;
}
.cid-uFK1cvfxxt .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFK1cvfxxt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFK1cvfxxt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFK1cvfxxt .navbar.collapsed {
  justify-content: center;
}
.cid-uFK1cvfxxt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFK1cvfxxt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFK1cvfxxt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uFK1cvfxxt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFK1cvfxxt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFK1cvfxxt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFK1cvfxxt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFK1cvfxxt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFK1cvfxxt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFK1cvfxxt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFK1cvfxxt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFK1cvfxxt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFK1cvfxxt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFK1cvfxxt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFK1cvfxxt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFK1cvfxxt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFK1cvfxxt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFK1cvfxxt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFK1cvfxxt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFK1cvfxxt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFK1cvfxxt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFK1cvfxxt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFK1cvfxxt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFK1cvfxxt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFK1cvfxxt .navbar-brand .navbar-caption:hover,
.cid-uFK1cvfxxt .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uFK1cvfxxt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFK1cvfxxt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFK1cvfxxt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-uFK1cvfxxt .dropdown-item.active,
.cid-uFK1cvfxxt .dropdown-item:active {
  background-color: transparent;
}
.cid-uFK1cvfxxt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFK1cvfxxt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFK1cvfxxt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFK1cvfxxt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFK1cvfxxt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFK1cvfxxt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFK1cvfxxt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFK1cvfxxt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFK1cvfxxt ul.navbar-nav {
    padding: 0;
    background-color: #ffffff;
    border: none;
  }
}
.cid-uFK1cvfxxt .navbar-buttons {
  text-align: center;
}
.cid-uFK1cvfxxt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFK1cvfxxt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFK1cvfxxt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFK1cvfxxt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFK1cvfxxt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uFK1cvfxxt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFK1cvfxxt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFK1cvfxxt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFK1cvfxxt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFK1cvfxxt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFK1cvfxxt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFK1cvfxxt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFK1cvfxxt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFK1cvfxxt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFK1cvfxxt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFK1cvfxxt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFK1cvfxxt .navbar {
    height: 70px;
  }
  .cid-uFK1cvfxxt .navbar.opened {
    height: auto;
  }
  .cid-uFK1cvfxxt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFK1cvfxxt .navbar-nav {
  margin: 0 auto;
}
.cid-uFK1cvfxxt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFK1cvfxxt .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #000000 !important;
}
.cid-uFK1cvfxxt .nav-item .nav-link::after {
  color: #ffa600 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFK1cvfxxt .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000, #ffa600 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFK1cvfxxt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFK1cvfxxt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFK1cvfxxt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFK1cvfxxt .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
}
.cid-uFK1cvfxxt .nav-item .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uFK1cvfxxt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFK1cvfxxt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFK1cvfxxt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFK1cvfxxt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFK1cvfxxt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFK1cvfxxt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFK1cvfxxt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFK1cvfxxt .content-wrap {
  min-height: 90px;
}
.cid-uFLQixukgV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uFLQixukgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFLQixukgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFLQixukgV .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFLQixukgV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uFLQixukgV .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uFLQixukgV .mbr-text,
.cid-uFLQixukgV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFLQixukgV .card-title,
.cid-uFLQixukgV .card-box {
  text-align: left;
  color: #000000;
}
.cid-uFK37l7izg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffa600;
}
.cid-uFK37l7izg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFK37l7izg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFK37l7izg .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFK37l7izg .card {
    margin-bottom: 40px;
  }
}
.cid-uFK37l7izg .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFK37l7izg .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFK37l7izg .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uFK37l7izg .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFK37l7izg .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFK37l7izg .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uFK37l7izg .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFK37l7izg .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uFK37l7izg img {
  border-radius: 0 !important;
}
.cid-uFK37l7izg .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uFK37l7izg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFK37l7izg .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFK37l7izg .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uFK37l7izg .mbr-section-title {
  color: #ffffff;
}
.cid-uFK37l7izg .copyright {
  color: #ffffff;
}
.cid-uFK37l7izg .mbr-card-title {
  color: #ffffff;
}
.cid-uFK37l7izg .list {
  color: #000000;
}
.cid-uFK37l7izg .mbr-section-title,
.cid-uFK37l7izg .title-wrapper,
.cid-uFK37l7izg .social-wrapper {
  color: #232323;
}
