body {
  font-family: 'Libre Caslon Display', serif;
}
.display-1 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 5.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.71875rem;
}
.display-2 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 3.5625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.453125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.1875rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.484375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.7625rem;
    font-size: calc( 2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.85rem;
    font-size: calc( 1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((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.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))));
  }
  .display-7 {
    font-size: 0.95rem;
    font-size: calc( 1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.0625rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #111213 !important;
}
.bg-success {
  background-color: #b18161 !important;
}
.bg-info {
  background-color: #52586a !important;
}
.bg-warning {
  background-color: #909190 !important;
}
.bg-danger {
  background-color: #9d9690 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111213 !important;
  border-color: #111213 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #197a52 !important;
  border-color: #197a52 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a3222 !important;
  border-color: #0a3222 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a3222 !important;
  border-color: #0a3222 !important;
}
.btn-info,
.btn-info:active {
  background-color: #52586a !important;
  border-color: #52586a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b18161 !important;
  border-color: #b18161 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7d573e !important;
  border-color: #7d573e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7d573e !important;
  border-color: #7d573e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #909190 !important;
  border-color: #909190 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #111213 !important;
  border-color: #111213 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #197a52;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a3222 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #197a52 !important;
  border-color: #197a52 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #52586a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c2f39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #52586a !important;
  border-color: #52586a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b18161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7d573e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b18161 !important;
  border-color: #b18161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #909190;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #656665 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #909190 !important;
  border-color: #909190 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d9690;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #726b64 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #111213 !important;
}
.text-secondary {
  color: #197a52 !important;
}
.text-success {
  color: #b18161 !important;
}
.text-info {
  color: #52586a !important;
}
.text-warning {
  color: #909190 !important;
}
.text-danger {
  color: #9d9690 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #197a52 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b18161 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #52586a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #909190 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9d9690 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #111213;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #52586a;
}
.alert-warning {
  background-color: #909190;
}
.alert-danger {
  background-color: #9d9690;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111213;
  border-color: #111213;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c4c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbc5b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9198aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d6d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #111213 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #111213;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #111213;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #111213;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #111213;
  border-bottom-color: #111213;
}
.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: #111213 !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: #197a52 !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='%23111213' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1356px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #197a52;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uLXjGDAhip {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLXjGDAhip .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uLXjGDAhip .modal-body .close {
  background: #1b1b1b;
}
.cid-uLXjGDAhip .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uLXjGDAhip .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uLXjGDAhip .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uLXjGDAhip .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uLXjGDAhip .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uLXjGDAhip .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uLXjGDAhip .container {
  max-width: 100%;
  padding: 0;
}
.cid-uLXjGDAhip .content-slider-wrap {
  width: 100%;
}
.cid-uLXjGDAhip .carousel-inner > .active,
.cid-uLXjGDAhip .carousel-inner > .next,
.cid-uLXjGDAhip .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uLXjGDAhip .carousel-control .icon-next,
.cid-uLXjGDAhip .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uLXjGDAhip .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uLXjGDAhip .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uLXjGDAhip .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uLXjGDAhip .boxed-slider > div {
  position: relative;
}
.cid-uLXjGDAhip .container img {
  width: 100%;
}
.cid-uLXjGDAhip .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uLXjGDAhip .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uLXjGDAhip .mbr-table-cell {
  padding: 0;
}
.cid-uLXjGDAhip .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uLXjGDAhip .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLXjGDAhip .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uLXjGDAhip .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uLXjGDAhip .carousel-item.active.right,
.cid-uLXjGDAhip .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uLXjGDAhip .carousel-item.active.left,
.cid-uLXjGDAhip .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uLXjGDAhip .carousel-item.active,
.cid-uLXjGDAhip .carousel-item.next.left,
.cid-uLXjGDAhip .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uLXjGDAhip .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uLXjGDAhip .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uLXjGDAhip .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLXjGDAhip .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLXjGDAhip .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uLXjGDAhip .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uLXjGDAhip .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uLXjGDAhip .mbr-slider .carousel-indicators li.active,
.cid-uLXjGDAhip .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uLXjGDAhip .mbr-slider .carousel-indicators li::after,
.cid-uLXjGDAhip .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uLXjGDAhip .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uLXjGDAhip .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uLXjGDAhip .mbr-slider > .container img {
  width: 100%;
}
.cid-uLXjGDAhip .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uLXjGDAhip .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uLXjGDAhip .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLXjGDAhip .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uLXjGDAhip .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uLXjGDAhip .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uLXjGDAhip .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uLXjGDAhip .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uLXjGDAhip .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uLXjGDAhip .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uLXjGDAhip .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uLXjGDAhip .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uLXjGDAhip .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uLXjGDAhip .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uLXjGDAhip .carousel-inner {
  height: 100%;
}
.cid-uLXjGDAhip .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uLXjGDAhip .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uLXjGDAhip .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLXjGDAhip .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLXjGDAhip .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uLXjGDAhip .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uLXjGDAhip .image_wrapper {
    height: 570px;
  }
}
.cid-uLXjGDAhip H2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLXjGDAhip P {
  color: #ffffff;
}
.cid-uLXj6D8kPh .container,
.cid-uLXj6D8kPh .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-uLXj6D8kPh .video-wrapper iframe {
  width: 100%;
}
.cid-uLXj6D8kPh .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-uLSLk4RaB2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLSLk4RaB2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLSLk4RaB2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLSLk4RaB2 .container {
    padding: 0 25px;
  }
}
.cid-uLSLk4RaB2 .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLSLk4RaB2 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uLSLk4RaB2 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uLSLk4RaB2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLSLk4RaB2 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uLSLk4RaB2 .item:focus,
.cid-uLSLk4RaB2 span:focus {
  outline: none;
}
.cid-uLSLk4RaB2 .item-wrapper {
  position: relative;
}
.cid-uLSLk4RaB2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .cid-uLSLk4RaB2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLSLk4RaB2 .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uLSLk4RaB2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uLSLk4RaB2 .embla__button--next,
.cid-uLSLk4RaB2 .embla__button--prev {
  display: flex;
}
.cid-uLSLk4RaB2 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLSLk4RaB2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLSLk4RaB2 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uLSLk4RaB2 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLSLk4RaB2 .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uLSLk4RaB2 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uLSLk4RaB2 .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uLSLk4RaB2 .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uLSLk4RaB2 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uLSLk4RaB2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLSLk4RaB2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLSLk4RaB2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLSLk4RaB2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLSLk4RaB2 .mbr-section-title {
  color: #000000;
}
.cid-uLSLk4RaB2 .mbr-text {
  color: #000000;
}
.cid-uLSSfp9Udf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dde8eb;
}
.cid-uLSSfp9Udf .first,
.cid-uLSSfp9Udf .second,
.cid-uLSSfp9Udf .third {
  display: inline-block;
}
.cid-uLSSfp9Udf img {
  max-width: 350px;
  height: auto;
}
.cid-uLSSfp9Udf .mbr-section-title {
  color: #1d1d1f;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-uLSSfp9Udf .mbr-section-subtitle {
  color: #4c4c4c;
  margin-bottom: 60px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.cid-uLSSfp9Udf .row {
  align-items: flex-end;
}
.cid-uLSSfp9Udf .padd {
  padding: 0 15px;
  margin: 0;
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media,
.cid-sPvmC1N8BP .navbar-nav {
  color: #197a52;
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #197a52;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uLSUQ2Zro8 {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uLSUQ2Zro8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLSUQ2Zro8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLSUQ2Zro8 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uLSUQ2Zro8 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uLSUQ2Zro8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLSXNmijM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/muzoesmeralda1.jpg-1600x900.jpg");
}
.cid-uLSXNmijM9 .card-heading {
  padding-bottom: 20px;
  color: #197a52;
}
.cid-uLSXNmijM9 .p {
  padding-bottom: 29px;
  color: #ffffff;
}
.cid-uLSXNmijM9 .p:last-child {
  padding-bottom: 0;
}
.cid-uLSXNmijM9 .row {
  justify-content: center;
}
.cid-uLSYm5L2rs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLSYm5L2rs .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uLSYm5L2rs .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
  color: #197a52;
}
.cid-uLSYm5L2rs .video-wrapper {
  margin-top: 135px;
}
.cid-uLSYm5L2rs .video-wrapper iframe {
  width: 100%;
}
.cid-uLSYm5L2rs .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-uLSYm5L2rs .right {
  margin-left: 14%;
}
.cid-uLSYm5L2rs .mbr-text {
  color: #52586a;
}
@media (max-width: 768px) {
  .cid-uLSYm5L2rs .right {
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 50px;
  }
  .cid-uLSYm5L2rs .video-wrapper {
    margin-top: 30px;
  }
}
.cid-uLT1HKkanh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/muzo1.jpg-1200x677.jpg");
}
.cid-uLT1HKkanh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLT1HKkanh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLT1HKkanh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLT1HKkanh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLT1HKkanh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLT1HKkanh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLT1HKkanh .container {
    padding: 0 24px;
  }
}
.cid-uLT1HKkanh .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uLT1HKkanh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLT1HKkanh .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLT1HKkanh .image-wrapper img {
    height: 400px;
  }
}
.cid-uLT1HKkanh .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uLT1HKkanh .content-wrapper {
    padding: 24px;
  }
}
.cid-uLT1HKkanh .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uLT1HKkanh .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLT1HKkanh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLT1HKkanh .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLT1HKkanh .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLT1HKkanh .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uLT1HKkanh .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uLT1HKkanh .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uLT1HKkanh .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uLT1HKkanh .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLT1HKkanh .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLT1HKkanh .mbr-section-title {
  color: #18212d;
}
.cid-uLT1HKkanh .mbr-section-subtitle {
  color: #197a52;
}
.cid-uLT1HKkanh .mbr-desc {
  color: #18212d;
}
.cid-uLT1HKkanh .mbr-text_1 {
  color: #18212d;
}
.cid-uLT1HKkanh .mbr-text_2 {
  color: #18212d;
}
.cid-uLT1HKkanh .mbr-role {
  color: #18212d;
}
.cid-uLT1HKkanh .mbr-name {
  color: #18212d;
}
.cid-uLT1HKkanh .mbr-role,
.cid-uLT1HKkanh .person-wrapper {
  color: #197a52;
}
.cid-uLT12BrnEc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2e3e9;
}
.cid-uLT12BrnEc .mbr-section-subtitle {
  color: #b18161;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.cid-uLT12BrnEc .mbr-section-title {
  padding-bottom: 30px;
  color: #197a52;
}
.cid-uLT12BrnEc .role {
  color: #52586a;
}
.cid-uLT12BrnEc .name {
  color: #111213;
}
.cid-uLT12BrnEc a {
  font-weight: 400 !important;
}
.cid-uLX4U6gvCr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/muzo1.jpg-1200x677.jpg");
}
.cid-uLX4U6gvCr .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLX4U6gvCr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLX4U6gvCr .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uLX4U6gvCr .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLX4U6gvCr .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uLX4U6gvCr .nav-tabs .nav-item {
  margin-right: 0;
  width: 290px;
  padding: 0 6px;
}
.cid-uLX4U6gvCr .nav-link,
.cid-uLX4U6gvCr .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uLX4U6gvCr .nav-tabs .nav-link.active {
  color: #040E17;
  border-bottom: none;
  transition: all .3s ease !important;
  padding: 21px;
  background-color: transparent;
  border-top: 2px solid #040e17;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-uLX4U6gvCr H4 {
  text-align: center;
}
.cid-uLX4U6gvCr H3 {
  text-align: center;
}
.cid-uLX4U6gvCr .nav-tabs .nav-link:not(.active) {
  transition: all .3s ease !important;
  padding: 21px;
  border: none;
  font-weight: 500;
  background-color: #f2f5fb;
  color: #040E17;
  border-top: 2px solid transparent;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-uLX4U6gvCr .nav-tabs .nav-link:not(.active):hover {
  background-color: transparent;
  border-top: 2px solid #040e17;
}
.cid-uLX4U6gvCr .card-heading {
  margin-bottom: 25px;
  text-align: left;
  color: #197a52;
}
.cid-uLX4U6gvCr P {
  color: #197a52;
}
.cid-uLX4U6gvCr .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLXpOXVSNq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/muzobocaya1.jpg");
}
.cid-uLXpOXVSNq .mbr-section-subtitle {
  color: #767676;
}
.cid-uLXpOXVSNq ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLXpOXVSNq ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uLXpOXVSNq ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uLXpOXVSNq ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uLXpOXVSNq .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uLXpOXVSNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLXpOXVSNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media,
.cid-sPvmC1N8BP .navbar-nav {
  color: #197a52;
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #197a52;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uMKHZcweaK {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-image: url("../../../assets/images/verde-blanc009.jpg-1200x800.jpg");
}
.cid-uMKHZcweaK .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uMKHZcweaK .image-wrap {
    padding: 16px;
  }
}
.cid-uMKHZcweaK .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uMKHZcweaK .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uMKHZcweaK .image-overlay {
    padding: 16px;
  }
}
.cid-uMKHZcweaK .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uMKHZcweaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMKHZcweaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMKHZcweaK .row {
  justify-content: center;
}
.cid-uMKHZcweaK .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uMKHZcweaK .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMKHZcweaK .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uMKHZcweaK .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uMKHZcweaK .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uMKHZcweaK .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMKHZcweaK .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMKHZcweaK .mbr-text,
.cid-uMKHZcweaK .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uMKHZcweaK .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMKHZcweaK .mbr-text,
.cid-uMKHZcweaK .mbr-section-btn {
  text-align: center;
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media,
.cid-sPvmC1N8BP .navbar-nav {
  color: #197a52;
}
.cid-uMHSR379Y5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMHSR379Y5 textarea,
.cid-uMHSR379Y5 textarea:hover,
.cid-uMHSR379Y5 input,
.cid-uMHSR379Y5 input:hover,
.cid-uMHSR379Y5 input:focus,
.cid-uMHSR379Y5 textarea:focus {
  padding: 13px 0;
  border-color: transparent;
  padding-left: 30px;
  box-shadow: none;
}
.cid-uMHSR379Y5 .form-control {
  border-radius: 0 !important;
}
.cid-uMHSR379Y5 .form-check .form-check-input {
  float: initial;
  margin-top: 0;
  padding: 0 !important;
}
.cid-uMHSR379Y5 label {
  color: #040e17;
  font-family: 'DM Sans';
}
.cid-uMHSR379Y5 input {
  color: #040e17;
  font-family: 'DM Sans';
  background-color: transparent;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-uMHSR379Y5 input::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-uMHSR379Y5 textarea {
  background-color: transparent;
  color: #040e17;
  font-family: 'DM Sans';
  min-height: 66px;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-uMHSR379Y5 textarea::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-uMHSR379Y5 .btn > span {
  margin-left: 0.5rem;
  color: currentColor;
}
.cid-uMHSR379Y5 .btn {
  padding: 12px 35px 12px 35px !important;
}
.cid-uMHSR379Y5 .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #E2E3E9;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}
.cid-uMHSR379Y5 .line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #040e17;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cid-uMHSR379Y5 .form-group:hover .line:before,
.cid-uMHSR379Y5 .form-group:focus .line:before {
  width: 100%;
}
.cid-uMHSR379Y5 .form-group {
  position: relative;
  margin-bottom: 30px;
}
.cid-uMHSR379Y5 .form-group:before {
  font-size: 20px;
  color: black;
  display: block;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: initial;
}
.cid-uMHSR379Y5 .mbr-iconfont1 {
  position: absolute;
  top: 14px;
  font-size: 18px;
}
.cid-uMHSR379Y5 .align {
  margin-top: 5px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cid-uMHSR379Y5 .col-auto {
  display: inline-block;
}
.cid-uMHSR379Y5 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 45px;
  height: 45px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMHSR379Y5 button span:before {
  color: currentColor !important;
}
.cid-uMHSR379Y5 .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uMHSR379Y5 .mbr-iconfont:before {
  color: currentColor;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.cid-uMHSR379Y5 .social-list {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMHSR379Y5 .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-uMHSR379Y5 .social-media {
  padding: 0;
  text-align: left;
}
.cid-uMHSR379Y5 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uMHSR379Y5 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uMHSR379Y5 .mbr-list,
.cid-uMHSR379Y5 .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uMHSR379Y5 .social-list {
    text-align: center !important;
  }
}
.cid-uMHSR379Y5 .title {
  margin-bottom: 28px;
}
.cid-uMHSR379Y5 .text {
  margin-bottom: 20px;
  color: #111213;
}
.cid-uMHSR379Y5 .link1 {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMHSR379Y5 .phone {
  margin-bottom: 42px;
}
.cid-uMHSR379Y5 .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.cid-uMHSR379Y5 .link:hover:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.cid-uMHSR379Y5 .ph {
  font-weight: 600;
}
.cid-uMHSR379Y5 .link {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .cid-uMHSR379Y5 .col-md-8 {
    margin-top: 20px;
  }
}
.cid-uMHSR379Y5 .title,
.cid-uMHSR379Y5 .social-media,
.cid-uMHSR379Y5 .link1,
.cid-uMHSR379Y5 .phone {
  color: #111213;
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #197a52;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uMHzvL7hdq {
  background-image: url("../../../assets/images/hedhedrfinalelyfer.jpg-1200x591.jpg");
}
.cid-uMHzvL7hdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHzvL7hdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHzvL7hdq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMHzvL7hdq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMHzvL7hdq .container {
    padding: 0 20px;
  }
}
.cid-uMHzvL7hdq .card {
  justify-content: center;
}
.cid-uMHzvL7hdq .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uMHzvL7hdq .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uMHzvL7hdq .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uMHzvL7hdq .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uMHzvL7hdq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uMHzvL7hdq .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uMHzvL7hdq .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uMHzvL7hdq .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMHzvL7hdq .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-uMHzvL7hdq .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uMHzvL7hdq .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMHzvL7hdq .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMHzvL7hdq .mbr-section-title {
  color: #ffffff;
}
.cid-uMHzvL7hdq .mbr-desc {
  color: #ffffff;
}
.cid-uMHJcsUVP9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-uMHJcsUVP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHJcsUVP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHJcsUVP9 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uMHJcsUVP9 .container-fluid {
    padding: 0;
  }
}
.cid-uMHJcsUVP9 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uMHJcsUVP9 .container {
    padding: 0 28px;
  }
}
.cid-uMHJcsUVP9 .row {
  margin: -1px 0 0 0;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uMHJcsUVP9 .row {
    padding: 20px 8px;
  }
}
.cid-uMHJcsUVP9 .item {
  padding: 20px;
}
.cid-uMHJcsUVP9 .item .item-wrapper a {
  display: block;
}
.cid-uMHJcsUVP9 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uMHJcsUVP9 .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-uMHJcsUVP9 .item .item-wrapper a .item-img img {
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uMHLWldRSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-uMHLWldRSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHLWldRSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHLWldRSY .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uMHLWldRSY .container-fluid {
    padding: 0;
  }
}
.cid-uMHLWldRSY .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uMHLWldRSY .container {
    padding: 0 28px;
  }
}
.cid-uMHLWldRSY .row {
  margin: -1px 0 0 0;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uMHLWldRSY .row {
    padding: 20px 8px;
  }
}
.cid-uMHLWldRSY .item {
  padding: 20px;
}
.cid-uMHLWldRSY .item .item-wrapper a {
  display: block;
}
.cid-uMHLWldRSY .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uMHLWldRSY .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-uMHLWldRSY .item .item-wrapper a .item-img img {
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media,
.cid-sPvmC1N8BP .navbar-nav {
  color: #197a52;
}
