body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #2b6549 !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #2b6549 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0d1d15;
  color: #0d1d15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #2b6549;
  border-color: #2b6549;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #0d1d15;
  color: #0d1d15;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #2b6549;
  border-color: #2b6549;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2b6549 !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #2b6549 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d1d15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d1d15 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #2b6549;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b6549;
  border-color: #2b6549;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b6549;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #58b889;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #58b889;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2b6549;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #2b6549 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b6549;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b6549;
  border-bottom-color: #2b6549;
}
.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: #2b6549 !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: #279e64 !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%;
}
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='%232b6549' %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;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sIZDaIy2fJ {
  overflow-x: hidden !important;
}
.cid-sIZDaIy2fJ,
.cid-sIZDaIy2fJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sIZDaIy2fJ .mbr-section-title {
  color: #ffffff;
}
.cid-sIZDaIy2fJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sIZDaIy2fJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sIZDaIy2fJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sIZDaIy2fJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sIZDaIy2fJ .mbr-overlay {
  z-index: 1;
}
.cid-sIZDaIy2fJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sIZAfWtII1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZAfWtII1 .mbr-text {
  text-align: justify;
}
.cid-sIZAfWtII1 .mbr-section-title {
  text-align: center;
  color: #13287d;
}
.cid-udssGb5Oop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssGb5Oop .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssGb5Oop .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssGb5Oop .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssGb5Oop .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssGb5Oop .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssGb5Oop .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssGb5Oop .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssGb5Oop [class^="socicon-"]:before,
.cid-udssGb5Oop [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssGb5Oop .mbr-section-title,
.cid-udssGb5Oop .mbr-social-likes {
  color: #2b6549;
}
.cid-sIZAg1VQ2F {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sIZAg1VQ2F .container {
  max-width: 1400px;
}
.cid-sIZAg1VQ2F .card-img2 span {
  padding-top: 6px;
}
.cid-sIZAg1VQ2F .soc-item a {
  padding-top: 5px;
}
.cid-sIZAg1VQ2F .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sIZAg1VQ2F .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sIZAg1VQ2F .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sIZAg1VQ2F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIZAg1VQ2F svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sIZAg1VQ2F #e2_shape {
  fill: #ffffff !important;
}
.cid-sIZAg1VQ2F .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sIZAg1VQ2F .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sIZAg1VQ2F .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIZAg1VQ2F .card-img {
  width: auto;
}
.cid-sIZAg1VQ2F .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sIZAg1VQ2F .soc-item span {
  font-size: 1.4rem;
}
.cid-sIZAg1VQ2F .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sIZAg1VQ2F .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sIZAg1VQ2F .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIZAg1VQ2F .media-wrap {
  margin-bottom: 1rem;
}
.cid-sIZAg1VQ2F .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sIZAg1VQ2F img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sIZAg1VQ2F .item {
    justify-content: center;
  }
  .cid-sIZAg1VQ2F .quote::after {
    left: 60px;
  }
}
.cid-sIZAg1VQ2F .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sIZAg1VQ2F .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIZAg1VQ2F .text1 {
  color: #ffffff;
}
.cid-sIZAg1VQ2F .item-title {
  color: #ffffff;
}
.cid-sIZAg1VQ2F H5 {
  color: #ffffff;
}
.cid-sIZAg1VQ2F .theme {
  color: #ffffff;
}
.cid-sIZAg1VQ2F .copyright > p {
  color: #ff3366;
}
.cid-sIZAg1VQ2F .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0bCp91y4 {
  overflow-x: hidden !important;
}
.cid-sJ0bCp91y4,
.cid-sJ0bCp91y4 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0bCp91y4 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0bCp91y4 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0bCp91y4 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0bCp91y4 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0bCp91y4 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0bCp91y4 .mbr-overlay {
  z-index: 1;
}
.cid-sJ0bCp91y4 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0bRafl4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0bRafl4b .mbr-text {
  text-align: justify;
}
.cid-sJ0bRafl4b .mbr-section-title {
  text-align: left;
}
.cid-udfIa2rHjk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udfIa2rHjk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udfIa2rHjk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udfIa2rHjk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udfIa2rHjk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udfIa2rHjk .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udfIa2rHjk .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udfIa2rHjk .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udfIa2rHjk .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udfIa2rHjk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udfIa2rHjk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udfIa2rHjk .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udfIa2rHjk .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udfIa2rHjk .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udfIa2rHjk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udfIa2rHjk [class^="socicon-"]:before,
.cid-udfIa2rHjk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udfIa2rHjk .mbr-section-title,
.cid-udfIa2rHjk .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0bCpICjX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0bCpICjX .container {
  max-width: 1400px;
}
.cid-sJ0bCpICjX .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0bCpICjX .soc-item a {
  padding-top: 5px;
}
.cid-sJ0bCpICjX .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0bCpICjX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0bCpICjX .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0bCpICjX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0bCpICjX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0bCpICjX #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0bCpICjX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0bCpICjX .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0bCpICjX .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0bCpICjX .card-img {
  width: auto;
}
.cid-sJ0bCpICjX .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0bCpICjX .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0bCpICjX .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0bCpICjX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0bCpICjX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0bCpICjX .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0bCpICjX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0bCpICjX img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0bCpICjX .item {
    justify-content: center;
  }
  .cid-sJ0bCpICjX .quote::after {
    left: 60px;
  }
}
.cid-sJ0bCpICjX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0bCpICjX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0bCpICjX .text1 {
  color: #ffffff;
}
.cid-sJ0bCpICjX .item-title {
  color: #ffffff;
}
.cid-sJ0bCpICjX H5 {
  color: #ffffff;
}
.cid-sJ0bCpICjX .theme {
  color: #ffffff;
}
.cid-sJ0bCpICjX .copyright > p {
  color: #ff3366;
}
.cid-sJ0bCpICjX .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0c0P9HDL {
  overflow-x: hidden !important;
}
.cid-sJ0c0P9HDL,
.cid-sJ0c0P9HDL .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0c0P9HDL .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0c0P9HDL .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0c0P9HDL .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0c0P9HDL .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0c0P9HDL .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0c0P9HDL .mbr-overlay {
  z-index: 1;
}
.cid-sJ0c0P9HDL .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0cwWeJsx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0cwWeJsx .mbr-text {
  text-align: justify;
}
.cid-sJ0cwWeJsx .mbr-section-title {
  text-align: left;
}
.cid-udfIgzVQCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udfIgzVQCj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udfIgzVQCj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udfIgzVQCj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udfIgzVQCj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udfIgzVQCj .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udfIgzVQCj .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udfIgzVQCj .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udfIgzVQCj .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udfIgzVQCj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udfIgzVQCj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udfIgzVQCj .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udfIgzVQCj .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udfIgzVQCj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udfIgzVQCj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udfIgzVQCj [class^="socicon-"]:before,
.cid-udfIgzVQCj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udfIgzVQCj .mbr-section-title,
.cid-udfIgzVQCj .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0c0PHcSP {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0c0PHcSP .container {
  max-width: 1400px;
}
.cid-sJ0c0PHcSP .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0c0PHcSP .soc-item a {
  padding-top: 5px;
}
.cid-sJ0c0PHcSP .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0c0PHcSP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0c0PHcSP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0c0PHcSP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0c0PHcSP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0c0PHcSP #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0c0PHcSP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0c0PHcSP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0c0PHcSP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0c0PHcSP .card-img {
  width: auto;
}
.cid-sJ0c0PHcSP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0c0PHcSP .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0c0PHcSP .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0c0PHcSP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0c0PHcSP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0c0PHcSP .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0c0PHcSP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0c0PHcSP img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0c0PHcSP .item {
    justify-content: center;
  }
  .cid-sJ0c0PHcSP .quote::after {
    left: 60px;
  }
}
.cid-sJ0c0PHcSP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0c0PHcSP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0c0PHcSP .text1 {
  color: #ffffff;
}
.cid-sJ0c0PHcSP .item-title {
  color: #ffffff;
}
.cid-sJ0c0PHcSP H5 {
  color: #ffffff;
}
.cid-sJ0c0PHcSP .theme {
  color: #ffffff;
}
.cid-sJ0c0PHcSP .copyright > p {
  color: #ff3366;
}
.cid-sJ0c0PHcSP .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0fnouYSk {
  overflow-x: hidden !important;
}
.cid-sJ0fnouYSk,
.cid-sJ0fnouYSk .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0fnouYSk .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0fnouYSk .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0fnouYSk .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0fnouYSk .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0fnouYSk .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0fnouYSk .mbr-overlay {
  z-index: 1;
}
.cid-sJ0fnouYSk .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0fQ6Nwtu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0fQ6Nwtu .mbr-text {
  text-align: justify;
}
.cid-sJ0fQ6Nwtu .mbr-section-title {
  text-align: left;
}
.cid-udfLhRXF6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udfLhRXF6G .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udfLhRXF6G .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udfLhRXF6G .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udfLhRXF6G .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udfLhRXF6G .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udfLhRXF6G .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udfLhRXF6G .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udfLhRXF6G .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udfLhRXF6G .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udfLhRXF6G .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udfLhRXF6G .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udfLhRXF6G .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udfLhRXF6G .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udfLhRXF6G .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udfLhRXF6G [class^="socicon-"]:before,
.cid-udfLhRXF6G [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udfLhRXF6G .mbr-section-title,
.cid-udfLhRXF6G .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0fnp4LsK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0fnp4LsK .container {
  max-width: 1400px;
}
.cid-sJ0fnp4LsK .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0fnp4LsK .soc-item a {
  padding-top: 5px;
}
.cid-sJ0fnp4LsK .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0fnp4LsK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0fnp4LsK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0fnp4LsK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0fnp4LsK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0fnp4LsK #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0fnp4LsK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0fnp4LsK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0fnp4LsK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0fnp4LsK .card-img {
  width: auto;
}
.cid-sJ0fnp4LsK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0fnp4LsK .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0fnp4LsK .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0fnp4LsK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0fnp4LsK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0fnp4LsK .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0fnp4LsK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0fnp4LsK img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0fnp4LsK .item {
    justify-content: center;
  }
  .cid-sJ0fnp4LsK .quote::after {
    left: 60px;
  }
}
.cid-sJ0fnp4LsK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0fnp4LsK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0fnp4LsK .text1 {
  color: #ffffff;
}
.cid-sJ0fnp4LsK .item-title {
  color: #ffffff;
}
.cid-sJ0fnp4LsK H5 {
  color: #ffffff;
}
.cid-sJ0fnp4LsK .theme {
  color: #ffffff;
}
.cid-sJ0fnp4LsK .copyright > p {
  color: #ff3366;
}
.cid-sJ0fnp4LsK .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0g2TPMpv {
  overflow-x: hidden !important;
}
.cid-sJ0g2TPMpv,
.cid-sJ0g2TPMpv .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0g2TPMpv .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0g2TPMpv .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0g2TPMpv .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0g2TPMpv .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0g2TPMpv .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0g2TPMpv .mbr-overlay {
  z-index: 1;
}
.cid-sJ0g2TPMpv .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0geavmHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0geavmHt .mbr-text {
  text-align: justify;
}
.cid-sJ0geavmHt .mbr-section-title {
  text-align: left;
}
.cid-udnt059vxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnt059vxr .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnt059vxr .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnt059vxr .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnt059vxr .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnt059vxr .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnt059vxr .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnt059vxr .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnt059vxr .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnt059vxr .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnt059vxr .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnt059vxr .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnt059vxr .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnt059vxr .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnt059vxr .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnt059vxr [class^="socicon-"]:before,
.cid-udnt059vxr [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnt059vxr .mbr-section-title,
.cid-udnt059vxr .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0g2UQfbB {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0g2UQfbB .container {
  max-width: 1400px;
}
.cid-sJ0g2UQfbB .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0g2UQfbB .soc-item a {
  padding-top: 5px;
}
.cid-sJ0g2UQfbB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0g2UQfbB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0g2UQfbB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0g2UQfbB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0g2UQfbB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0g2UQfbB #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0g2UQfbB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0g2UQfbB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0g2UQfbB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0g2UQfbB .card-img {
  width: auto;
}
.cid-sJ0g2UQfbB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0g2UQfbB .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0g2UQfbB .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0g2UQfbB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0g2UQfbB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0g2UQfbB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0g2UQfbB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0g2UQfbB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0g2UQfbB .item {
    justify-content: center;
  }
  .cid-sJ0g2UQfbB .quote::after {
    left: 60px;
  }
}
.cid-sJ0g2UQfbB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0g2UQfbB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0g2UQfbB .text1 {
  color: #ffffff;
}
.cid-sJ0g2UQfbB .item-title {
  color: #ffffff;
}
.cid-sJ0g2UQfbB H5 {
  color: #ffffff;
}
.cid-sJ0g2UQfbB .theme {
  color: #ffffff;
}
.cid-sJ0g2UQfbB .copyright > p {
  color: #ff3366;
}
.cid-sJ0g2UQfbB .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0gmfNlE5 {
  overflow-x: hidden !important;
}
.cid-sJ0gmfNlE5,
.cid-sJ0gmfNlE5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0gmfNlE5 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0gmfNlE5 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0gmfNlE5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0gmfNlE5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0gmfNlE5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0gmfNlE5 .mbr-overlay {
  z-index: 1;
}
.cid-sJ0gmfNlE5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0gwafwOi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0gwafwOi .mbr-text {
  text-align: justify;
}
.cid-sJ0gwafwOi .mbr-section-title {
  text-align: left;
}
.cid-udnteQACf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnteQACf2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnteQACf2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnteQACf2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnteQACf2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnteQACf2 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnteQACf2 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnteQACf2 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnteQACf2 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnteQACf2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnteQACf2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnteQACf2 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnteQACf2 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnteQACf2 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnteQACf2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnteQACf2 [class^="socicon-"]:before,
.cid-udnteQACf2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnteQACf2 .mbr-section-title,
.cid-udnteQACf2 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0gmgmIQy {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0gmgmIQy .container {
  max-width: 1400px;
}
.cid-sJ0gmgmIQy .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0gmgmIQy .soc-item a {
  padding-top: 5px;
}
.cid-sJ0gmgmIQy .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0gmgmIQy .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0gmgmIQy .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0gmgmIQy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0gmgmIQy svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0gmgmIQy #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0gmgmIQy .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0gmgmIQy .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0gmgmIQy .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0gmgmIQy .card-img {
  width: auto;
}
.cid-sJ0gmgmIQy .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0gmgmIQy .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0gmgmIQy .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0gmgmIQy .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0gmgmIQy .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0gmgmIQy .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0gmgmIQy .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0gmgmIQy img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0gmgmIQy .item {
    justify-content: center;
  }
  .cid-sJ0gmgmIQy .quote::after {
    left: 60px;
  }
}
.cid-sJ0gmgmIQy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0gmgmIQy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0gmgmIQy .text1 {
  color: #ffffff;
}
.cid-sJ0gmgmIQy .item-title {
  color: #ffffff;
}
.cid-sJ0gmgmIQy H5 {
  color: #ffffff;
}
.cid-sJ0gmgmIQy .theme {
  color: #ffffff;
}
.cid-sJ0gmgmIQy .copyright > p {
  color: #ff3366;
}
.cid-sJ0gmgmIQy .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0h5O4jyd {
  overflow-x: hidden !important;
}
.cid-sJ0h5O4jyd,
.cid-sJ0h5O4jyd .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0h5O4jyd .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0h5O4jyd .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0h5O4jyd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0h5O4jyd .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0h5O4jyd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0h5O4jyd .mbr-overlay {
  z-index: 1;
}
.cid-sJ0h5O4jyd .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0h5OkZI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0h5OkZI1 .mbr-text {
  text-align: justify;
}
.cid-sJ0h5OkZI1 .mbr-section-title {
  text-align: left;
}
.cid-udntiCKpUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntiCKpUy .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntiCKpUy .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntiCKpUy .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntiCKpUy .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntiCKpUy .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntiCKpUy .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntiCKpUy .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntiCKpUy .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntiCKpUy .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntiCKpUy .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntiCKpUy .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntiCKpUy .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntiCKpUy .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntiCKpUy .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntiCKpUy [class^="socicon-"]:before,
.cid-udntiCKpUy [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntiCKpUy .mbr-section-title,
.cid-udntiCKpUy .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0h5OFYxl {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0h5OFYxl .container {
  max-width: 1400px;
}
.cid-sJ0h5OFYxl .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0h5OFYxl .soc-item a {
  padding-top: 5px;
}
.cid-sJ0h5OFYxl .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0h5OFYxl .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0h5OFYxl .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0h5OFYxl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0h5OFYxl svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0h5OFYxl #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0h5OFYxl .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0h5OFYxl .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0h5OFYxl .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0h5OFYxl .card-img {
  width: auto;
}
.cid-sJ0h5OFYxl .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0h5OFYxl .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0h5OFYxl .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0h5OFYxl .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0h5OFYxl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0h5OFYxl .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0h5OFYxl .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0h5OFYxl img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0h5OFYxl .item {
    justify-content: center;
  }
  .cid-sJ0h5OFYxl .quote::after {
    left: 60px;
  }
}
.cid-sJ0h5OFYxl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0h5OFYxl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0h5OFYxl .text1 {
  color: #ffffff;
}
.cid-sJ0h5OFYxl .item-title {
  color: #ffffff;
}
.cid-sJ0h5OFYxl H5 {
  color: #ffffff;
}
.cid-sJ0h5OFYxl .theme {
  color: #ffffff;
}
.cid-sJ0h5OFYxl .copyright > p {
  color: #ff3366;
}
.cid-sJ0h5OFYxl .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0hHzZCV9 {
  overflow-x: hidden !important;
}
.cid-sJ0hHzZCV9,
.cid-sJ0hHzZCV9 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0hHzZCV9 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0hHzZCV9 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0hHzZCV9 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0hHzZCV9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0hHzZCV9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0hHzZCV9 .mbr-overlay {
  z-index: 1;
}
.cid-sJ0hHzZCV9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0hHAfiaX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0hHAfiaX .mbr-text {
  text-align: justify;
}
.cid-sJ0hHAfiaX .mbr-section-title {
  text-align: left;
}
.cid-udntnvmOtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntnvmOtx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntnvmOtx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntnvmOtx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntnvmOtx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntnvmOtx .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntnvmOtx .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntnvmOtx .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntnvmOtx .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntnvmOtx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntnvmOtx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntnvmOtx .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntnvmOtx .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntnvmOtx .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntnvmOtx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntnvmOtx [class^="socicon-"]:before,
.cid-udntnvmOtx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntnvmOtx .mbr-section-title,
.cid-udntnvmOtx .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0hHADCv2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0hHADCv2 .container {
  max-width: 1400px;
}
.cid-sJ0hHADCv2 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0hHADCv2 .soc-item a {
  padding-top: 5px;
}
.cid-sJ0hHADCv2 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0hHADCv2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0hHADCv2 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0hHADCv2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0hHADCv2 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0hHADCv2 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0hHADCv2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0hHADCv2 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0hHADCv2 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0hHADCv2 .card-img {
  width: auto;
}
.cid-sJ0hHADCv2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0hHADCv2 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0hHADCv2 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0hHADCv2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0hHADCv2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0hHADCv2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0hHADCv2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0hHADCv2 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0hHADCv2 .item {
    justify-content: center;
  }
  .cid-sJ0hHADCv2 .quote::after {
    left: 60px;
  }
}
.cid-sJ0hHADCv2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0hHADCv2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0hHADCv2 .text1 {
  color: #ffffff;
}
.cid-sJ0hHADCv2 .item-title {
  color: #ffffff;
}
.cid-sJ0hHADCv2 H5 {
  color: #ffffff;
}
.cid-sJ0hHADCv2 .theme {
  color: #ffffff;
}
.cid-sJ0hHADCv2 .copyright > p {
  color: #ff3366;
}
.cid-sJ0hHADCv2 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0ihxpIdY {
  overflow-x: hidden !important;
}
.cid-sJ0ihxpIdY,
.cid-sJ0ihxpIdY .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0ihxpIdY .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0ihxpIdY .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0ihxpIdY .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0ihxpIdY .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0ihxpIdY .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0ihxpIdY .mbr-overlay {
  z-index: 1;
}
.cid-sJ0ihxpIdY .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0ihxElUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0ihxElUe .mbr-text {
  text-align: justify;
}
.cid-sJ0ihxElUe .mbr-section-title {
  text-align: left;
}
.cid-udntrUJHYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntrUJHYg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntrUJHYg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntrUJHYg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntrUJHYg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntrUJHYg .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntrUJHYg .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntrUJHYg .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntrUJHYg .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntrUJHYg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntrUJHYg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntrUJHYg .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntrUJHYg .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntrUJHYg .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntrUJHYg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntrUJHYg [class^="socicon-"]:before,
.cid-udntrUJHYg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntrUJHYg .mbr-section-title,
.cid-udntrUJHYg .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0ihxXpXM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0ihxXpXM .container {
  max-width: 1400px;
}
.cid-sJ0ihxXpXM .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0ihxXpXM .soc-item a {
  padding-top: 5px;
}
.cid-sJ0ihxXpXM .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0ihxXpXM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0ihxXpXM .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0ihxXpXM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0ihxXpXM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0ihxXpXM #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0ihxXpXM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0ihxXpXM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0ihxXpXM .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0ihxXpXM .card-img {
  width: auto;
}
.cid-sJ0ihxXpXM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0ihxXpXM .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0ihxXpXM .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0ihxXpXM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0ihxXpXM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0ihxXpXM .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0ihxXpXM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0ihxXpXM img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0ihxXpXM .item {
    justify-content: center;
  }
  .cid-sJ0ihxXpXM .quote::after {
    left: 60px;
  }
}
.cid-sJ0ihxXpXM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0ihxXpXM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0ihxXpXM .text1 {
  color: #ffffff;
}
.cid-sJ0ihxXpXM .item-title {
  color: #ffffff;
}
.cid-sJ0ihxXpXM H5 {
  color: #ffffff;
}
.cid-sJ0ihxXpXM .theme {
  color: #ffffff;
}
.cid-sJ0ihxXpXM .copyright > p {
  color: #ff3366;
}
.cid-sJ0ihxXpXM .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0iL8evYI {
  overflow-x: hidden !important;
}
.cid-sJ0iL8evYI,
.cid-sJ0iL8evYI .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0iL8evYI .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0iL8evYI .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0iL8evYI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0iL8evYI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0iL8evYI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0iL8evYI .mbr-overlay {
  z-index: 1;
}
.cid-sJ0iL8evYI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0iL8usyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0iL8usyI .mbr-text {
  text-align: justify;
}
.cid-sJ0iL8usyI .mbr-section-title {
  text-align: left;
}
.cid-udntxbSF1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntxbSF1d .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntxbSF1d .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntxbSF1d .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntxbSF1d .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntxbSF1d .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntxbSF1d .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntxbSF1d .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntxbSF1d .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntxbSF1d .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntxbSF1d .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntxbSF1d .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntxbSF1d .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntxbSF1d .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntxbSF1d .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntxbSF1d [class^="socicon-"]:before,
.cid-udntxbSF1d [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntxbSF1d .mbr-section-title,
.cid-udntxbSF1d .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0iL8Vz11 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0iL8Vz11 .container {
  max-width: 1400px;
}
.cid-sJ0iL8Vz11 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0iL8Vz11 .soc-item a {
  padding-top: 5px;
}
.cid-sJ0iL8Vz11 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0iL8Vz11 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0iL8Vz11 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0iL8Vz11 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0iL8Vz11 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0iL8Vz11 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0iL8Vz11 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0iL8Vz11 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0iL8Vz11 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0iL8Vz11 .card-img {
  width: auto;
}
.cid-sJ0iL8Vz11 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0iL8Vz11 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0iL8Vz11 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0iL8Vz11 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0iL8Vz11 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0iL8Vz11 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0iL8Vz11 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0iL8Vz11 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0iL8Vz11 .item {
    justify-content: center;
  }
  .cid-sJ0iL8Vz11 .quote::after {
    left: 60px;
  }
}
.cid-sJ0iL8Vz11 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0iL8Vz11 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0iL8Vz11 .text1 {
  color: #ffffff;
}
.cid-sJ0iL8Vz11 .item-title {
  color: #ffffff;
}
.cid-sJ0iL8Vz11 H5 {
  color: #ffffff;
}
.cid-sJ0iL8Vz11 .theme {
  color: #ffffff;
}
.cid-sJ0iL8Vz11 .copyright > p {
  color: #ff3366;
}
.cid-sJ0iL8Vz11 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0jd0ikPx {
  overflow-x: hidden !important;
}
.cid-sJ0jd0ikPx,
.cid-sJ0jd0ikPx .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0jd0ikPx .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0jd0ikPx .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0jd0ikPx .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0jd0ikPx .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0jd0ikPx .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0jd0ikPx .mbr-overlay {
  z-index: 1;
}
.cid-sJ0jd0ikPx .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0jd0yYtS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0jd0yYtS .mbr-text {
  text-align: justify;
}
.cid-sJ0jd0yYtS .mbr-section-title {
  text-align: left;
}
.cid-udntDjBJat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntDjBJat .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntDjBJat .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntDjBJat .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntDjBJat .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntDjBJat .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntDjBJat .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntDjBJat .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntDjBJat .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntDjBJat .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntDjBJat .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntDjBJat .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntDjBJat .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntDjBJat .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntDjBJat .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntDjBJat [class^="socicon-"]:before,
.cid-udntDjBJat [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntDjBJat .mbr-section-title,
.cid-udntDjBJat .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0jd124wq {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0jd124wq .container {
  max-width: 1400px;
}
.cid-sJ0jd124wq .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0jd124wq .soc-item a {
  padding-top: 5px;
}
.cid-sJ0jd124wq .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0jd124wq .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0jd124wq .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0jd124wq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0jd124wq svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0jd124wq #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0jd124wq .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0jd124wq .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0jd124wq .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0jd124wq .card-img {
  width: auto;
}
.cid-sJ0jd124wq .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0jd124wq .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0jd124wq .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0jd124wq .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0jd124wq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0jd124wq .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0jd124wq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0jd124wq img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0jd124wq .item {
    justify-content: center;
  }
  .cid-sJ0jd124wq .quote::after {
    left: 60px;
  }
}
.cid-sJ0jd124wq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0jd124wq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0jd124wq .text1 {
  color: #ffffff;
}
.cid-sJ0jd124wq .item-title {
  color: #ffffff;
}
.cid-sJ0jd124wq H5 {
  color: #ffffff;
}
.cid-sJ0jd124wq .theme {
  color: #ffffff;
}
.cid-sJ0jd124wq .copyright > p {
  color: #ff3366;
}
.cid-sJ0jd124wq .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0jtEXgMC {
  overflow-x: hidden !important;
}
.cid-sJ0jtEXgMC,
.cid-sJ0jtEXgMC .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0jtEXgMC .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0jtEXgMC .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0jtEXgMC .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0jtEXgMC .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0jtEXgMC .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0jtEXgMC .mbr-overlay {
  z-index: 1;
}
.cid-sJ0jtEXgMC .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0jtFcgOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0jtFcgOF .mbr-text {
  text-align: justify;
}
.cid-sJ0jtFcgOF .mbr-section-title {
  text-align: left;
}
.cid-udntI9ZrMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntI9ZrMq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntI9ZrMq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntI9ZrMq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntI9ZrMq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntI9ZrMq .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntI9ZrMq .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntI9ZrMq .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntI9ZrMq .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntI9ZrMq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntI9ZrMq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntI9ZrMq .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntI9ZrMq .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntI9ZrMq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntI9ZrMq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntI9ZrMq [class^="socicon-"]:before,
.cid-udntI9ZrMq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntI9ZrMq .mbr-section-title,
.cid-udntI9ZrMq .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0jtFwyFY {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0jtFwyFY .container {
  max-width: 1400px;
}
.cid-sJ0jtFwyFY .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0jtFwyFY .soc-item a {
  padding-top: 5px;
}
.cid-sJ0jtFwyFY .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0jtFwyFY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0jtFwyFY .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0jtFwyFY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0jtFwyFY svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0jtFwyFY #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0jtFwyFY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0jtFwyFY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0jtFwyFY .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0jtFwyFY .card-img {
  width: auto;
}
.cid-sJ0jtFwyFY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0jtFwyFY .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0jtFwyFY .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0jtFwyFY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0jtFwyFY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0jtFwyFY .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0jtFwyFY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0jtFwyFY img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0jtFwyFY .item {
    justify-content: center;
  }
  .cid-sJ0jtFwyFY .quote::after {
    left: 60px;
  }
}
.cid-sJ0jtFwyFY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0jtFwyFY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0jtFwyFY .text1 {
  color: #ffffff;
}
.cid-sJ0jtFwyFY .item-title {
  color: #ffffff;
}
.cid-sJ0jtFwyFY H5 {
  color: #ffffff;
}
.cid-sJ0jtFwyFY .theme {
  color: #ffffff;
}
.cid-sJ0jtFwyFY .copyright > p {
  color: #ff3366;
}
.cid-sJ0jtFwyFY .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0myovXYS {
  overflow-x: hidden !important;
}
.cid-sJ0myovXYS,
.cid-sJ0myovXYS .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0myovXYS .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0myovXYS .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0myovXYS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0myovXYS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0myovXYS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0myovXYS .mbr-overlay {
  z-index: 1;
}
.cid-sJ0myovXYS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0myoKxJw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0myoKxJw .mbr-text {
  text-align: justify;
}
.cid-sJ0myoKxJw .mbr-section-title {
  text-align: left;
}
.cid-udntMOn0qO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntMOn0qO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntMOn0qO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntMOn0qO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntMOn0qO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntMOn0qO .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntMOn0qO .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntMOn0qO .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntMOn0qO .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntMOn0qO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntMOn0qO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntMOn0qO .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntMOn0qO .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntMOn0qO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntMOn0qO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntMOn0qO [class^="socicon-"]:before,
.cid-udntMOn0qO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntMOn0qO .mbr-section-title,
.cid-udntMOn0qO .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0mypcKEj {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0mypcKEj .container {
  max-width: 1400px;
}
.cid-sJ0mypcKEj .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0mypcKEj .soc-item a {
  padding-top: 5px;
}
.cid-sJ0mypcKEj .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0mypcKEj .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0mypcKEj .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0mypcKEj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0mypcKEj svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0mypcKEj #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0mypcKEj .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0mypcKEj .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0mypcKEj .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0mypcKEj .card-img {
  width: auto;
}
.cid-sJ0mypcKEj .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0mypcKEj .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0mypcKEj .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0mypcKEj .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0mypcKEj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0mypcKEj .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0mypcKEj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0mypcKEj img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0mypcKEj .item {
    justify-content: center;
  }
  .cid-sJ0mypcKEj .quote::after {
    left: 60px;
  }
}
.cid-sJ0mypcKEj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0mypcKEj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0mypcKEj .text1 {
  color: #ffffff;
}
.cid-sJ0mypcKEj .item-title {
  color: #ffffff;
}
.cid-sJ0mypcKEj H5 {
  color: #ffffff;
}
.cid-sJ0mypcKEj .theme {
  color: #ffffff;
}
.cid-sJ0mypcKEj .copyright > p {
  color: #ff3366;
}
.cid-sJ0mypcKEj .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0mZKTIxr {
  overflow-x: hidden !important;
}
.cid-sJ0mZKTIxr,
.cid-sJ0mZKTIxr .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0mZKTIxr .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0mZKTIxr .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0mZKTIxr .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0mZKTIxr .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0mZKTIxr .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0mZKTIxr .mbr-overlay {
  z-index: 1;
}
.cid-sJ0mZKTIxr .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0mZL9ySp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0mZL9ySp .mbr-text {
  text-align: justify;
}
.cid-sJ0mZL9ySp .mbr-section-title {
  text-align: left;
}
.cid-udntR1MMkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntR1MMkb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntR1MMkb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntR1MMkb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntR1MMkb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntR1MMkb .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntR1MMkb .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntR1MMkb .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntR1MMkb .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntR1MMkb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntR1MMkb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntR1MMkb .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntR1MMkb .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntR1MMkb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntR1MMkb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntR1MMkb [class^="socicon-"]:before,
.cid-udntR1MMkb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntR1MMkb .mbr-section-title,
.cid-udntR1MMkb .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0mZLuWqj {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0mZLuWqj .container {
  max-width: 1400px;
}
.cid-sJ0mZLuWqj .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0mZLuWqj .soc-item a {
  padding-top: 5px;
}
.cid-sJ0mZLuWqj .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0mZLuWqj .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0mZLuWqj .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0mZLuWqj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0mZLuWqj svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0mZLuWqj #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0mZLuWqj .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0mZLuWqj .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0mZLuWqj .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0mZLuWqj .card-img {
  width: auto;
}
.cid-sJ0mZLuWqj .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0mZLuWqj .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0mZLuWqj .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0mZLuWqj .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0mZLuWqj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0mZLuWqj .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0mZLuWqj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0mZLuWqj img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0mZLuWqj .item {
    justify-content: center;
  }
  .cid-sJ0mZLuWqj .quote::after {
    left: 60px;
  }
}
.cid-sJ0mZLuWqj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0mZLuWqj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0mZLuWqj .text1 {
  color: #ffffff;
}
.cid-sJ0mZLuWqj .item-title {
  color: #ffffff;
}
.cid-sJ0mZLuWqj H5 {
  color: #ffffff;
}
.cid-sJ0mZLuWqj .theme {
  color: #ffffff;
}
.cid-sJ0mZLuWqj .copyright > p {
  color: #ff3366;
}
.cid-sJ0mZLuWqj .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0oeTX8x0 {
  overflow-x: hidden !important;
}
.cid-sJ0oeTX8x0,
.cid-sJ0oeTX8x0 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0oeTX8x0 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0oeTX8x0 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0oeTX8x0 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0oeTX8x0 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0oeTX8x0 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0oeTX8x0 .mbr-overlay {
  z-index: 1;
}
.cid-sJ0oeTX8x0 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0oeUdMno {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0oeUdMno .mbr-text {
  text-align: justify;
}
.cid-sJ0oeUdMno .mbr-section-title {
  text-align: left;
}
.cid-udntZf6QCF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntZf6QCF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntZf6QCF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntZf6QCF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntZf6QCF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntZf6QCF .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntZf6QCF .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntZf6QCF .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntZf6QCF .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntZf6QCF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntZf6QCF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntZf6QCF .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntZf6QCF .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntZf6QCF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntZf6QCF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntZf6QCF [class^="socicon-"]:before,
.cid-udntZf6QCF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntZf6QCF .mbr-section-title,
.cid-udntZf6QCF .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0oeUFSgb {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0oeUFSgb .container {
  max-width: 1400px;
}
.cid-sJ0oeUFSgb .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0oeUFSgb .soc-item a {
  padding-top: 5px;
}
.cid-sJ0oeUFSgb .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0oeUFSgb .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0oeUFSgb .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0oeUFSgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0oeUFSgb svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0oeUFSgb #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0oeUFSgb .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0oeUFSgb .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0oeUFSgb .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0oeUFSgb .card-img {
  width: auto;
}
.cid-sJ0oeUFSgb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0oeUFSgb .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0oeUFSgb .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0oeUFSgb .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0oeUFSgb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0oeUFSgb .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0oeUFSgb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0oeUFSgb img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0oeUFSgb .item {
    justify-content: center;
  }
  .cid-sJ0oeUFSgb .quote::after {
    left: 60px;
  }
}
.cid-sJ0oeUFSgb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0oeUFSgb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0oeUFSgb .text1 {
  color: #ffffff;
}
.cid-sJ0oeUFSgb .item-title {
  color: #ffffff;
}
.cid-sJ0oeUFSgb H5 {
  color: #ffffff;
}
.cid-sJ0oeUFSgb .theme {
  color: #ffffff;
}
.cid-sJ0oeUFSgb .copyright > p {
  color: #ff3366;
}
.cid-sJ0oeUFSgb .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4aGndx4A {
  overflow-x: hidden !important;
}
.cid-sJ4aGndx4A,
.cid-sJ4aGndx4A .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4aGndx4A .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4aGndx4A .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4aGndx4A .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4aGndx4A .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4aGndx4A .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4aGndx4A .mbr-overlay {
  z-index: 1;
}
.cid-sJ4aGndx4A .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4aGno4ZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4aGno4ZN .mbr-text {
  text-align: justify;
}
.cid-sJ4aGno4ZN .mbr-section-title {
  text-align: left;
}
.cid-udnu2Cyauf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnu2Cyauf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnu2Cyauf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnu2Cyauf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnu2Cyauf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnu2Cyauf .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnu2Cyauf .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnu2Cyauf .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnu2Cyauf .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnu2Cyauf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnu2Cyauf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnu2Cyauf .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnu2Cyauf .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnu2Cyauf .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnu2Cyauf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnu2Cyauf [class^="socicon-"]:before,
.cid-udnu2Cyauf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnu2Cyauf .mbr-section-title,
.cid-udnu2Cyauf .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4aGnUrPk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4aGnUrPk .container {
  max-width: 1400px;
}
.cid-sJ4aGnUrPk .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4aGnUrPk .soc-item a {
  padding-top: 5px;
}
.cid-sJ4aGnUrPk .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4aGnUrPk .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4aGnUrPk .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4aGnUrPk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4aGnUrPk svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4aGnUrPk #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4aGnUrPk .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4aGnUrPk .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4aGnUrPk .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4aGnUrPk .card-img {
  width: auto;
}
.cid-sJ4aGnUrPk .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4aGnUrPk .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4aGnUrPk .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4aGnUrPk .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4aGnUrPk .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4aGnUrPk .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4aGnUrPk .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4aGnUrPk img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4aGnUrPk .item {
    justify-content: center;
  }
  .cid-sJ4aGnUrPk .quote::after {
    left: 60px;
  }
}
.cid-sJ4aGnUrPk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4aGnUrPk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4aGnUrPk .text1 {
  color: #ffffff;
}
.cid-sJ4aGnUrPk .item-title {
  color: #ffffff;
}
.cid-sJ4aGnUrPk H5 {
  color: #ffffff;
}
.cid-sJ4aGnUrPk .theme {
  color: #ffffff;
}
.cid-sJ4aGnUrPk .copyright > p {
  color: #ff3366;
}
.cid-sJ4aGnUrPk .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4b0yGwoF {
  overflow-x: hidden !important;
}
.cid-sJ4b0yGwoF,
.cid-sJ4b0yGwoF .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4b0yGwoF .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4b0yGwoF .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4b0yGwoF .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4b0yGwoF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4b0yGwoF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4b0yGwoF .mbr-overlay {
  z-index: 1;
}
.cid-sJ4b0yGwoF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4b0yUU0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4b0yUU0F .mbr-text {
  text-align: justify;
}
.cid-sJ4b0yUU0F .mbr-section-title {
  text-align: left;
}
.cid-udnu74xo0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnu74xo0U .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnu74xo0U .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnu74xo0U .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnu74xo0U .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnu74xo0U .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnu74xo0U .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnu74xo0U .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnu74xo0U .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnu74xo0U .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnu74xo0U .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnu74xo0U .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnu74xo0U .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnu74xo0U .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnu74xo0U .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnu74xo0U [class^="socicon-"]:before,
.cid-udnu74xo0U [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnu74xo0U .mbr-section-title,
.cid-udnu74xo0U .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4b0zj7yq {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4b0zj7yq .container {
  max-width: 1400px;
}
.cid-sJ4b0zj7yq .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4b0zj7yq .soc-item a {
  padding-top: 5px;
}
.cid-sJ4b0zj7yq .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4b0zj7yq .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4b0zj7yq .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4b0zj7yq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4b0zj7yq svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4b0zj7yq #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4b0zj7yq .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4b0zj7yq .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4b0zj7yq .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4b0zj7yq .card-img {
  width: auto;
}
.cid-sJ4b0zj7yq .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4b0zj7yq .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4b0zj7yq .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4b0zj7yq .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4b0zj7yq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4b0zj7yq .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4b0zj7yq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4b0zj7yq img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4b0zj7yq .item {
    justify-content: center;
  }
  .cid-sJ4b0zj7yq .quote::after {
    left: 60px;
  }
}
.cid-sJ4b0zj7yq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4b0zj7yq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4b0zj7yq .text1 {
  color: #ffffff;
}
.cid-sJ4b0zj7yq .item-title {
  color: #ffffff;
}
.cid-sJ4b0zj7yq H5 {
  color: #ffffff;
}
.cid-sJ4b0zj7yq .theme {
  color: #ffffff;
}
.cid-sJ4b0zj7yq .copyright > p {
  color: #ff3366;
}
.cid-sJ4b0zj7yq .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4bksDYiA {
  overflow-x: hidden !important;
}
.cid-sJ4bksDYiA,
.cid-sJ4bksDYiA .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4bksDYiA .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4bksDYiA .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4bksDYiA .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4bksDYiA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4bksDYiA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4bksDYiA .mbr-overlay {
  z-index: 1;
}
.cid-sJ4bksDYiA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4bksSCQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4bksSCQr .mbr-text {
  text-align: justify;
}
.cid-sJ4bksSCQr .mbr-section-title {
  text-align: left;
}
.cid-udnubkqq3F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnubkqq3F .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnubkqq3F .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnubkqq3F .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnubkqq3F .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnubkqq3F .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnubkqq3F .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnubkqq3F .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnubkqq3F .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnubkqq3F .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnubkqq3F .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnubkqq3F .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnubkqq3F .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnubkqq3F .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnubkqq3F .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnubkqq3F [class^="socicon-"]:before,
.cid-udnubkqq3F [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnubkqq3F .mbr-section-title,
.cid-udnubkqq3F .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4bktjjEL {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4bktjjEL .container {
  max-width: 1400px;
}
.cid-sJ4bktjjEL .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4bktjjEL .soc-item a {
  padding-top: 5px;
}
.cid-sJ4bktjjEL .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4bktjjEL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4bktjjEL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4bktjjEL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4bktjjEL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4bktjjEL #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4bktjjEL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4bktjjEL .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4bktjjEL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4bktjjEL .card-img {
  width: auto;
}
.cid-sJ4bktjjEL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4bktjjEL .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4bktjjEL .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4bktjjEL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4bktjjEL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4bktjjEL .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4bktjjEL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4bktjjEL img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4bktjjEL .item {
    justify-content: center;
  }
  .cid-sJ4bktjjEL .quote::after {
    left: 60px;
  }
}
.cid-sJ4bktjjEL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4bktjjEL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4bktjjEL .text1 {
  color: #ffffff;
}
.cid-sJ4bktjjEL .item-title {
  color: #ffffff;
}
.cid-sJ4bktjjEL H5 {
  color: #ffffff;
}
.cid-sJ4bktjjEL .theme {
  color: #ffffff;
}
.cid-sJ4bktjjEL .copyright > p {
  color: #ff3366;
}
.cid-sJ4bktjjEL .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4bFN1oWS {
  overflow-x: hidden !important;
}
.cid-sJ4bFN1oWS,
.cid-sJ4bFN1oWS .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4bFN1oWS .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4bFN1oWS .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4bFN1oWS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4bFN1oWS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4bFN1oWS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4bFN1oWS .mbr-overlay {
  z-index: 1;
}
.cid-sJ4bFN1oWS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4bFNgV3Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4bFNgV3Y .mbr-text {
  text-align: justify;
}
.cid-sJ4bFNgV3Y .mbr-section-title {
  text-align: left;
}
.cid-udnufczZpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnufczZpS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnufczZpS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnufczZpS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnufczZpS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnufczZpS .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnufczZpS .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnufczZpS .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnufczZpS .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnufczZpS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnufczZpS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnufczZpS .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnufczZpS .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnufczZpS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnufczZpS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnufczZpS [class^="socicon-"]:before,
.cid-udnufczZpS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnufczZpS .mbr-section-title,
.cid-udnufczZpS .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4bFND9dH {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4bFND9dH .container {
  max-width: 1400px;
}
.cid-sJ4bFND9dH .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4bFND9dH .soc-item a {
  padding-top: 5px;
}
.cid-sJ4bFND9dH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4bFND9dH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4bFND9dH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4bFND9dH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4bFND9dH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4bFND9dH #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4bFND9dH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4bFND9dH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4bFND9dH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4bFND9dH .card-img {
  width: auto;
}
.cid-sJ4bFND9dH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4bFND9dH .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4bFND9dH .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4bFND9dH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4bFND9dH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4bFND9dH .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4bFND9dH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4bFND9dH img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4bFND9dH .item {
    justify-content: center;
  }
  .cid-sJ4bFND9dH .quote::after {
    left: 60px;
  }
}
.cid-sJ4bFND9dH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4bFND9dH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4bFND9dH .text1 {
  color: #ffffff;
}
.cid-sJ4bFND9dH .item-title {
  color: #ffffff;
}
.cid-sJ4bFND9dH H5 {
  color: #ffffff;
}
.cid-sJ4bFND9dH .theme {
  color: #ffffff;
}
.cid-sJ4bFND9dH .copyright > p {
  color: #ff3366;
}
.cid-sJ4bFND9dH .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4c6I4h5p {
  overflow-x: hidden !important;
}
.cid-sJ4c6I4h5p,
.cid-sJ4c6I4h5p .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4c6I4h5p .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4c6I4h5p .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4c6I4h5p .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4c6I4h5p .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4c6I4h5p .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4c6I4h5p .mbr-overlay {
  z-index: 1;
}
.cid-sJ4c6I4h5p .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4c6Ij39M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4c6Ij39M .mbr-text {
  text-align: justify;
}
.cid-sJ4c6Ij39M .mbr-section-title {
  text-align: left;
}
.cid-udnuj6w0PQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuj6w0PQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuj6w0PQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuj6w0PQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuj6w0PQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuj6w0PQ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuj6w0PQ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuj6w0PQ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuj6w0PQ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuj6w0PQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuj6w0PQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuj6w0PQ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuj6w0PQ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuj6w0PQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuj6w0PQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuj6w0PQ [class^="socicon-"]:before,
.cid-udnuj6w0PQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuj6w0PQ .mbr-section-title,
.cid-udnuj6w0PQ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4c6IC9a9 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4c6IC9a9 .container {
  max-width: 1400px;
}
.cid-sJ4c6IC9a9 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4c6IC9a9 .soc-item a {
  padding-top: 5px;
}
.cid-sJ4c6IC9a9 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4c6IC9a9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4c6IC9a9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4c6IC9a9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4c6IC9a9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4c6IC9a9 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4c6IC9a9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4c6IC9a9 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4c6IC9a9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4c6IC9a9 .card-img {
  width: auto;
}
.cid-sJ4c6IC9a9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4c6IC9a9 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4c6IC9a9 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4c6IC9a9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4c6IC9a9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4c6IC9a9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4c6IC9a9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4c6IC9a9 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4c6IC9a9 .item {
    justify-content: center;
  }
  .cid-sJ4c6IC9a9 .quote::after {
    left: 60px;
  }
}
.cid-sJ4c6IC9a9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4c6IC9a9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4c6IC9a9 .text1 {
  color: #ffffff;
}
.cid-sJ4c6IC9a9 .item-title {
  color: #ffffff;
}
.cid-sJ4c6IC9a9 H5 {
  color: #ffffff;
}
.cid-sJ4c6IC9a9 .theme {
  color: #ffffff;
}
.cid-sJ4c6IC9a9 .copyright > p {
  color: #ff3366;
}
.cid-sJ4c6IC9a9 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4cAGsneV {
  overflow-x: hidden !important;
}
.cid-sJ4cAGsneV,
.cid-sJ4cAGsneV .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4cAGsneV .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4cAGsneV .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4cAGsneV .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4cAGsneV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4cAGsneV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4cAGsneV .mbr-overlay {
  z-index: 1;
}
.cid-sJ4cAGsneV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4cAGIdSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4cAGIdSm .mbr-text {
  text-align: justify;
}
.cid-sJ4cAGIdSm .mbr-section-title {
  text-align: left;
}
.cid-udnumB1NnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnumB1NnB .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnumB1NnB .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnumB1NnB .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnumB1NnB .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnumB1NnB .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnumB1NnB .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnumB1NnB .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnumB1NnB .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnumB1NnB .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnumB1NnB .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnumB1NnB .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnumB1NnB .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnumB1NnB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnumB1NnB .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnumB1NnB [class^="socicon-"]:before,
.cid-udnumB1NnB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnumB1NnB .mbr-section-title,
.cid-udnumB1NnB .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4cAHcHuZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4cAHcHuZ .container {
  max-width: 1400px;
}
.cid-sJ4cAHcHuZ .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4cAHcHuZ .soc-item a {
  padding-top: 5px;
}
.cid-sJ4cAHcHuZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4cAHcHuZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4cAHcHuZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4cAHcHuZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4cAHcHuZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4cAHcHuZ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4cAHcHuZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4cAHcHuZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4cAHcHuZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4cAHcHuZ .card-img {
  width: auto;
}
.cid-sJ4cAHcHuZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4cAHcHuZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4cAHcHuZ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4cAHcHuZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4cAHcHuZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4cAHcHuZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4cAHcHuZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4cAHcHuZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4cAHcHuZ .item {
    justify-content: center;
  }
  .cid-sJ4cAHcHuZ .quote::after {
    left: 60px;
  }
}
.cid-sJ4cAHcHuZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4cAHcHuZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4cAHcHuZ .text1 {
  color: #ffffff;
}
.cid-sJ4cAHcHuZ .item-title {
  color: #ffffff;
}
.cid-sJ4cAHcHuZ H5 {
  color: #ffffff;
}
.cid-sJ4cAHcHuZ .theme {
  color: #ffffff;
}
.cid-sJ4cAHcHuZ .copyright > p {
  color: #ff3366;
}
.cid-sJ4cAHcHuZ .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4dbi9VhT {
  overflow-x: hidden !important;
}
.cid-sJ4dbi9VhT,
.cid-sJ4dbi9VhT .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4dbi9VhT .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4dbi9VhT .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4dbi9VhT .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4dbi9VhT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4dbi9VhT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4dbi9VhT .mbr-overlay {
  z-index: 1;
}
.cid-sJ4dbi9VhT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4dbinmV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4dbinmV8 .mbr-text {
  text-align: justify;
}
.cid-sJ4dbinmV8 .mbr-section-title {
  text-align: left;
}
.cid-udnuq56Pkm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuq56Pkm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuq56Pkm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuq56Pkm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuq56Pkm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuq56Pkm .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuq56Pkm .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuq56Pkm .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuq56Pkm .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuq56Pkm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuq56Pkm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuq56Pkm .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuq56Pkm .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuq56Pkm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuq56Pkm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuq56Pkm [class^="socicon-"]:before,
.cid-udnuq56Pkm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuq56Pkm .mbr-section-title,
.cid-udnuq56Pkm .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4dbiR2WZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4dbiR2WZ .container {
  max-width: 1400px;
}
.cid-sJ4dbiR2WZ .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4dbiR2WZ .soc-item a {
  padding-top: 5px;
}
.cid-sJ4dbiR2WZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4dbiR2WZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4dbiR2WZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4dbiR2WZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4dbiR2WZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4dbiR2WZ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4dbiR2WZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4dbiR2WZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4dbiR2WZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4dbiR2WZ .card-img {
  width: auto;
}
.cid-sJ4dbiR2WZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4dbiR2WZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4dbiR2WZ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4dbiR2WZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4dbiR2WZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4dbiR2WZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4dbiR2WZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4dbiR2WZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4dbiR2WZ .item {
    justify-content: center;
  }
  .cid-sJ4dbiR2WZ .quote::after {
    left: 60px;
  }
}
.cid-sJ4dbiR2WZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4dbiR2WZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4dbiR2WZ .text1 {
  color: #ffffff;
}
.cid-sJ4dbiR2WZ .item-title {
  color: #ffffff;
}
.cid-sJ4dbiR2WZ H5 {
  color: #ffffff;
}
.cid-sJ4dbiR2WZ .theme {
  color: #ffffff;
}
.cid-sJ4dbiR2WZ .copyright > p {
  color: #ff3366;
}
.cid-sJ4dbiR2WZ .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4dJ8C3E1 {
  overflow-x: hidden !important;
}
.cid-sJ4dJ8C3E1,
.cid-sJ4dJ8C3E1 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4dJ8C3E1 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4dJ8C3E1 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4dJ8C3E1 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4dJ8C3E1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4dJ8C3E1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4dJ8C3E1 .mbr-overlay {
  z-index: 1;
}
.cid-sJ4dJ8C3E1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4dJ8RNFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4dJ8RNFC .mbr-text {
  text-align: justify;
}
.cid-sJ4dJ8RNFC .mbr-section-title {
  text-align: left;
}
.cid-udnutyRIBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnutyRIBF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnutyRIBF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnutyRIBF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnutyRIBF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnutyRIBF .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnutyRIBF .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnutyRIBF .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnutyRIBF .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnutyRIBF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnutyRIBF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnutyRIBF .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnutyRIBF .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnutyRIBF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnutyRIBF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnutyRIBF [class^="socicon-"]:before,
.cid-udnutyRIBF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnutyRIBF .mbr-section-title,
.cid-udnutyRIBF .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4dJ9glFn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4dJ9glFn .container {
  max-width: 1400px;
}
.cid-sJ4dJ9glFn .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4dJ9glFn .soc-item a {
  padding-top: 5px;
}
.cid-sJ4dJ9glFn .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4dJ9glFn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4dJ9glFn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4dJ9glFn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4dJ9glFn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4dJ9glFn #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4dJ9glFn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4dJ9glFn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4dJ9glFn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4dJ9glFn .card-img {
  width: auto;
}
.cid-sJ4dJ9glFn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4dJ9glFn .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4dJ9glFn .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4dJ9glFn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4dJ9glFn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4dJ9glFn .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4dJ9glFn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4dJ9glFn img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4dJ9glFn .item {
    justify-content: center;
  }
  .cid-sJ4dJ9glFn .quote::after {
    left: 60px;
  }
}
.cid-sJ4dJ9glFn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4dJ9glFn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4dJ9glFn .text1 {
  color: #ffffff;
}
.cid-sJ4dJ9glFn .item-title {
  color: #ffffff;
}
.cid-sJ4dJ9glFn H5 {
  color: #ffffff;
}
.cid-sJ4dJ9glFn .theme {
  color: #ffffff;
}
.cid-sJ4dJ9glFn .copyright > p {
  color: #ff3366;
}
.cid-sJ4dJ9glFn .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ4emHQpYL {
  overflow-x: hidden !important;
}
.cid-sJ4emHQpYL,
.cid-sJ4emHQpYL .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ4emHQpYL .mbr-section-title {
  color: #ffffff;
}
.cid-sJ4emHQpYL .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ4emHQpYL .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ4emHQpYL .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ4emHQpYL .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ4emHQpYL .mbr-overlay {
  z-index: 1;
}
.cid-sJ4emHQpYL .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ4emI5GK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ4emI5GK4 .mbr-text {
  text-align: justify;
}
.cid-sJ4emI5GK4 .mbr-section-title {
  text-align: left;
}
.cid-udnuynuFOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuynuFOS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuynuFOS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuynuFOS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuynuFOS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuynuFOS .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuynuFOS .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuynuFOS .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuynuFOS .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuynuFOS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuynuFOS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuynuFOS .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuynuFOS .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuynuFOS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuynuFOS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuynuFOS [class^="socicon-"]:before,
.cid-udnuynuFOS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuynuFOS .mbr-section-title,
.cid-udnuynuFOS .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ4emIql2G {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ4emIql2G .container {
  max-width: 1400px;
}
.cid-sJ4emIql2G .card-img2 span {
  padding-top: 6px;
}
.cid-sJ4emIql2G .soc-item a {
  padding-top: 5px;
}
.cid-sJ4emIql2G .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ4emIql2G .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ4emIql2G .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ4emIql2G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ4emIql2G svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ4emIql2G #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ4emIql2G .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ4emIql2G .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ4emIql2G .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ4emIql2G .card-img {
  width: auto;
}
.cid-sJ4emIql2G .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ4emIql2G .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ4emIql2G .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ4emIql2G .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ4emIql2G .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ4emIql2G .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ4emIql2G .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ4emIql2G img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ4emIql2G .item {
    justify-content: center;
  }
  .cid-sJ4emIql2G .quote::after {
    left: 60px;
  }
}
.cid-sJ4emIql2G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ4emIql2G .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ4emIql2G .text1 {
  color: #ffffff;
}
.cid-sJ4emIql2G .item-title {
  color: #ffffff;
}
.cid-sJ4emIql2G H5 {
  color: #ffffff;
}
.cid-sJ4emIql2G .theme {
  color: #ffffff;
}
.cid-sJ4emIql2G .copyright > p {
  color: #ff3366;
}
.cid-sJ4emIql2G .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5fssZ9p3 {
  overflow-x: hidden !important;
}
.cid-sJ5fssZ9p3,
.cid-sJ5fssZ9p3 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5fssZ9p3 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5fssZ9p3 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5fssZ9p3 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5fssZ9p3 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5fssZ9p3 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5fssZ9p3 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5fssZ9p3 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5fst8cAT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5fst8cAT .mbr-text {
  text-align: justify;
}
.cid-sJ5fst8cAT .mbr-section-title {
  text-align: left;
}
.cid-udnuGgrqvm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuGgrqvm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuGgrqvm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuGgrqvm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuGgrqvm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuGgrqvm .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuGgrqvm .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuGgrqvm .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuGgrqvm .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuGgrqvm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuGgrqvm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuGgrqvm .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuGgrqvm .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuGgrqvm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuGgrqvm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuGgrqvm [class^="socicon-"]:before,
.cid-udnuGgrqvm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuGgrqvm .mbr-section-title,
.cid-udnuGgrqvm .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5fsttLJr {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5fsttLJr .container {
  max-width: 1400px;
}
.cid-sJ5fsttLJr .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5fsttLJr .soc-item a {
  padding-top: 5px;
}
.cid-sJ5fsttLJr .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5fsttLJr .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5fsttLJr .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5fsttLJr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5fsttLJr svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5fsttLJr #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5fsttLJr .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5fsttLJr .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5fsttLJr .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5fsttLJr .card-img {
  width: auto;
}
.cid-sJ5fsttLJr .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5fsttLJr .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5fsttLJr .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5fsttLJr .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5fsttLJr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5fsttLJr .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5fsttLJr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5fsttLJr img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5fsttLJr .item {
    justify-content: center;
  }
  .cid-sJ5fsttLJr .quote::after {
    left: 60px;
  }
}
.cid-sJ5fsttLJr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5fsttLJr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5fsttLJr .text1 {
  color: #ffffff;
}
.cid-sJ5fsttLJr .item-title {
  color: #ffffff;
}
.cid-sJ5fsttLJr H5 {
  color: #ffffff;
}
.cid-sJ5fsttLJr .theme {
  color: #ffffff;
}
.cid-sJ5fsttLJr .copyright > p {
  color: #ff3366;
}
.cid-sJ5fsttLJr .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5fVSumjw {
  overflow-x: hidden !important;
}
.cid-sJ5fVSumjw,
.cid-sJ5fVSumjw .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5fVSumjw .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5fVSumjw .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5fVSumjw .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5fVSumjw .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5fVSumjw .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5fVSumjw .mbr-overlay {
  z-index: 1;
}
.cid-sJ5fVSumjw .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5fVSJeSB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5fVSJeSB .mbr-text {
  text-align: justify;
}
.cid-sJ5fVSJeSB .mbr-section-title {
  text-align: left;
}
.cid-udnuJyZx4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuJyZx4I .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuJyZx4I .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuJyZx4I .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuJyZx4I .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuJyZx4I .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuJyZx4I .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuJyZx4I .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuJyZx4I .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuJyZx4I .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuJyZx4I .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuJyZx4I .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuJyZx4I .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuJyZx4I .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuJyZx4I .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuJyZx4I [class^="socicon-"]:before,
.cid-udnuJyZx4I [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuJyZx4I .mbr-section-title,
.cid-udnuJyZx4I .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5fVT7HzG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5fVT7HzG .container {
  max-width: 1400px;
}
.cid-sJ5fVT7HzG .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5fVT7HzG .soc-item a {
  padding-top: 5px;
}
.cid-sJ5fVT7HzG .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5fVT7HzG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5fVT7HzG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5fVT7HzG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5fVT7HzG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5fVT7HzG #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5fVT7HzG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5fVT7HzG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5fVT7HzG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5fVT7HzG .card-img {
  width: auto;
}
.cid-sJ5fVT7HzG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5fVT7HzG .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5fVT7HzG .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5fVT7HzG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5fVT7HzG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5fVT7HzG .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5fVT7HzG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5fVT7HzG img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5fVT7HzG .item {
    justify-content: center;
  }
  .cid-sJ5fVT7HzG .quote::after {
    left: 60px;
  }
}
.cid-sJ5fVT7HzG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5fVT7HzG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5fVT7HzG .text1 {
  color: #ffffff;
}
.cid-sJ5fVT7HzG .item-title {
  color: #ffffff;
}
.cid-sJ5fVT7HzG H5 {
  color: #ffffff;
}
.cid-sJ5fVT7HzG .theme {
  color: #ffffff;
}
.cid-sJ5fVT7HzG .copyright > p {
  color: #ff3366;
}
.cid-sJ5fVT7HzG .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5gbD8OJa {
  overflow-x: hidden !important;
}
.cid-sJ5gbD8OJa,
.cid-sJ5gbD8OJa .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5gbD8OJa .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5gbD8OJa .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5gbD8OJa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5gbD8OJa .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5gbD8OJa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5gbD8OJa .mbr-overlay {
  z-index: 1;
}
.cid-sJ5gbD8OJa .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5gbDnaCe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5gbDnaCe .mbr-text {
  text-align: justify;
}
.cid-sJ5gbDnaCe .mbr-section-title {
  text-align: left;
}
.cid-udnuN2AzcV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuN2AzcV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuN2AzcV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuN2AzcV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuN2AzcV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuN2AzcV .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuN2AzcV .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuN2AzcV .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuN2AzcV .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuN2AzcV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuN2AzcV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuN2AzcV .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuN2AzcV .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuN2AzcV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuN2AzcV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuN2AzcV [class^="socicon-"]:before,
.cid-udnuN2AzcV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuN2AzcV .mbr-section-title,
.cid-udnuN2AzcV .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5gbDGm8u {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5gbDGm8u .container {
  max-width: 1400px;
}
.cid-sJ5gbDGm8u .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5gbDGm8u .soc-item a {
  padding-top: 5px;
}
.cid-sJ5gbDGm8u .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5gbDGm8u .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5gbDGm8u .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5gbDGm8u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5gbDGm8u svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5gbDGm8u #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5gbDGm8u .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5gbDGm8u .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5gbDGm8u .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5gbDGm8u .card-img {
  width: auto;
}
.cid-sJ5gbDGm8u .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5gbDGm8u .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5gbDGm8u .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5gbDGm8u .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5gbDGm8u .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5gbDGm8u .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5gbDGm8u .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5gbDGm8u img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5gbDGm8u .item {
    justify-content: center;
  }
  .cid-sJ5gbDGm8u .quote::after {
    left: 60px;
  }
}
.cid-sJ5gbDGm8u .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5gbDGm8u .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5gbDGm8u .text1 {
  color: #ffffff;
}
.cid-sJ5gbDGm8u .item-title {
  color: #ffffff;
}
.cid-sJ5gbDGm8u H5 {
  color: #ffffff;
}
.cid-sJ5gbDGm8u .theme {
  color: #ffffff;
}
.cid-sJ5gbDGm8u .copyright > p {
  color: #ff3366;
}
.cid-sJ5gbDGm8u .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5gsi8QnX {
  overflow-x: hidden !important;
}
.cid-sJ5gsi8QnX,
.cid-sJ5gsi8QnX .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5gsi8QnX .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5gsi8QnX .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5gsi8QnX .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5gsi8QnX .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5gsi8QnX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5gsi8QnX .mbr-overlay {
  z-index: 1;
}
.cid-sJ5gsi8QnX .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5gsimYPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5gsimYPN .mbr-text {
  text-align: justify;
}
.cid-sJ5gsimYPN .mbr-section-title {
  text-align: left;
}
.cid-udnuQrTbmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuQrTbmH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuQrTbmH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuQrTbmH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuQrTbmH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuQrTbmH .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuQrTbmH .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuQrTbmH .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuQrTbmH .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuQrTbmH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuQrTbmH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuQrTbmH .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuQrTbmH .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuQrTbmH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuQrTbmH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuQrTbmH [class^="socicon-"]:before,
.cid-udnuQrTbmH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuQrTbmH .mbr-section-title,
.cid-udnuQrTbmH .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5gsiHpKN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5gsiHpKN .container {
  max-width: 1400px;
}
.cid-sJ5gsiHpKN .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5gsiHpKN .soc-item a {
  padding-top: 5px;
}
.cid-sJ5gsiHpKN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5gsiHpKN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5gsiHpKN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5gsiHpKN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5gsiHpKN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5gsiHpKN #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5gsiHpKN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5gsiHpKN .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5gsiHpKN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5gsiHpKN .card-img {
  width: auto;
}
.cid-sJ5gsiHpKN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5gsiHpKN .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5gsiHpKN .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5gsiHpKN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5gsiHpKN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5gsiHpKN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5gsiHpKN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5gsiHpKN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5gsiHpKN .item {
    justify-content: center;
  }
  .cid-sJ5gsiHpKN .quote::after {
    left: 60px;
  }
}
.cid-sJ5gsiHpKN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5gsiHpKN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5gsiHpKN .text1 {
  color: #ffffff;
}
.cid-sJ5gsiHpKN .item-title {
  color: #ffffff;
}
.cid-sJ5gsiHpKN H5 {
  color: #ffffff;
}
.cid-sJ5gsiHpKN .theme {
  color: #ffffff;
}
.cid-sJ5gsiHpKN .copyright > p {
  color: #ff3366;
}
.cid-sJ5gsiHpKN .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5gM1PKaR {
  overflow-x: hidden !important;
}
.cid-sJ5gM1PKaR,
.cid-sJ5gM1PKaR .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5gM1PKaR .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5gM1PKaR .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5gM1PKaR .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5gM1PKaR .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5gM1PKaR .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5gM1PKaR .mbr-overlay {
  z-index: 1;
}
.cid-sJ5gM1PKaR .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5gM24s6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5gM24s6i .mbr-text {
  text-align: justify;
}
.cid-sJ5gM24s6i .mbr-section-title {
  text-align: left;
}
.cid-udnuUeWCJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuUeWCJN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuUeWCJN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuUeWCJN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuUeWCJN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuUeWCJN .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuUeWCJN .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuUeWCJN .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuUeWCJN .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuUeWCJN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuUeWCJN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuUeWCJN .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuUeWCJN .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuUeWCJN .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuUeWCJN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuUeWCJN [class^="socicon-"]:before,
.cid-udnuUeWCJN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuUeWCJN .mbr-section-title,
.cid-udnuUeWCJN .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5gM2nQIr {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5gM2nQIr .container {
  max-width: 1400px;
}
.cid-sJ5gM2nQIr .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5gM2nQIr .soc-item a {
  padding-top: 5px;
}
.cid-sJ5gM2nQIr .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5gM2nQIr .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5gM2nQIr .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5gM2nQIr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5gM2nQIr svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5gM2nQIr #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5gM2nQIr .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5gM2nQIr .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5gM2nQIr .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5gM2nQIr .card-img {
  width: auto;
}
.cid-sJ5gM2nQIr .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5gM2nQIr .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5gM2nQIr .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5gM2nQIr .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5gM2nQIr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5gM2nQIr .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5gM2nQIr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5gM2nQIr img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5gM2nQIr .item {
    justify-content: center;
  }
  .cid-sJ5gM2nQIr .quote::after {
    left: 60px;
  }
}
.cid-sJ5gM2nQIr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5gM2nQIr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5gM2nQIr .text1 {
  color: #ffffff;
}
.cid-sJ5gM2nQIr .item-title {
  color: #ffffff;
}
.cid-sJ5gM2nQIr H5 {
  color: #ffffff;
}
.cid-sJ5gM2nQIr .theme {
  color: #ffffff;
}
.cid-sJ5gM2nQIr .copyright > p {
  color: #ff3366;
}
.cid-sJ5gM2nQIr .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5h4TgEkr {
  overflow-x: hidden !important;
}
.cid-sJ5h4TgEkr,
.cid-sJ5h4TgEkr .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5h4TgEkr .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5h4TgEkr .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5h4TgEkr .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5h4TgEkr .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5h4TgEkr .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5h4TgEkr .mbr-overlay {
  z-index: 1;
}
.cid-sJ5h4TgEkr .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5h4TwKZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5h4TwKZq .mbr-text {
  text-align: justify;
}
.cid-sJ5h4TwKZq .mbr-section-title {
  text-align: left;
}
.cid-udnuXlVPEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnuXlVPEJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnuXlVPEJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnuXlVPEJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnuXlVPEJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnuXlVPEJ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnuXlVPEJ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnuXlVPEJ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnuXlVPEJ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnuXlVPEJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnuXlVPEJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnuXlVPEJ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnuXlVPEJ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnuXlVPEJ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnuXlVPEJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnuXlVPEJ [class^="socicon-"]:before,
.cid-udnuXlVPEJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnuXlVPEJ .mbr-section-title,
.cid-udnuXlVPEJ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5h4TU2Ty {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5h4TU2Ty .container {
  max-width: 1400px;
}
.cid-sJ5h4TU2Ty .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5h4TU2Ty .soc-item a {
  padding-top: 5px;
}
.cid-sJ5h4TU2Ty .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5h4TU2Ty .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5h4TU2Ty .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5h4TU2Ty .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5h4TU2Ty svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5h4TU2Ty #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5h4TU2Ty .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5h4TU2Ty .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5h4TU2Ty .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5h4TU2Ty .card-img {
  width: auto;
}
.cid-sJ5h4TU2Ty .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5h4TU2Ty .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5h4TU2Ty .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5h4TU2Ty .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5h4TU2Ty .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5h4TU2Ty .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5h4TU2Ty .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5h4TU2Ty img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5h4TU2Ty .item {
    justify-content: center;
  }
  .cid-sJ5h4TU2Ty .quote::after {
    left: 60px;
  }
}
.cid-sJ5h4TU2Ty .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5h4TU2Ty .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5h4TU2Ty .text1 {
  color: #ffffff;
}
.cid-sJ5h4TU2Ty .item-title {
  color: #ffffff;
}
.cid-sJ5h4TU2Ty H5 {
  color: #ffffff;
}
.cid-sJ5h4TU2Ty .theme {
  color: #ffffff;
}
.cid-sJ5h4TU2Ty .copyright > p {
  color: #ff3366;
}
.cid-sJ5h4TU2Ty .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5hXmboFo {
  overflow-x: hidden !important;
}
.cid-sJ5hXmboFo,
.cid-sJ5hXmboFo .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5hXmboFo .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5hXmboFo .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5hXmboFo .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5hXmboFo .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5hXmboFo .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5hXmboFo .mbr-overlay {
  z-index: 1;
}
.cid-sJ5hXmboFo .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5hXmqMZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5hXmqMZ3 .mbr-text {
  text-align: justify;
}
.cid-sJ5hXmqMZ3 .mbr-section-title {
  text-align: left;
}
.cid-udnvuT9Xk4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnvuT9Xk4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnvuT9Xk4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnvuT9Xk4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnvuT9Xk4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnvuT9Xk4 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnvuT9Xk4 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnvuT9Xk4 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnvuT9Xk4 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnvuT9Xk4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnvuT9Xk4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnvuT9Xk4 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnvuT9Xk4 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnvuT9Xk4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnvuT9Xk4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnvuT9Xk4 [class^="socicon-"]:before,
.cid-udnvuT9Xk4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnvuT9Xk4 .mbr-section-title,
.cid-udnvuT9Xk4 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5hXmKbLB {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5hXmKbLB .container {
  max-width: 1400px;
}
.cid-sJ5hXmKbLB .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5hXmKbLB .soc-item a {
  padding-top: 5px;
}
.cid-sJ5hXmKbLB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5hXmKbLB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5hXmKbLB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5hXmKbLB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5hXmKbLB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5hXmKbLB #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5hXmKbLB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5hXmKbLB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5hXmKbLB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5hXmKbLB .card-img {
  width: auto;
}
.cid-sJ5hXmKbLB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5hXmKbLB .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5hXmKbLB .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5hXmKbLB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5hXmKbLB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5hXmKbLB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5hXmKbLB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5hXmKbLB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5hXmKbLB .item {
    justify-content: center;
  }
  .cid-sJ5hXmKbLB .quote::after {
    left: 60px;
  }
}
.cid-sJ5hXmKbLB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5hXmKbLB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5hXmKbLB .text1 {
  color: #ffffff;
}
.cid-sJ5hXmKbLB .item-title {
  color: #ffffff;
}
.cid-sJ5hXmKbLB H5 {
  color: #ffffff;
}
.cid-sJ5hXmKbLB .theme {
  color: #ffffff;
}
.cid-sJ5hXmKbLB .copyright > p {
  color: #ff3366;
}
.cid-sJ5hXmKbLB .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5ijCDtfT {
  overflow-x: hidden !important;
}
.cid-sJ5ijCDtfT,
.cid-sJ5ijCDtfT .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5ijCDtfT .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5ijCDtfT .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5ijCDtfT .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5ijCDtfT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5ijCDtfT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5ijCDtfT .mbr-overlay {
  z-index: 1;
}
.cid-sJ5ijCDtfT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5ijCSmhG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5ijCSmhG .mbr-text {
  text-align: justify;
}
.cid-sJ5ijCSmhG .mbr-section-title {
  text-align: left;
}
.cid-udsrw1gkqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrw1gkqb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrw1gkqb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrw1gkqb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrw1gkqb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrw1gkqb .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrw1gkqb .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrw1gkqb .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrw1gkqb .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrw1gkqb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrw1gkqb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrw1gkqb .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrw1gkqb .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrw1gkqb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsrw1gkqb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrw1gkqb [class^="socicon-"]:before,
.cid-udsrw1gkqb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrw1gkqb .mbr-section-title,
.cid-udsrw1gkqb .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5ijDikb5 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5ijDikb5 .container {
  max-width: 1400px;
}
.cid-sJ5ijDikb5 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5ijDikb5 .soc-item a {
  padding-top: 5px;
}
.cid-sJ5ijDikb5 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5ijDikb5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5ijDikb5 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5ijDikb5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5ijDikb5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5ijDikb5 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5ijDikb5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5ijDikb5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5ijDikb5 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5ijDikb5 .card-img {
  width: auto;
}
.cid-sJ5ijDikb5 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5ijDikb5 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5ijDikb5 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5ijDikb5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5ijDikb5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5ijDikb5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5ijDikb5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5ijDikb5 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5ijDikb5 .item {
    justify-content: center;
  }
  .cid-sJ5ijDikb5 .quote::after {
    left: 60px;
  }
}
.cid-sJ5ijDikb5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5ijDikb5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5ijDikb5 .text1 {
  color: #ffffff;
}
.cid-sJ5ijDikb5 .item-title {
  color: #ffffff;
}
.cid-sJ5ijDikb5 H5 {
  color: #ffffff;
}
.cid-sJ5ijDikb5 .theme {
  color: #ffffff;
}
.cid-sJ5ijDikb5 .copyright > p {
  color: #ff3366;
}
.cid-sJ5ijDikb5 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5izO38nI {
  overflow-x: hidden !important;
}
.cid-sJ5izO38nI,
.cid-sJ5izO38nI .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5izO38nI .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5izO38nI .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5izO38nI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5izO38nI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5izO38nI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5izO38nI .mbr-overlay {
  z-index: 1;
}
.cid-sJ5izO38nI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5izOieA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5izOieA1 .mbr-text {
  text-align: justify;
}
.cid-sJ5izOieA1 .mbr-section-title {
  text-align: left;
}
.cid-udsrATj4PC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrATj4PC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrATj4PC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrATj4PC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrATj4PC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrATj4PC .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrATj4PC .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrATj4PC .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrATj4PC .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrATj4PC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrATj4PC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrATj4PC .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrATj4PC .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrATj4PC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsrATj4PC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrATj4PC [class^="socicon-"]:before,
.cid-udsrATj4PC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrATj4PC .mbr-section-title,
.cid-udsrATj4PC .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5izOBiSa {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5izOBiSa .container {
  max-width: 1400px;
}
.cid-sJ5izOBiSa .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5izOBiSa .soc-item a {
  padding-top: 5px;
}
.cid-sJ5izOBiSa .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5izOBiSa .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5izOBiSa .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5izOBiSa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5izOBiSa svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5izOBiSa #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5izOBiSa .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5izOBiSa .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5izOBiSa .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5izOBiSa .card-img {
  width: auto;
}
.cid-sJ5izOBiSa .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5izOBiSa .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5izOBiSa .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5izOBiSa .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5izOBiSa .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5izOBiSa .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5izOBiSa .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5izOBiSa img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5izOBiSa .item {
    justify-content: center;
  }
  .cid-sJ5izOBiSa .quote::after {
    left: 60px;
  }
}
.cid-sJ5izOBiSa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5izOBiSa .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5izOBiSa .text1 {
  color: #ffffff;
}
.cid-sJ5izOBiSa .item-title {
  color: #ffffff;
}
.cid-sJ5izOBiSa H5 {
  color: #ffffff;
}
.cid-sJ5izOBiSa .theme {
  color: #ffffff;
}
.cid-sJ5izOBiSa .copyright > p {
  color: #ff3366;
}
.cid-sJ5izOBiSa .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5iVA67v5 {
  overflow-x: hidden !important;
}
.cid-sJ5iVA67v5,
.cid-sJ5iVA67v5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5iVA67v5 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5iVA67v5 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5iVA67v5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5iVA67v5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5iVA67v5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5iVA67v5 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5iVA67v5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5iVAlkyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5iVAlkyP .mbr-text {
  text-align: justify;
}
.cid-sJ5iVAlkyP .mbr-section-title {
  text-align: left;
}
.cid-udsrHOC4f2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrHOC4f2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrHOC4f2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrHOC4f2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrHOC4f2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrHOC4f2 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrHOC4f2 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrHOC4f2 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrHOC4f2 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrHOC4f2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrHOC4f2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrHOC4f2 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrHOC4f2 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrHOC4f2 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsrHOC4f2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrHOC4f2 [class^="socicon-"]:before,
.cid-udsrHOC4f2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrHOC4f2 .mbr-section-title,
.cid-udsrHOC4f2 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5iVAE9uT {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5iVAE9uT .container {
  max-width: 1400px;
}
.cid-sJ5iVAE9uT .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5iVAE9uT .soc-item a {
  padding-top: 5px;
}
.cid-sJ5iVAE9uT .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5iVAE9uT .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5iVAE9uT .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5iVAE9uT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5iVAE9uT svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5iVAE9uT #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5iVAE9uT .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5iVAE9uT .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5iVAE9uT .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5iVAE9uT .card-img {
  width: auto;
}
.cid-sJ5iVAE9uT .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5iVAE9uT .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5iVAE9uT .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5iVAE9uT .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5iVAE9uT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5iVAE9uT .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5iVAE9uT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5iVAE9uT img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5iVAE9uT .item {
    justify-content: center;
  }
  .cid-sJ5iVAE9uT .quote::after {
    left: 60px;
  }
}
.cid-sJ5iVAE9uT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5iVAE9uT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5iVAE9uT .text1 {
  color: #ffffff;
}
.cid-sJ5iVAE9uT .item-title {
  color: #ffffff;
}
.cid-sJ5iVAE9uT H5 {
  color: #ffffff;
}
.cid-sJ5iVAE9uT .theme {
  color: #ffffff;
}
.cid-sJ5iVAE9uT .copyright > p {
  color: #ff3366;
}
.cid-sJ5iVAE9uT .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5jFTtTsv {
  overflow-x: hidden !important;
}
.cid-sJ5jFTtTsv,
.cid-sJ5jFTtTsv .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5jFTtTsv .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5jFTtTsv .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5jFTtTsv .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5jFTtTsv .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5jFTtTsv .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5jFTtTsv .mbr-overlay {
  z-index: 1;
}
.cid-sJ5jFTtTsv .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5jFTIPhw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5jFTIPhw .mbr-text {
  text-align: justify;
}
.cid-sJ5jFTIPhw .mbr-section-title {
  text-align: left;
}
.cid-udsrLq0iCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrLq0iCA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrLq0iCA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrLq0iCA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrLq0iCA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrLq0iCA .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrLq0iCA .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrLq0iCA .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrLq0iCA .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrLq0iCA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrLq0iCA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrLq0iCA .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrLq0iCA .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrLq0iCA .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsrLq0iCA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrLq0iCA [class^="socicon-"]:before,
.cid-udsrLq0iCA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrLq0iCA .mbr-section-title,
.cid-udsrLq0iCA .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5jFUaJ0F {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5jFUaJ0F .container {
  max-width: 1400px;
}
.cid-sJ5jFUaJ0F .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5jFUaJ0F .soc-item a {
  padding-top: 5px;
}
.cid-sJ5jFUaJ0F .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5jFUaJ0F .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5jFUaJ0F .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5jFUaJ0F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5jFUaJ0F svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5jFUaJ0F #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5jFUaJ0F .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5jFUaJ0F .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5jFUaJ0F .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5jFUaJ0F .card-img {
  width: auto;
}
.cid-sJ5jFUaJ0F .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5jFUaJ0F .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5jFUaJ0F .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5jFUaJ0F .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5jFUaJ0F .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5jFUaJ0F .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5jFUaJ0F .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5jFUaJ0F img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5jFUaJ0F .item {
    justify-content: center;
  }
  .cid-sJ5jFUaJ0F .quote::after {
    left: 60px;
  }
}
.cid-sJ5jFUaJ0F .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5jFUaJ0F .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5jFUaJ0F .text1 {
  color: #ffffff;
}
.cid-sJ5jFUaJ0F .item-title {
  color: #ffffff;
}
.cid-sJ5jFUaJ0F H5 {
  color: #ffffff;
}
.cid-sJ5jFUaJ0F .theme {
  color: #ffffff;
}
.cid-sJ5jFUaJ0F .copyright > p {
  color: #ff3366;
}
.cid-sJ5jFUaJ0F .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5jXCxU8G {
  overflow-x: hidden !important;
}
.cid-sJ5jXCxU8G,
.cid-sJ5jXCxU8G .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5jXCxU8G .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5jXCxU8G .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5jXCxU8G .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5jXCxU8G .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5jXCxU8G .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5jXCxU8G .mbr-overlay {
  z-index: 1;
}
.cid-sJ5jXCxU8G .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5jXCL5YL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5jXCL5YL .mbr-text {
  text-align: justify;
}
.cid-sJ5jXCL5YL .mbr-section-title {
  text-align: left;
}
.cid-udsrOZTYQl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrOZTYQl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrOZTYQl .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrOZTYQl .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrOZTYQl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrOZTYQl .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrOZTYQl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsrOZTYQl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrOZTYQl [class^="socicon-"]:before,
.cid-udsrOZTYQl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrOZTYQl .mbr-section-title,
.cid-udsrOZTYQl .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5jXD7lTX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5jXD7lTX .container {
  max-width: 1400px;
}
.cid-sJ5jXD7lTX .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5jXD7lTX .soc-item a {
  padding-top: 5px;
}
.cid-sJ5jXD7lTX .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5jXD7lTX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5jXD7lTX .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5jXD7lTX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5jXD7lTX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5jXD7lTX #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5jXD7lTX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5jXD7lTX .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5jXD7lTX .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5jXD7lTX .card-img {
  width: auto;
}
.cid-sJ5jXD7lTX .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5jXD7lTX .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5jXD7lTX .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5jXD7lTX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5jXD7lTX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5jXD7lTX .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5jXD7lTX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5jXD7lTX img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5jXD7lTX .item {
    justify-content: center;
  }
  .cid-sJ5jXD7lTX .quote::after {
    left: 60px;
  }
}
.cid-sJ5jXD7lTX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5jXD7lTX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5jXD7lTX .text1 {
  color: #ffffff;
}
.cid-sJ5jXD7lTX .item-title {
  color: #ffffff;
}
.cid-sJ5jXD7lTX H5 {
  color: #ffffff;
}
.cid-sJ5jXD7lTX .theme {
  color: #ffffff;
}
.cid-sJ5jXD7lTX .copyright > p {
  color: #ff3366;
}
.cid-sJ5jXD7lTX .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5kfcP5ij {
  overflow-x: hidden !important;
}
.cid-sJ5kfcP5ij,
.cid-sJ5kfcP5ij .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5kfcP5ij .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5kfcP5ij .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5kfcP5ij .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5kfcP5ij .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5kfcP5ij .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5kfcP5ij .mbr-overlay {
  z-index: 1;
}
.cid-sJ5kfcP5ij .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5kfd4bGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5kfd4bGN .mbr-text {
  text-align: justify;
}
.cid-sJ5kfd4bGN .mbr-section-title {
  text-align: left;
}
.cid-udsrSJBjhQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrSJBjhQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrSJBjhQ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrSJBjhQ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrSJBjhQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrSJBjhQ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrSJBjhQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsrSJBjhQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrSJBjhQ [class^="socicon-"]:before,
.cid-udsrSJBjhQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrSJBjhQ .mbr-section-title,
.cid-udsrSJBjhQ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5kfdxyX4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5kfdxyX4 .container {
  max-width: 1400px;
}
.cid-sJ5kfdxyX4 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5kfdxyX4 .soc-item a {
  padding-top: 5px;
}
.cid-sJ5kfdxyX4 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5kfdxyX4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5kfdxyX4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5kfdxyX4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5kfdxyX4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5kfdxyX4 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5kfdxyX4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5kfdxyX4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5kfdxyX4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5kfdxyX4 .card-img {
  width: auto;
}
.cid-sJ5kfdxyX4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5kfdxyX4 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5kfdxyX4 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5kfdxyX4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5kfdxyX4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5kfdxyX4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5kfdxyX4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5kfdxyX4 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5kfdxyX4 .item {
    justify-content: center;
  }
  .cid-sJ5kfdxyX4 .quote::after {
    left: 60px;
  }
}
.cid-sJ5kfdxyX4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5kfdxyX4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5kfdxyX4 .text1 {
  color: #ffffff;
}
.cid-sJ5kfdxyX4 .item-title {
  color: #ffffff;
}
.cid-sJ5kfdxyX4 H5 {
  color: #ffffff;
}
.cid-sJ5kfdxyX4 .theme {
  color: #ffffff;
}
.cid-sJ5kfdxyX4 .copyright > p {
  color: #ff3366;
}
.cid-sJ5kfdxyX4 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5kxMDuoY {
  overflow-x: hidden !important;
}
.cid-sJ5kxMDuoY,
.cid-sJ5kxMDuoY .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5kxMDuoY .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5kxMDuoY .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5kxMDuoY .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5kxMDuoY .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5kxMDuoY .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5kxMDuoY .mbr-overlay {
  z-index: 1;
}
.cid-sJ5kxMDuoY .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5kxMX5Te {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5kxMX5Te .mbr-text {
  text-align: justify;
}
.cid-sJ5kxMX5Te .mbr-section-title {
  text-align: left;
}
.cid-udsrWn0xgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrWn0xgU .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrWn0xgU .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrWn0xgU .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrWn0xgU .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrWn0xgU .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrWn0xgU .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsrWn0xgU .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrWn0xgU [class^="socicon-"]:before,
.cid-udsrWn0xgU [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrWn0xgU .mbr-section-title,
.cid-udsrWn0xgU .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5kxNuYqV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5kxNuYqV .container {
  max-width: 1400px;
}
.cid-sJ5kxNuYqV .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5kxNuYqV .soc-item a {
  padding-top: 5px;
}
.cid-sJ5kxNuYqV .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5kxNuYqV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5kxNuYqV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5kxNuYqV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5kxNuYqV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5kxNuYqV #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5kxNuYqV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5kxNuYqV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5kxNuYqV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5kxNuYqV .card-img {
  width: auto;
}
.cid-sJ5kxNuYqV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5kxNuYqV .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5kxNuYqV .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5kxNuYqV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5kxNuYqV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5kxNuYqV .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5kxNuYqV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5kxNuYqV img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5kxNuYqV .item {
    justify-content: center;
  }
  .cid-sJ5kxNuYqV .quote::after {
    left: 60px;
  }
}
.cid-sJ5kxNuYqV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5kxNuYqV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5kxNuYqV .text1 {
  color: #ffffff;
}
.cid-sJ5kxNuYqV .item-title {
  color: #ffffff;
}
.cid-sJ5kxNuYqV H5 {
  color: #ffffff;
}
.cid-sJ5kxNuYqV .theme {
  color: #ffffff;
}
.cid-sJ5kxNuYqV .copyright > p {
  color: #ff3366;
}
.cid-sJ5kxNuYqV .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5kYtGwhB {
  overflow-x: hidden !important;
}
.cid-sJ5kYtGwhB,
.cid-sJ5kYtGwhB .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5kYtGwhB .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5kYtGwhB .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5kYtGwhB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5kYtGwhB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5kYtGwhB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5kYtGwhB .mbr-overlay {
  z-index: 1;
}
.cid-sJ5kYtGwhB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5kYtVa0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5kYtVa0a .mbr-text {
  text-align: justify;
}
.cid-sJ5kYtVa0a .mbr-section-title {
  text-align: left;
}
.cid-udss0t4e3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udss0t4e3V .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udss0t4e3V .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udss0t4e3V .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udss0t4e3V .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udss0t4e3V .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udss0t4e3V .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udss0t4e3V .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udss0t4e3V [class^="socicon-"]:before,
.cid-udss0t4e3V [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udss0t4e3V .mbr-section-title,
.cid-udss0t4e3V .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5kYug2eN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5kYug2eN .container {
  max-width: 1400px;
}
.cid-sJ5kYug2eN .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5kYug2eN .soc-item a {
  padding-top: 5px;
}
.cid-sJ5kYug2eN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5kYug2eN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5kYug2eN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5kYug2eN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5kYug2eN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5kYug2eN #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5kYug2eN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5kYug2eN .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5kYug2eN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5kYug2eN .card-img {
  width: auto;
}
.cid-sJ5kYug2eN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5kYug2eN .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5kYug2eN .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5kYug2eN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5kYug2eN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5kYug2eN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5kYug2eN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5kYug2eN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5kYug2eN .item {
    justify-content: center;
  }
  .cid-sJ5kYug2eN .quote::after {
    left: 60px;
  }
}
.cid-sJ5kYug2eN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5kYug2eN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5kYug2eN .text1 {
  color: #ffffff;
}
.cid-sJ5kYug2eN .item-title {
  color: #ffffff;
}
.cid-sJ5kYug2eN H5 {
  color: #ffffff;
}
.cid-sJ5kYug2eN .theme {
  color: #ffffff;
}
.cid-sJ5kYug2eN .copyright > p {
  color: #ff3366;
}
.cid-sJ5kYug2eN .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5lod6kHf {
  overflow-x: hidden !important;
}
.cid-sJ5lod6kHf,
.cid-sJ5lod6kHf .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5lod6kHf .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5lod6kHf .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5lod6kHf .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5lod6kHf .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5lod6kHf .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5lod6kHf .mbr-overlay {
  z-index: 1;
}
.cid-sJ5lod6kHf .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5lodlRZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5lodlRZN .mbr-text {
  text-align: justify;
}
.cid-sJ5lodlRZN .mbr-section-title {
  text-align: left;
}
.cid-udss4suoEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udss4suoEh .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udss4suoEh .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udss4suoEh .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udss4suoEh .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udss4suoEh .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udss4suoEh .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udss4suoEh .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udss4suoEh [class^="socicon-"]:before,
.cid-udss4suoEh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udss4suoEh .mbr-section-title,
.cid-udss4suoEh .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5lodIzlw {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5lodIzlw .container {
  max-width: 1400px;
}
.cid-sJ5lodIzlw .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5lodIzlw .soc-item a {
  padding-top: 5px;
}
.cid-sJ5lodIzlw .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5lodIzlw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5lodIzlw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5lodIzlw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5lodIzlw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5lodIzlw #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5lodIzlw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5lodIzlw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5lodIzlw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5lodIzlw .card-img {
  width: auto;
}
.cid-sJ5lodIzlw .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5lodIzlw .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5lodIzlw .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5lodIzlw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5lodIzlw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5lodIzlw .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5lodIzlw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5lodIzlw img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5lodIzlw .item {
    justify-content: center;
  }
  .cid-sJ5lodIzlw .quote::after {
    left: 60px;
  }
}
.cid-sJ5lodIzlw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5lodIzlw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5lodIzlw .text1 {
  color: #ffffff;
}
.cid-sJ5lodIzlw .item-title {
  color: #ffffff;
}
.cid-sJ5lodIzlw H5 {
  color: #ffffff;
}
.cid-sJ5lodIzlw .theme {
  color: #ffffff;
}
.cid-sJ5lodIzlw .copyright > p {
  color: #ff3366;
}
.cid-sJ5lodIzlw .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5lEzmpq2 {
  overflow-x: hidden !important;
}
.cid-sJ5lEzmpq2,
.cid-sJ5lEzmpq2 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5lEzmpq2 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5lEzmpq2 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5lEzmpq2 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5lEzmpq2 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5lEzmpq2 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5lEzmpq2 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5lEzmpq2 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5lEzBz75 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5lEzBz75 .mbr-text {
  text-align: justify;
}
.cid-sJ5lEzBz75 .mbr-section-title {
  text-align: left;
}
.cid-udss7TPVKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udss7TPVKE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udss7TPVKE .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udss7TPVKE .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udss7TPVKE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udss7TPVKE .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udss7TPVKE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udss7TPVKE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udss7TPVKE [class^="socicon-"]:before,
.cid-udss7TPVKE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udss7TPVKE .mbr-section-title,
.cid-udss7TPVKE .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5lEzSvt8 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5lEzSvt8 .container {
  max-width: 1400px;
}
.cid-sJ5lEzSvt8 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5lEzSvt8 .soc-item a {
  padding-top: 5px;
}
.cid-sJ5lEzSvt8 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5lEzSvt8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5lEzSvt8 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5lEzSvt8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5lEzSvt8 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5lEzSvt8 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5lEzSvt8 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5lEzSvt8 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5lEzSvt8 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5lEzSvt8 .card-img {
  width: auto;
}
.cid-sJ5lEzSvt8 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5lEzSvt8 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5lEzSvt8 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5lEzSvt8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5lEzSvt8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5lEzSvt8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5lEzSvt8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5lEzSvt8 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5lEzSvt8 .item {
    justify-content: center;
  }
  .cid-sJ5lEzSvt8 .quote::after {
    left: 60px;
  }
}
.cid-sJ5lEzSvt8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5lEzSvt8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5lEzSvt8 .text1 {
  color: #ffffff;
}
.cid-sJ5lEzSvt8 .item-title {
  color: #ffffff;
}
.cid-sJ5lEzSvt8 H5 {
  color: #ffffff;
}
.cid-sJ5lEzSvt8 .theme {
  color: #ffffff;
}
.cid-sJ5lEzSvt8 .copyright > p {
  color: #ff3366;
}
.cid-sJ5lEzSvt8 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5lVtUsz8 {
  overflow-x: hidden !important;
}
.cid-sJ5lVtUsz8,
.cid-sJ5lVtUsz8 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5lVtUsz8 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5lVtUsz8 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5lVtUsz8 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5lVtUsz8 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5lVtUsz8 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5lVtUsz8 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5lVtUsz8 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5lVu86Rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5lVu86Rn .mbr-text {
  text-align: justify;
}
.cid-sJ5lVu86Rn .mbr-section-title {
  text-align: left;
}
.cid-udssaYcLao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssaYcLao .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssaYcLao .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssaYcLao .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssaYcLao .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssaYcLao .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssaYcLao .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssaYcLao .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssaYcLao [class^="socicon-"]:before,
.cid-udssaYcLao [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssaYcLao .mbr-section-title,
.cid-udssaYcLao .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5lVutfke {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5lVutfke .container {
  max-width: 1400px;
}
.cid-sJ5lVutfke .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5lVutfke .soc-item a {
  padding-top: 5px;
}
.cid-sJ5lVutfke .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5lVutfke .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5lVutfke .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5lVutfke .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5lVutfke svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5lVutfke #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5lVutfke .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5lVutfke .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5lVutfke .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5lVutfke .card-img {
  width: auto;
}
.cid-sJ5lVutfke .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5lVutfke .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5lVutfke .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5lVutfke .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5lVutfke .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5lVutfke .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5lVutfke .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5lVutfke img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5lVutfke .item {
    justify-content: center;
  }
  .cid-sJ5lVutfke .quote::after {
    left: 60px;
  }
}
.cid-sJ5lVutfke .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5lVutfke .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5lVutfke .text1 {
  color: #ffffff;
}
.cid-sJ5lVutfke .item-title {
  color: #ffffff;
}
.cid-sJ5lVutfke H5 {
  color: #ffffff;
}
.cid-sJ5lVutfke .theme {
  color: #ffffff;
}
.cid-sJ5lVutfke .copyright > p {
  color: #ff3366;
}
.cid-sJ5lVutfke .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5mf6hY0f {
  overflow-x: hidden !important;
}
.cid-sJ5mf6hY0f,
.cid-sJ5mf6hY0f .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5mf6hY0f .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5mf6hY0f .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5mf6hY0f .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5mf6hY0f .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5mf6hY0f .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5mf6hY0f .mbr-overlay {
  z-index: 1;
}
.cid-sJ5mf6hY0f .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5mf6yxHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5mf6yxHf .mbr-text {
  text-align: justify;
}
.cid-sJ5mf6yxHf .mbr-section-title {
  text-align: left;
}
.cid-udssdZQ2TU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssdZQ2TU .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssdZQ2TU .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssdZQ2TU .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssdZQ2TU .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssdZQ2TU .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssdZQ2TU .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssdZQ2TU .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssdZQ2TU [class^="socicon-"]:before,
.cid-udssdZQ2TU [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssdZQ2TU .mbr-section-title,
.cid-udssdZQ2TU .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5mf6UI4y {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5mf6UI4y .container {
  max-width: 1400px;
}
.cid-sJ5mf6UI4y .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5mf6UI4y .soc-item a {
  padding-top: 5px;
}
.cid-sJ5mf6UI4y .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5mf6UI4y .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5mf6UI4y .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5mf6UI4y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5mf6UI4y svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5mf6UI4y #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5mf6UI4y .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5mf6UI4y .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5mf6UI4y .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5mf6UI4y .card-img {
  width: auto;
}
.cid-sJ5mf6UI4y .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5mf6UI4y .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5mf6UI4y .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5mf6UI4y .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5mf6UI4y .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5mf6UI4y .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5mf6UI4y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5mf6UI4y img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5mf6UI4y .item {
    justify-content: center;
  }
  .cid-sJ5mf6UI4y .quote::after {
    left: 60px;
  }
}
.cid-sJ5mf6UI4y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5mf6UI4y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5mf6UI4y .text1 {
  color: #ffffff;
}
.cid-sJ5mf6UI4y .item-title {
  color: #ffffff;
}
.cid-sJ5mf6UI4y H5 {
  color: #ffffff;
}
.cid-sJ5mf6UI4y .theme {
  color: #ffffff;
}
.cid-sJ5mf6UI4y .copyright > p {
  color: #ff3366;
}
.cid-sJ5mf6UI4y .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5mFMMpi5 {
  overflow-x: hidden !important;
}
.cid-sJ5mFMMpi5,
.cid-sJ5mFMMpi5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5mFMMpi5 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5mFMMpi5 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5mFMMpi5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5mFMMpi5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5mFMMpi5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5mFMMpi5 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5mFMMpi5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5mFMVX0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5mFMVX0k .mbr-text {
  text-align: justify;
}
.cid-sJ5mFMVX0k .mbr-section-title {
  text-align: left;
}
.cid-udsshtsJVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsshtsJVV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsshtsJVV .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsshtsJVV .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsshtsJVV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsshtsJVV .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsshtsJVV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsshtsJVV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsshtsJVV [class^="socicon-"]:before,
.cid-udsshtsJVV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsshtsJVV .mbr-section-title,
.cid-udsshtsJVV .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5mFNioFW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5mFNioFW .container {
  max-width: 1400px;
}
.cid-sJ5mFNioFW .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5mFNioFW .soc-item a {
  padding-top: 5px;
}
.cid-sJ5mFNioFW .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5mFNioFW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5mFNioFW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5mFNioFW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5mFNioFW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5mFNioFW #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5mFNioFW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5mFNioFW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5mFNioFW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5mFNioFW .card-img {
  width: auto;
}
.cid-sJ5mFNioFW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5mFNioFW .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5mFNioFW .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5mFNioFW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5mFNioFW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5mFNioFW .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5mFNioFW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5mFNioFW img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5mFNioFW .item {
    justify-content: center;
  }
  .cid-sJ5mFNioFW .quote::after {
    left: 60px;
  }
}
.cid-sJ5mFNioFW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5mFNioFW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5mFNioFW .text1 {
  color: #ffffff;
}
.cid-sJ5mFNioFW .item-title {
  color: #ffffff;
}
.cid-sJ5mFNioFW H5 {
  color: #ffffff;
}
.cid-sJ5mFNioFW .theme {
  color: #ffffff;
}
.cid-sJ5mFNioFW .copyright > p {
  color: #ff3366;
}
.cid-sJ5mFNioFW .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5n0BCGAx {
  overflow-x: hidden !important;
}
.cid-sJ5n0BCGAx,
.cid-sJ5n0BCGAx .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5n0BCGAx .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5n0BCGAx .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5n0BCGAx .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5n0BCGAx .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5n0BCGAx .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5n0BCGAx .mbr-overlay {
  z-index: 1;
}
.cid-sJ5n0BCGAx .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5n0BRLcw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5n0BRLcw .mbr-text {
  text-align: justify;
}
.cid-sJ5n0BRLcw .mbr-section-title {
  text-align: left;
}
.cid-udsskCP2k8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsskCP2k8 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsskCP2k8 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsskCP2k8 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsskCP2k8 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsskCP2k8 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsskCP2k8 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsskCP2k8 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsskCP2k8 [class^="socicon-"]:before,
.cid-udsskCP2k8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsskCP2k8 .mbr-section-title,
.cid-udsskCP2k8 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5n0CcUJS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5n0CcUJS .container {
  max-width: 1400px;
}
.cid-sJ5n0CcUJS .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5n0CcUJS .soc-item a {
  padding-top: 5px;
}
.cid-sJ5n0CcUJS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5n0CcUJS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5n0CcUJS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5n0CcUJS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5n0CcUJS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5n0CcUJS #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5n0CcUJS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5n0CcUJS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5n0CcUJS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5n0CcUJS .card-img {
  width: auto;
}
.cid-sJ5n0CcUJS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5n0CcUJS .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5n0CcUJS .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5n0CcUJS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5n0CcUJS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5n0CcUJS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5n0CcUJS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5n0CcUJS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5n0CcUJS .item {
    justify-content: center;
  }
  .cid-sJ5n0CcUJS .quote::after {
    left: 60px;
  }
}
.cid-sJ5n0CcUJS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5n0CcUJS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5n0CcUJS .text1 {
  color: #ffffff;
}
.cid-sJ5n0CcUJS .item-title {
  color: #ffffff;
}
.cid-sJ5n0CcUJS H5 {
  color: #ffffff;
}
.cid-sJ5n0CcUJS .theme {
  color: #ffffff;
}
.cid-sJ5n0CcUJS .copyright > p {
  color: #ff3366;
}
.cid-sJ5n0CcUJS .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5nlsIUJH {
  overflow-x: hidden !important;
}
.cid-sJ5nlsIUJH,
.cid-sJ5nlsIUJH .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5nlsIUJH .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5nlsIUJH .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5nlsIUJH .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5nlsIUJH .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5nlsIUJH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5nlsIUJH .mbr-overlay {
  z-index: 1;
}
.cid-sJ5nlsIUJH .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5nlsXruT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5nlsXruT .mbr-text {
  text-align: justify;
}
.cid-sJ5nlsXruT .mbr-section-title {
  text-align: left;
}
.cid-udssnYLJsQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssnYLJsQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssnYLJsQ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssnYLJsQ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssnYLJsQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssnYLJsQ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssnYLJsQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssnYLJsQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssnYLJsQ [class^="socicon-"]:before,
.cid-udssnYLJsQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssnYLJsQ .mbr-section-title,
.cid-udssnYLJsQ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5nlthzaN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5nlthzaN .container {
  max-width: 1400px;
}
.cid-sJ5nlthzaN .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5nlthzaN .soc-item a {
  padding-top: 5px;
}
.cid-sJ5nlthzaN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5nlthzaN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5nlthzaN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5nlthzaN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5nlthzaN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5nlthzaN #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5nlthzaN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5nlthzaN .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5nlthzaN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5nlthzaN .card-img {
  width: auto;
}
.cid-sJ5nlthzaN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5nlthzaN .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5nlthzaN .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5nlthzaN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5nlthzaN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5nlthzaN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5nlthzaN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5nlthzaN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5nlthzaN .item {
    justify-content: center;
  }
  .cid-sJ5nlthzaN .quote::after {
    left: 60px;
  }
}
.cid-sJ5nlthzaN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5nlthzaN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5nlthzaN .text1 {
  color: #ffffff;
}
.cid-sJ5nlthzaN .item-title {
  color: #ffffff;
}
.cid-sJ5nlthzaN H5 {
  color: #ffffff;
}
.cid-sJ5nlthzaN .theme {
  color: #ffffff;
}
.cid-sJ5nlthzaN .copyright > p {
  color: #ff3366;
}
.cid-sJ5nlthzaN .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5nAYrgWb {
  overflow-x: hidden !important;
}
.cid-sJ5nAYrgWb,
.cid-sJ5nAYrgWb .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5nAYrgWb .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5nAYrgWb .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5nAYrgWb .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5nAYrgWb .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5nAYrgWb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5nAYrgWb .mbr-overlay {
  z-index: 1;
}
.cid-sJ5nAYrgWb .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5nAYFHb9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5nAYFHb9 .mbr-text {
  text-align: justify;
}
.cid-sJ5nAYFHb9 .mbr-section-title {
  text-align: left;
}
.cid-udssrkhlpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssrkhlpS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssrkhlpS .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssrkhlpS .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssrkhlpS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssrkhlpS .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssrkhlpS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssrkhlpS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssrkhlpS [class^="socicon-"]:before,
.cid-udssrkhlpS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssrkhlpS .mbr-section-title,
.cid-udssrkhlpS .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5nAZ1dmZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5nAZ1dmZ .container {
  max-width: 1400px;
}
.cid-sJ5nAZ1dmZ .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5nAZ1dmZ .soc-item a {
  padding-top: 5px;
}
.cid-sJ5nAZ1dmZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5nAZ1dmZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5nAZ1dmZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5nAZ1dmZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5nAZ1dmZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5nAZ1dmZ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5nAZ1dmZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5nAZ1dmZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5nAZ1dmZ .card-img {
  width: auto;
}
.cid-sJ5nAZ1dmZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5nAZ1dmZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5nAZ1dmZ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5nAZ1dmZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5nAZ1dmZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5nAZ1dmZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5nAZ1dmZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5nAZ1dmZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5nAZ1dmZ .item {
    justify-content: center;
  }
  .cid-sJ5nAZ1dmZ .quote::after {
    left: 60px;
  }
}
.cid-sJ5nAZ1dmZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5nAZ1dmZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5nAZ1dmZ .text1 {
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ .item-title {
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ H5 {
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ .theme {
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ .copyright > p {
  color: #ff3366;
}
.cid-sJ5nAZ1dmZ .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5nRe4xRv {
  overflow-x: hidden !important;
}
.cid-sJ5nRe4xRv,
.cid-sJ5nRe4xRv .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5nRe4xRv .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5nRe4xRv .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5nRe4xRv .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5nRe4xRv .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5nRe4xRv .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5nRe4xRv .mbr-overlay {
  z-index: 1;
}
.cid-sJ5nRe4xRv .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5nRejueo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5nRejueo .mbr-text {
  text-align: justify;
}
.cid-sJ5nRejueo .mbr-section-title {
  text-align: left;
}
.cid-udssuBRH85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssuBRH85 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssuBRH85 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssuBRH85 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssuBRH85 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssuBRH85 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssuBRH85 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssuBRH85 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssuBRH85 [class^="socicon-"]:before,
.cid-udssuBRH85 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssuBRH85 .mbr-section-title,
.cid-udssuBRH85 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5nRePth4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5nRePth4 .container {
  max-width: 1400px;
}
.cid-sJ5nRePth4 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5nRePth4 .soc-item a {
  padding-top: 5px;
}
.cid-sJ5nRePth4 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5nRePth4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5nRePth4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5nRePth4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5nRePth4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5nRePth4 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5nRePth4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5nRePth4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5nRePth4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5nRePth4 .card-img {
  width: auto;
}
.cid-sJ5nRePth4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5nRePth4 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5nRePth4 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5nRePth4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5nRePth4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5nRePth4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5nRePth4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5nRePth4 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5nRePth4 .item {
    justify-content: center;
  }
  .cid-sJ5nRePth4 .quote::after {
    left: 60px;
  }
}
.cid-sJ5nRePth4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5nRePth4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5nRePth4 .text1 {
  color: #ffffff;
}
.cid-sJ5nRePth4 .item-title {
  color: #ffffff;
}
.cid-sJ5nRePth4 H5 {
  color: #ffffff;
}
.cid-sJ5nRePth4 .theme {
  color: #ffffff;
}
.cid-sJ5nRePth4 .copyright > p {
  color: #ff3366;
}
.cid-sJ5nRePth4 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5o7WcBPp {
  overflow-x: hidden !important;
}
.cid-sJ5o7WcBPp,
.cid-sJ5o7WcBPp .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5o7WcBPp .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5o7WcBPp .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5o7WcBPp .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5o7WcBPp .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5o7WcBPp .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5o7WcBPp .mbr-overlay {
  z-index: 1;
}
.cid-sJ5o7WcBPp .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5o7WrFDZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5o7WrFDZ .mbr-text {
  text-align: justify;
}
.cid-sJ5o7WrFDZ .mbr-section-title {
  text-align: left;
}
.cid-udssxAcVKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssxAcVKh .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssxAcVKh .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssxAcVKh .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssxAcVKh .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssxAcVKh .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssxAcVKh .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssxAcVKh .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssxAcVKh [class^="socicon-"]:before,
.cid-udssxAcVKh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssxAcVKh .mbr-section-title,
.cid-udssxAcVKh .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5o7WOizp {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5o7WOizp .container {
  max-width: 1400px;
}
.cid-sJ5o7WOizp .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5o7WOizp .soc-item a {
  padding-top: 5px;
}
.cid-sJ5o7WOizp .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5o7WOizp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5o7WOizp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5o7WOizp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5o7WOizp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5o7WOizp #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5o7WOizp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5o7WOizp .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5o7WOizp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5o7WOizp .card-img {
  width: auto;
}
.cid-sJ5o7WOizp .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5o7WOizp .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5o7WOizp .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5o7WOizp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5o7WOizp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5o7WOizp .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5o7WOizp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5o7WOizp img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5o7WOizp .item {
    justify-content: center;
  }
  .cid-sJ5o7WOizp .quote::after {
    left: 60px;
  }
}
.cid-sJ5o7WOizp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5o7WOizp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5o7WOizp .text1 {
  color: #ffffff;
}
.cid-sJ5o7WOizp .item-title {
  color: #ffffff;
}
.cid-sJ5o7WOizp H5 {
  color: #ffffff;
}
.cid-sJ5o7WOizp .theme {
  color: #ffffff;
}
.cid-sJ5o7WOizp .copyright > p {
  color: #ff3366;
}
.cid-sJ5o7WOizp .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5ooc21Vz {
  overflow-x: hidden !important;
}
.cid-sJ5ooc21Vz,
.cid-sJ5ooc21Vz .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5ooc21Vz .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5ooc21Vz .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5ooc21Vz .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5ooc21Vz .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5ooc21Vz .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5ooc21Vz .mbr-overlay {
  z-index: 1;
}
.cid-sJ5ooc21Vz .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5oochpqP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5oochpqP .mbr-text {
  text-align: justify;
}
.cid-sJ5oochpqP .mbr-section-title {
  text-align: left;
}
.cid-udssBgH4EL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssBgH4EL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssBgH4EL .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssBgH4EL .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssBgH4EL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssBgH4EL .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssBgH4EL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssBgH4EL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssBgH4EL [class^="socicon-"]:before,
.cid-udssBgH4EL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssBgH4EL .mbr-section-title,
.cid-udssBgH4EL .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5oocBaBc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5oocBaBc .container {
  max-width: 1400px;
}
.cid-sJ5oocBaBc .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5oocBaBc .soc-item a {
  padding-top: 5px;
}
.cid-sJ5oocBaBc .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5oocBaBc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5oocBaBc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5oocBaBc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5oocBaBc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5oocBaBc #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5oocBaBc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5oocBaBc .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5oocBaBc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5oocBaBc .card-img {
  width: auto;
}
.cid-sJ5oocBaBc .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5oocBaBc .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5oocBaBc .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5oocBaBc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5oocBaBc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5oocBaBc .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5oocBaBc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5oocBaBc img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5oocBaBc .item {
    justify-content: center;
  }
  .cid-sJ5oocBaBc .quote::after {
    left: 60px;
  }
}
.cid-sJ5oocBaBc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5oocBaBc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5oocBaBc .text1 {
  color: #ffffff;
}
.cid-sJ5oocBaBc .item-title {
  color: #ffffff;
}
.cid-sJ5oocBaBc H5 {
  color: #ffffff;
}
.cid-sJ5oocBaBc .theme {
  color: #ffffff;
}
.cid-sJ5oocBaBc .copyright > p {
  color: #ff3366;
}
.cid-sJ5oocBaBc .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5pcSa2Y6 {
  overflow-x: hidden !important;
}
.cid-sJ5pcSa2Y6,
.cid-sJ5pcSa2Y6 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5pcSa2Y6 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5pcSa2Y6 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5pcSa2Y6 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5pcSa2Y6 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5pcSa2Y6 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5pcSa2Y6 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5pcSa2Y6 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5pcSp9cM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5pcSp9cM .mbr-text {
  text-align: justify;
}
.cid-sJ5pcSp9cM .mbr-section-title {
  text-align: left;
}
.cid-udssJZATDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssJZATDo .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssJZATDo .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssJZATDo .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssJZATDo .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssJZATDo .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssJZATDo .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssJZATDo .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssJZATDo [class^="socicon-"]:before,
.cid-udssJZATDo [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssJZATDo .mbr-section-title,
.cid-udssJZATDo .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5pcSLddw {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5pcSLddw .container {
  max-width: 1400px;
}
.cid-sJ5pcSLddw .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5pcSLddw .soc-item a {
  padding-top: 5px;
}
.cid-sJ5pcSLddw .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5pcSLddw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5pcSLddw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5pcSLddw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5pcSLddw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5pcSLddw #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5pcSLddw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5pcSLddw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5pcSLddw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5pcSLddw .card-img {
  width: auto;
}
.cid-sJ5pcSLddw .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5pcSLddw .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5pcSLddw .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5pcSLddw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5pcSLddw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5pcSLddw .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5pcSLddw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5pcSLddw img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5pcSLddw .item {
    justify-content: center;
  }
  .cid-sJ5pcSLddw .quote::after {
    left: 60px;
  }
}
.cid-sJ5pcSLddw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5pcSLddw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5pcSLddw .text1 {
  color: #ffffff;
}
.cid-sJ5pcSLddw .item-title {
  color: #ffffff;
}
.cid-sJ5pcSLddw H5 {
  color: #ffffff;
}
.cid-sJ5pcSLddw .theme {
  color: #ffffff;
}
.cid-sJ5pcSLddw .copyright > p {
  color: #ff3366;
}
.cid-sJ5pcSLddw .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5pwZbtib {
  overflow-x: hidden !important;
}
.cid-sJ5pwZbtib,
.cid-sJ5pwZbtib .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5pwZbtib .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5pwZbtib .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5pwZbtib .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5pwZbtib .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5pwZbtib .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5pwZbtib .mbr-overlay {
  z-index: 1;
}
.cid-sJ5pwZbtib .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5pwZqHDp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5pwZqHDp .mbr-text {
  text-align: justify;
}
.cid-sJ5pwZqHDp .mbr-section-title {
  text-align: left;
}
.cid-udssNurzEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssNurzEr .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssNurzEr .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssNurzEr .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssNurzEr .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssNurzEr .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssNurzEr .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssNurzEr .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssNurzEr [class^="socicon-"]:before,
.cid-udssNurzEr [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssNurzEr .mbr-section-title,
.cid-udssNurzEr .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5pwZT2jI {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5pwZT2jI .container {
  max-width: 1400px;
}
.cid-sJ5pwZT2jI .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5pwZT2jI .soc-item a {
  padding-top: 5px;
}
.cid-sJ5pwZT2jI .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5pwZT2jI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5pwZT2jI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5pwZT2jI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5pwZT2jI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5pwZT2jI #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5pwZT2jI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5pwZT2jI .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5pwZT2jI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5pwZT2jI .card-img {
  width: auto;
}
.cid-sJ5pwZT2jI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5pwZT2jI .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5pwZT2jI .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5pwZT2jI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5pwZT2jI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5pwZT2jI .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5pwZT2jI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5pwZT2jI img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5pwZT2jI .item {
    justify-content: center;
  }
  .cid-sJ5pwZT2jI .quote::after {
    left: 60px;
  }
}
.cid-sJ5pwZT2jI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5pwZT2jI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5pwZT2jI .text1 {
  color: #ffffff;
}
.cid-sJ5pwZT2jI .item-title {
  color: #ffffff;
}
.cid-sJ5pwZT2jI H5 {
  color: #ffffff;
}
.cid-sJ5pwZT2jI .theme {
  color: #ffffff;
}
.cid-sJ5pwZT2jI .copyright > p {
  color: #ff3366;
}
.cid-sJ5pwZT2jI .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5pNCRNql {
  overflow-x: hidden !important;
}
.cid-sJ5pNCRNql,
.cid-sJ5pNCRNql .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5pNCRNql .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5pNCRNql .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5pNCRNql .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5pNCRNql .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5pNCRNql .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5pNCRNql .mbr-overlay {
  z-index: 1;
}
.cid-sJ5pNCRNql .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5pND6rnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5pND6rnS .mbr-text {
  text-align: justify;
}
.cid-sJ5pND6rnS .mbr-section-title {
  text-align: left;
}
.cid-udssQKJ0pX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssQKJ0pX .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssQKJ0pX .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssQKJ0pX .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssQKJ0pX .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssQKJ0pX .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssQKJ0pX .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssQKJ0pX .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssQKJ0pX .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssQKJ0pX .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssQKJ0pX .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssQKJ0pX .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssQKJ0pX .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssQKJ0pX .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssQKJ0pX .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssQKJ0pX [class^="socicon-"]:before,
.cid-udssQKJ0pX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssQKJ0pX .mbr-section-title,
.cid-udssQKJ0pX .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5pNDtX4S {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5pNDtX4S .container {
  max-width: 1400px;
}
.cid-sJ5pNDtX4S .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5pNDtX4S .soc-item a {
  padding-top: 5px;
}
.cid-sJ5pNDtX4S .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5pNDtX4S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5pNDtX4S .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5pNDtX4S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5pNDtX4S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5pNDtX4S #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5pNDtX4S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5pNDtX4S .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5pNDtX4S .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5pNDtX4S .card-img {
  width: auto;
}
.cid-sJ5pNDtX4S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5pNDtX4S .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5pNDtX4S .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5pNDtX4S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5pNDtX4S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5pNDtX4S .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5pNDtX4S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5pNDtX4S img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5pNDtX4S .item {
    justify-content: center;
  }
  .cid-sJ5pNDtX4S .quote::after {
    left: 60px;
  }
}
.cid-sJ5pNDtX4S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5pNDtX4S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5pNDtX4S .text1 {
  color: #ffffff;
}
.cid-sJ5pNDtX4S .item-title {
  color: #ffffff;
}
.cid-sJ5pNDtX4S H5 {
  color: #ffffff;
}
.cid-sJ5pNDtX4S .theme {
  color: #ffffff;
}
.cid-sJ5pNDtX4S .copyright > p {
  color: #ff3366;
}
.cid-sJ5pNDtX4S .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5qjNqbIj {
  overflow-x: hidden !important;
}
.cid-sJ5qjNqbIj,
.cid-sJ5qjNqbIj .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5qjNqbIj .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5qjNqbIj .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5qjNqbIj .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5qjNqbIj .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5qjNqbIj .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5qjNqbIj .mbr-overlay {
  z-index: 1;
}
.cid-sJ5qjNqbIj .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5qjNEWeB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5qjNEWeB .mbr-text {
  text-align: justify;
}
.cid-sJ5qjNEWeB .mbr-section-title {
  text-align: left;
}
.cid-udssUFYJnu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssUFYJnu .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssUFYJnu .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssUFYJnu .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssUFYJnu .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssUFYJnu .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssUFYJnu .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssUFYJnu .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssUFYJnu .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssUFYJnu .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssUFYJnu .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssUFYJnu .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssUFYJnu .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssUFYJnu .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssUFYJnu .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssUFYJnu [class^="socicon-"]:before,
.cid-udssUFYJnu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssUFYJnu .mbr-section-title,
.cid-udssUFYJnu .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5qjNXDGM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5qjNXDGM .container {
  max-width: 1400px;
}
.cid-sJ5qjNXDGM .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5qjNXDGM .soc-item a {
  padding-top: 5px;
}
.cid-sJ5qjNXDGM .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5qjNXDGM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5qjNXDGM .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5qjNXDGM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5qjNXDGM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5qjNXDGM #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5qjNXDGM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5qjNXDGM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5qjNXDGM .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5qjNXDGM .card-img {
  width: auto;
}
.cid-sJ5qjNXDGM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5qjNXDGM .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5qjNXDGM .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5qjNXDGM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5qjNXDGM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5qjNXDGM .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5qjNXDGM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5qjNXDGM img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5qjNXDGM .item {
    justify-content: center;
  }
  .cid-sJ5qjNXDGM .quote::after {
    left: 60px;
  }
}
.cid-sJ5qjNXDGM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5qjNXDGM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5qjNXDGM .text1 {
  color: #ffffff;
}
.cid-sJ5qjNXDGM .item-title {
  color: #ffffff;
}
.cid-sJ5qjNXDGM H5 {
  color: #ffffff;
}
.cid-sJ5qjNXDGM .theme {
  color: #ffffff;
}
.cid-sJ5qjNXDGM .copyright > p {
  color: #ff3366;
}
.cid-sJ5qjNXDGM .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5qGXVBU1 {
  overflow-x: hidden !important;
}
.cid-sJ5qGXVBU1,
.cid-sJ5qGXVBU1 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5qGXVBU1 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5qGXVBU1 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5qGXVBU1 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5qGXVBU1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5qGXVBU1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5qGXVBU1 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5qGXVBU1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5qGYacFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5qGYacFH .mbr-text {
  text-align: justify;
}
.cid-sJ5qGYacFH .mbr-section-title {
  text-align: left;
}
.cid-udssYbc7Ep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssYbc7Ep .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssYbc7Ep .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssYbc7Ep .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssYbc7Ep .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssYbc7Ep .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssYbc7Ep .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssYbc7Ep .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssYbc7Ep .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssYbc7Ep .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssYbc7Ep .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssYbc7Ep .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssYbc7Ep .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssYbc7Ep .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udssYbc7Ep .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssYbc7Ep [class^="socicon-"]:before,
.cid-udssYbc7Ep [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssYbc7Ep .mbr-section-title,
.cid-udssYbc7Ep .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5qGYvvZK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5qGYvvZK .container {
  max-width: 1400px;
}
.cid-sJ5qGYvvZK .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5qGYvvZK .soc-item a {
  padding-top: 5px;
}
.cid-sJ5qGYvvZK .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5qGYvvZK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5qGYvvZK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5qGYvvZK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5qGYvvZK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5qGYvvZK #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5qGYvvZK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5qGYvvZK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5qGYvvZK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5qGYvvZK .card-img {
  width: auto;
}
.cid-sJ5qGYvvZK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5qGYvvZK .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5qGYvvZK .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5qGYvvZK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5qGYvvZK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5qGYvvZK .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5qGYvvZK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5qGYvvZK img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5qGYvvZK .item {
    justify-content: center;
  }
  .cid-sJ5qGYvvZK .quote::after {
    left: 60px;
  }
}
.cid-sJ5qGYvvZK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5qGYvvZK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5qGYvvZK .text1 {
  color: #ffffff;
}
.cid-sJ5qGYvvZK .item-title {
  color: #ffffff;
}
.cid-sJ5qGYvvZK H5 {
  color: #ffffff;
}
.cid-sJ5qGYvvZK .theme {
  color: #ffffff;
}
.cid-sJ5qGYvvZK .copyright > p {
  color: #ff3366;
}
.cid-sJ5qGYvvZK .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5qZjrAZe {
  overflow-x: hidden !important;
}
.cid-sJ5qZjrAZe,
.cid-sJ5qZjrAZe .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5qZjrAZe .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5qZjrAZe .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5qZjrAZe .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5qZjrAZe .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5qZjrAZe .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5qZjrAZe .mbr-overlay {
  z-index: 1;
}
.cid-sJ5qZjrAZe .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5qZjGrpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5qZjGrpc .mbr-text {
  text-align: justify;
}
.cid-sJ5qZjGrpc .mbr-section-title {
  text-align: left;
}
.cid-udst271t7k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udst271t7k .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udst271t7k .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udst271t7k .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udst271t7k .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udst271t7k .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udst271t7k .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udst271t7k .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udst271t7k .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udst271t7k .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udst271t7k .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udst271t7k .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udst271t7k .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udst271t7k .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udst271t7k .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udst271t7k [class^="socicon-"]:before,
.cid-udst271t7k [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udst271t7k .mbr-section-title,
.cid-udst271t7k .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5qZk0JTP {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5qZk0JTP .container {
  max-width: 1400px;
}
.cid-sJ5qZk0JTP .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5qZk0JTP .soc-item a {
  padding-top: 5px;
}
.cid-sJ5qZk0JTP .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5qZk0JTP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5qZk0JTP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5qZk0JTP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5qZk0JTP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5qZk0JTP #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5qZk0JTP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5qZk0JTP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5qZk0JTP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5qZk0JTP .card-img {
  width: auto;
}
.cid-sJ5qZk0JTP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5qZk0JTP .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5qZk0JTP .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5qZk0JTP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5qZk0JTP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5qZk0JTP .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5qZk0JTP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5qZk0JTP img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5qZk0JTP .item {
    justify-content: center;
  }
  .cid-sJ5qZk0JTP .quote::after {
    left: 60px;
  }
}
.cid-sJ5qZk0JTP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5qZk0JTP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5qZk0JTP .text1 {
  color: #ffffff;
}
.cid-sJ5qZk0JTP .item-title {
  color: #ffffff;
}
.cid-sJ5qZk0JTP H5 {
  color: #ffffff;
}
.cid-sJ5qZk0JTP .theme {
  color: #ffffff;
}
.cid-sJ5qZk0JTP .copyright > p {
  color: #ff3366;
}
.cid-sJ5qZk0JTP .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5ri6TtyX {
  overflow-x: hidden !important;
}
.cid-sJ5ri6TtyX,
.cid-sJ5ri6TtyX .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5ri6TtyX .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5ri6TtyX .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5ri6TtyX .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5ri6TtyX .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5ri6TtyX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5ri6TtyX .mbr-overlay {
  z-index: 1;
}
.cid-sJ5ri6TtyX .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5ri78FWL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5ri78FWL .mbr-text {
  text-align: justify;
}
.cid-sJ5ri78FWL .mbr-section-title {
  text-align: left;
}
.cid-udst9WPUiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udst9WPUiD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udst9WPUiD .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udst9WPUiD .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udst9WPUiD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udst9WPUiD .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udst9WPUiD .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udst9WPUiD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udst9WPUiD [class^="socicon-"]:before,
.cid-udst9WPUiD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udst9WPUiD .mbr-section-title,
.cid-udst9WPUiD .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5ri7vb2x {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5ri7vb2x .container {
  max-width: 1400px;
}
.cid-sJ5ri7vb2x .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5ri7vb2x .soc-item a {
  padding-top: 5px;
}
.cid-sJ5ri7vb2x .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5ri7vb2x .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5ri7vb2x .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5ri7vb2x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5ri7vb2x svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5ri7vb2x #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5ri7vb2x .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5ri7vb2x .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5ri7vb2x .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5ri7vb2x .card-img {
  width: auto;
}
.cid-sJ5ri7vb2x .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5ri7vb2x .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5ri7vb2x .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5ri7vb2x .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5ri7vb2x .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5ri7vb2x .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5ri7vb2x .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5ri7vb2x img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5ri7vb2x .item {
    justify-content: center;
  }
  .cid-sJ5ri7vb2x .quote::after {
    left: 60px;
  }
}
.cid-sJ5ri7vb2x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5ri7vb2x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5ri7vb2x .text1 {
  color: #ffffff;
}
.cid-sJ5ri7vb2x .item-title {
  color: #ffffff;
}
.cid-sJ5ri7vb2x H5 {
  color: #ffffff;
}
.cid-sJ5ri7vb2x .theme {
  color: #ffffff;
}
.cid-sJ5ri7vb2x .copyright > p {
  color: #ff3366;
}
.cid-sJ5ri7vb2x .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5rwRmZ3k {
  overflow-x: hidden !important;
}
.cid-sJ5rwRmZ3k,
.cid-sJ5rwRmZ3k .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5rwRmZ3k .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5rwRmZ3k .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5rwRmZ3k .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5rwRmZ3k .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5rwRmZ3k .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5rwRmZ3k .mbr-overlay {
  z-index: 1;
}
.cid-sJ5rwRmZ3k .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5rwRBHIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5rwRBHIJ .mbr-text {
  text-align: justify;
}
.cid-sJ5rwRBHIJ .mbr-section-title {
  text-align: left;
}
.cid-udstcJtEJ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstcJtEJ0 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstcJtEJ0 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstcJtEJ0 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstcJtEJ0 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstcJtEJ0 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstcJtEJ0 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstcJtEJ0 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstcJtEJ0 [class^="socicon-"]:before,
.cid-udstcJtEJ0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstcJtEJ0 .mbr-section-title,
.cid-udstcJtEJ0 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5rwS17HB {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5rwS17HB .container {
  max-width: 1400px;
}
.cid-sJ5rwS17HB .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5rwS17HB .soc-item a {
  padding-top: 5px;
}
.cid-sJ5rwS17HB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5rwS17HB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5rwS17HB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5rwS17HB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5rwS17HB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5rwS17HB #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5rwS17HB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5rwS17HB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5rwS17HB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5rwS17HB .card-img {
  width: auto;
}
.cid-sJ5rwS17HB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5rwS17HB .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5rwS17HB .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5rwS17HB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5rwS17HB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5rwS17HB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5rwS17HB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5rwS17HB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5rwS17HB .item {
    justify-content: center;
  }
  .cid-sJ5rwS17HB .quote::after {
    left: 60px;
  }
}
.cid-sJ5rwS17HB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5rwS17HB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5rwS17HB .text1 {
  color: #ffffff;
}
.cid-sJ5rwS17HB .item-title {
  color: #ffffff;
}
.cid-sJ5rwS17HB H5 {
  color: #ffffff;
}
.cid-sJ5rwS17HB .theme {
  color: #ffffff;
}
.cid-sJ5rwS17HB .copyright > p {
  color: #ff3366;
}
.cid-sJ5rwS17HB .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5rRpQkuL {
  overflow-x: hidden !important;
}
.cid-sJ5rRpQkuL,
.cid-sJ5rRpQkuL .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5rRpQkuL .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5rRpQkuL .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5rRpQkuL .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5rRpQkuL .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5rRpQkuL .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5rRpQkuL .mbr-overlay {
  z-index: 1;
}
.cid-sJ5rRpQkuL .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5rRq5YYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5rRq5YYZ .mbr-text {
  text-align: justify;
}
.cid-sJ5rRq5YYZ .mbr-section-title {
  text-align: left;
}
.cid-udsth2zxJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsth2zxJm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsth2zxJm .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsth2zxJm .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsth2zxJm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsth2zxJm .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsth2zxJm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsth2zxJm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsth2zxJm [class^="socicon-"]:before,
.cid-udsth2zxJm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsth2zxJm .mbr-section-title,
.cid-udsth2zxJm .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5rRqt2Eg {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5rRqt2Eg .container {
  max-width: 1400px;
}
.cid-sJ5rRqt2Eg .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5rRqt2Eg .soc-item a {
  padding-top: 5px;
}
.cid-sJ5rRqt2Eg .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5rRqt2Eg .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5rRqt2Eg .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5rRqt2Eg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5rRqt2Eg svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5rRqt2Eg #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5rRqt2Eg .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5rRqt2Eg .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5rRqt2Eg .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5rRqt2Eg .card-img {
  width: auto;
}
.cid-sJ5rRqt2Eg .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5rRqt2Eg .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5rRqt2Eg .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5rRqt2Eg .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5rRqt2Eg .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5rRqt2Eg .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5rRqt2Eg .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5rRqt2Eg img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5rRqt2Eg .item {
    justify-content: center;
  }
  .cid-sJ5rRqt2Eg .quote::after {
    left: 60px;
  }
}
.cid-sJ5rRqt2Eg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5rRqt2Eg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5rRqt2Eg .text1 {
  color: #ffffff;
}
.cid-sJ5rRqt2Eg .item-title {
  color: #ffffff;
}
.cid-sJ5rRqt2Eg H5 {
  color: #ffffff;
}
.cid-sJ5rRqt2Eg .theme {
  color: #ffffff;
}
.cid-sJ5rRqt2Eg .copyright > p {
  color: #ff3366;
}
.cid-sJ5rRqt2Eg .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5sfbVhpN {
  overflow-x: hidden !important;
}
.cid-sJ5sfbVhpN,
.cid-sJ5sfbVhpN .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5sfbVhpN .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5sfbVhpN .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5sfbVhpN .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5sfbVhpN .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5sfbVhpN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5sfbVhpN .mbr-overlay {
  z-index: 1;
}
.cid-sJ5sfbVhpN .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5sfcanhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5sfcanhu .mbr-text {
  text-align: justify;
}
.cid-sJ5sfcanhu .mbr-section-title {
  text-align: left;
}
.cid-udstkJbVLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstkJbVLg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstkJbVLg .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstkJbVLg .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstkJbVLg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstkJbVLg .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstkJbVLg .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstkJbVLg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstkJbVLg [class^="socicon-"]:before,
.cid-udstkJbVLg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstkJbVLg .mbr-section-title,
.cid-udstkJbVLg .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5sfcIObc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5sfcIObc .container {
  max-width: 1400px;
}
.cid-sJ5sfcIObc .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5sfcIObc .soc-item a {
  padding-top: 5px;
}
.cid-sJ5sfcIObc .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5sfcIObc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5sfcIObc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5sfcIObc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5sfcIObc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5sfcIObc #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5sfcIObc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5sfcIObc .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5sfcIObc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5sfcIObc .card-img {
  width: auto;
}
.cid-sJ5sfcIObc .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5sfcIObc .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5sfcIObc .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5sfcIObc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5sfcIObc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5sfcIObc .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5sfcIObc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5sfcIObc img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5sfcIObc .item {
    justify-content: center;
  }
  .cid-sJ5sfcIObc .quote::after {
    left: 60px;
  }
}
.cid-sJ5sfcIObc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5sfcIObc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5sfcIObc .text1 {
  color: #ffffff;
}
.cid-sJ5sfcIObc .item-title {
  color: #ffffff;
}
.cid-sJ5sfcIObc H5 {
  color: #ffffff;
}
.cid-sJ5sfcIObc .theme {
  color: #ffffff;
}
.cid-sJ5sfcIObc .copyright > p {
  color: #ff3366;
}
.cid-sJ5sfcIObc .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5szv38aQ {
  overflow-x: hidden !important;
}
.cid-sJ5szv38aQ,
.cid-sJ5szv38aQ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5szv38aQ .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5szv38aQ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5szv38aQ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5szv38aQ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5szv38aQ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5szv38aQ .mbr-overlay {
  z-index: 1;
}
.cid-sJ5szv38aQ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5szvi1r7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5szvi1r7 .mbr-text {
  text-align: justify;
}
.cid-sJ5szvi1r7 .mbr-section-title {
  text-align: left;
}
.cid-udstoNCrHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstoNCrHt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstoNCrHt .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstoNCrHt .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstoNCrHt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstoNCrHt .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstoNCrHt .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstoNCrHt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstoNCrHt [class^="socicon-"]:before,
.cid-udstoNCrHt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstoNCrHt .mbr-section-title,
.cid-udstoNCrHt .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5szvKqfA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5szvKqfA .container {
  max-width: 1400px;
}
.cid-sJ5szvKqfA .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5szvKqfA .soc-item a {
  padding-top: 5px;
}
.cid-sJ5szvKqfA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5szvKqfA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5szvKqfA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5szvKqfA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5szvKqfA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5szvKqfA #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5szvKqfA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5szvKqfA .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5szvKqfA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5szvKqfA .card-img {
  width: auto;
}
.cid-sJ5szvKqfA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5szvKqfA .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5szvKqfA .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5szvKqfA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5szvKqfA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5szvKqfA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5szvKqfA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5szvKqfA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5szvKqfA .item {
    justify-content: center;
  }
  .cid-sJ5szvKqfA .quote::after {
    left: 60px;
  }
}
.cid-sJ5szvKqfA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5szvKqfA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5szvKqfA .text1 {
  color: #ffffff;
}
.cid-sJ5szvKqfA .item-title {
  color: #ffffff;
}
.cid-sJ5szvKqfA H5 {
  color: #ffffff;
}
.cid-sJ5szvKqfA .theme {
  color: #ffffff;
}
.cid-sJ5szvKqfA .copyright > p {
  color: #ff3366;
}
.cid-sJ5szvKqfA .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5sVjsgeu {
  overflow-x: hidden !important;
}
.cid-sJ5sVjsgeu,
.cid-sJ5sVjsgeu .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5sVjsgeu .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5sVjsgeu .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5sVjsgeu .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5sVjsgeu .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5sVjsgeu .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5sVjsgeu .mbr-overlay {
  z-index: 1;
}
.cid-sJ5sVjsgeu .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5tNwar2h {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ5tNwar2h .mbr-text {
  text-align: justify;
}
.cid-sJ5tNwar2h .mbr-section-title {
  text-align: left;
}
.cid-sJ5zGmyKM3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJ5zGmyKM3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sJ5zGmyKM3 .mbr-text,
.cid-sJ5zGmyKM3 .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sJ5tYtDw8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5tYtDw8F .mbr-text {
  text-align: justify;
}
.cid-sJ5tYtDw8F .mbr-section-title {
  text-align: left;
}
.cid-udstxvH1Dk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstxvH1Dk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstxvH1Dk .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstxvH1Dk .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstxvH1Dk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstxvH1Dk .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstxvH1Dk .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstxvH1Dk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstxvH1Dk [class^="socicon-"]:before,
.cid-udstxvH1Dk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstxvH1Dk .mbr-section-title,
.cid-udstxvH1Dk .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5sVjZDlH {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5sVjZDlH .container {
  max-width: 1400px;
}
.cid-sJ5sVjZDlH .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5sVjZDlH .soc-item a {
  padding-top: 5px;
}
.cid-sJ5sVjZDlH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5sVjZDlH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5sVjZDlH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5sVjZDlH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5sVjZDlH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5sVjZDlH #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5sVjZDlH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5sVjZDlH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5sVjZDlH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5sVjZDlH .card-img {
  width: auto;
}
.cid-sJ5sVjZDlH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5sVjZDlH .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5sVjZDlH .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5sVjZDlH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5sVjZDlH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5sVjZDlH .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5sVjZDlH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5sVjZDlH img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5sVjZDlH .item {
    justify-content: center;
  }
  .cid-sJ5sVjZDlH .quote::after {
    left: 60px;
  }
}
.cid-sJ5sVjZDlH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5sVjZDlH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5sVjZDlH .text1 {
  color: #ffffff;
}
.cid-sJ5sVjZDlH .item-title {
  color: #ffffff;
}
.cid-sJ5sVjZDlH H5 {
  color: #ffffff;
}
.cid-sJ5sVjZDlH .theme {
  color: #ffffff;
}
.cid-sJ5sVjZDlH .copyright > p {
  color: #ff3366;
}
.cid-sJ5sVjZDlH .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ9TGqq7JG {
  overflow-x: hidden !important;
}
.cid-sJ9TGqq7JG,
.cid-sJ9TGqq7JG .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ9TGqq7JG .mbr-section-title {
  color: #ffffff;
}
.cid-sJ9TGqq7JG .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ9TGqq7JG .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ9TGqq7JG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ9TGqq7JG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ9TGqq7JG .mbr-overlay {
  z-index: 1;
}
.cid-sJ9TGqq7JG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ9TGqTiCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ9TGqTiCz .mbr-text {
  text-align: justify;
}
.cid-sJ9TGqTiCz .mbr-section-title {
  text-align: left;
}
.cid-udstEMxRm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstEMxRm4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstEMxRm4 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstEMxRm4 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstEMxRm4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstEMxRm4 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstEMxRm4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstEMxRm4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstEMxRm4 [class^="socicon-"]:before,
.cid-udstEMxRm4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstEMxRm4 .mbr-section-title,
.cid-udstEMxRm4 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ9TGri41o {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ9TGri41o .container {
  max-width: 1400px;
}
.cid-sJ9TGri41o .card-img2 span {
  padding-top: 6px;
}
.cid-sJ9TGri41o .soc-item a {
  padding-top: 5px;
}
.cid-sJ9TGri41o .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ9TGri41o .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ9TGri41o .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ9TGri41o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ9TGri41o svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ9TGri41o #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ9TGri41o .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ9TGri41o .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ9TGri41o .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ9TGri41o .card-img {
  width: auto;
}
.cid-sJ9TGri41o .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ9TGri41o .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ9TGri41o .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ9TGri41o .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ9TGri41o .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ9TGri41o .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ9TGri41o .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ9TGri41o img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ9TGri41o .item {
    justify-content: center;
  }
  .cid-sJ9TGri41o .quote::after {
    left: 60px;
  }
}
.cid-sJ9TGri41o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ9TGri41o .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ9TGri41o .text1 {
  color: #ffffff;
}
.cid-sJ9TGri41o .item-title {
  color: #ffffff;
}
.cid-sJ9TGri41o H5 {
  color: #ffffff;
}
.cid-sJ9TGri41o .theme {
  color: #ffffff;
}
.cid-sJ9TGri41o .copyright > p {
  color: #ff3366;
}
.cid-sJ9TGri41o .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJb7OnZWfB {
  overflow-x: hidden !important;
}
.cid-sJb7OnZWfB,
.cid-sJb7OnZWfB .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb7OnZWfB .mbr-section-title {
  color: #ffffff;
}
.cid-sJb7OnZWfB .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb7OnZWfB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb7OnZWfB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJb7OnZWfB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb7OnZWfB .mbr-overlay {
  z-index: 1;
}
.cid-sJb7OnZWfB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJb7Oo8XlO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb7Oo8XlO .mbr-text {
  text-align: justify;
}
.cid-sJb7Oo8XlO .mbr-section-title {
  text-align: left;
}
.cid-udstIirXVs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstIirXVs .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstIirXVs .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstIirXVs .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstIirXVs .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstIirXVs .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstIirXVs .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstIirXVs .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstIirXVs [class^="socicon-"]:before,
.cid-udstIirXVs [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstIirXVs .mbr-section-title,
.cid-udstIirXVs .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb7Oot2w1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb7Oot2w1 .container {
  max-width: 1400px;
}
.cid-sJb7Oot2w1 .card-img2 span {
  padding-top: 6px;
}
.cid-sJb7Oot2w1 .soc-item a {
  padding-top: 5px;
}
.cid-sJb7Oot2w1 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb7Oot2w1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb7Oot2w1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb7Oot2w1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb7Oot2w1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb7Oot2w1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb7Oot2w1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb7Oot2w1 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJb7Oot2w1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb7Oot2w1 .card-img {
  width: auto;
}
.cid-sJb7Oot2w1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJb7Oot2w1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb7Oot2w1 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb7Oot2w1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb7Oot2w1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb7Oot2w1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb7Oot2w1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb7Oot2w1 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb7Oot2w1 .item {
    justify-content: center;
  }
  .cid-sJb7Oot2w1 .quote::after {
    left: 60px;
  }
}
.cid-sJb7Oot2w1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb7Oot2w1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb7Oot2w1 .text1 {
  color: #ffffff;
}
.cid-sJb7Oot2w1 .item-title {
  color: #ffffff;
}
.cid-sJb7Oot2w1 H5 {
  color: #ffffff;
}
.cid-sJb7Oot2w1 .theme {
  color: #ffffff;
}
.cid-sJb7Oot2w1 .copyright > p {
  color: #ff3366;
}
.cid-sJb7Oot2w1 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJb83Zabku {
  overflow-x: hidden !important;
}
.cid-sJb83Zabku,
.cid-sJb83Zabku .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb83Zabku .mbr-section-title {
  color: #ffffff;
}
.cid-sJb83Zabku .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb83Zabku .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb83Zabku .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJb83Zabku .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb83Zabku .mbr-overlay {
  z-index: 1;
}
.cid-sJb83Zabku .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJb83ZocUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb83ZocUB .mbr-text {
  text-align: justify;
}
.cid-sJb83ZocUB .mbr-section-title {
  text-align: left;
}
.cid-udstLjdZf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstLjdZf9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstLjdZf9 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstLjdZf9 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstLjdZf9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstLjdZf9 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstLjdZf9 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstLjdZf9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstLjdZf9 [class^="socicon-"]:before,
.cid-udstLjdZf9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstLjdZf9 .mbr-section-title,
.cid-udstLjdZf9 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb83ZJ9Xo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb83ZJ9Xo .container {
  max-width: 1400px;
}
.cid-sJb83ZJ9Xo .card-img2 span {
  padding-top: 6px;
}
.cid-sJb83ZJ9Xo .soc-item a {
  padding-top: 5px;
}
.cid-sJb83ZJ9Xo .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb83ZJ9Xo .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb83ZJ9Xo .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb83ZJ9Xo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb83ZJ9Xo svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb83ZJ9Xo #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb83ZJ9Xo .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb83ZJ9Xo .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJb83ZJ9Xo .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb83ZJ9Xo .card-img {
  width: auto;
}
.cid-sJb83ZJ9Xo .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJb83ZJ9Xo .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb83ZJ9Xo .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb83ZJ9Xo .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb83ZJ9Xo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb83ZJ9Xo .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb83ZJ9Xo .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb83ZJ9Xo img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb83ZJ9Xo .item {
    justify-content: center;
  }
  .cid-sJb83ZJ9Xo .quote::after {
    left: 60px;
  }
}
.cid-sJb83ZJ9Xo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb83ZJ9Xo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb83ZJ9Xo .text1 {
  color: #ffffff;
}
.cid-sJb83ZJ9Xo .item-title {
  color: #ffffff;
}
.cid-sJb83ZJ9Xo H5 {
  color: #ffffff;
}
.cid-sJb83ZJ9Xo .theme {
  color: #ffffff;
}
.cid-sJb83ZJ9Xo .copyright > p {
  color: #ff3366;
}
.cid-sJb83ZJ9Xo .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJb8wN4OpJ {
  overflow-x: hidden !important;
}
.cid-sJb8wN4OpJ,
.cid-sJb8wN4OpJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb8wN4OpJ .mbr-section-title {
  color: #ffffff;
}
.cid-sJb8wN4OpJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb8wN4OpJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb8wN4OpJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJb8wN4OpJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb8wN4OpJ .mbr-overlay {
  z-index: 1;
}
.cid-sJb8wN4OpJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJb8wNjaWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb8wNjaWx .mbr-text {
  text-align: justify;
}
.cid-sJb8wNjaWx .mbr-section-title {
  text-align: left;
}
.cid-udstORnV5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstORnV5e .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstORnV5e .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstORnV5e .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstORnV5e .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstORnV5e .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstORnV5e .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstORnV5e .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstORnV5e [class^="socicon-"]:before,
.cid-udstORnV5e [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstORnV5e .mbr-section-title,
.cid-udstORnV5e .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb8wNKSTB {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb8wNKSTB .container {
  max-width: 1400px;
}
.cid-sJb8wNKSTB .card-img2 span {
  padding-top: 6px;
}
.cid-sJb8wNKSTB .soc-item a {
  padding-top: 5px;
}
.cid-sJb8wNKSTB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb8wNKSTB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb8wNKSTB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb8wNKSTB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb8wNKSTB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb8wNKSTB #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb8wNKSTB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb8wNKSTB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJb8wNKSTB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb8wNKSTB .card-img {
  width: auto;
}
.cid-sJb8wNKSTB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJb8wNKSTB .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb8wNKSTB .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb8wNKSTB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb8wNKSTB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb8wNKSTB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb8wNKSTB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb8wNKSTB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb8wNKSTB .item {
    justify-content: center;
  }
  .cid-sJb8wNKSTB .quote::after {
    left: 60px;
  }
}
.cid-sJb8wNKSTB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb8wNKSTB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb8wNKSTB .text1 {
  color: #ffffff;
}
.cid-sJb8wNKSTB .item-title {
  color: #ffffff;
}
.cid-sJb8wNKSTB H5 {
  color: #ffffff;
}
.cid-sJb8wNKSTB .theme {
  color: #ffffff;
}
.cid-sJb8wNKSTB .copyright > p {
  color: #ff3366;
}
.cid-sJb8wNKSTB .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJb8T3oZTW {
  overflow-x: hidden !important;
}
.cid-sJb8T3oZTW,
.cid-sJb8T3oZTW .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb8T3oZTW .mbr-section-title {
  color: #ffffff;
}
.cid-sJb8T3oZTW .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb8T3oZTW .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb8T3oZTW .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJb8T3oZTW .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb8T3oZTW .mbr-overlay {
  z-index: 1;
}
.cid-sJb8T3oZTW .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJb8T3DnyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb8T3DnyO .mbr-text {
  text-align: justify;
}
.cid-sJb8T3DnyO .mbr-section-title {
  text-align: left;
}
.cid-udstStbcHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstStbcHd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstStbcHd .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstStbcHd .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstStbcHd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstStbcHd .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstStbcHd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstStbcHd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstStbcHd [class^="socicon-"]:before,
.cid-udstStbcHd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstStbcHd .mbr-section-title,
.cid-udstStbcHd .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb8T3Xh8n {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb8T3Xh8n .container {
  max-width: 1400px;
}
.cid-sJb8T3Xh8n .card-img2 span {
  padding-top: 6px;
}
.cid-sJb8T3Xh8n .soc-item a {
  padding-top: 5px;
}
.cid-sJb8T3Xh8n .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb8T3Xh8n .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb8T3Xh8n .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb8T3Xh8n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb8T3Xh8n svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb8T3Xh8n #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb8T3Xh8n .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb8T3Xh8n .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJb8T3Xh8n .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb8T3Xh8n .card-img {
  width: auto;
}
.cid-sJb8T3Xh8n .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJb8T3Xh8n .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb8T3Xh8n .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb8T3Xh8n .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb8T3Xh8n .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb8T3Xh8n .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb8T3Xh8n .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb8T3Xh8n img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb8T3Xh8n .item {
    justify-content: center;
  }
  .cid-sJb8T3Xh8n .quote::after {
    left: 60px;
  }
}
.cid-sJb8T3Xh8n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb8T3Xh8n .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb8T3Xh8n .text1 {
  color: #ffffff;
}
.cid-sJb8T3Xh8n .item-title {
  color: #ffffff;
}
.cid-sJb8T3Xh8n H5 {
  color: #ffffff;
}
.cid-sJb8T3Xh8n .theme {
  color: #ffffff;
}
.cid-sJb8T3Xh8n .copyright > p {
  color: #ff3366;
}
.cid-sJb8T3Xh8n .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJb9dgedX7 {
  overflow-x: hidden !important;
}
.cid-sJb9dgedX7,
.cid-sJb9dgedX7 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb9dgedX7 .mbr-section-title {
  color: #ffffff;
}
.cid-sJb9dgedX7 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb9dgedX7 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb9dgedX7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJb9dgedX7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb9dgedX7 .mbr-overlay {
  z-index: 1;
}
.cid-sJb9dgedX7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJb9dguF0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb9dguF0J .mbr-text {
  text-align: justify;
}
.cid-sJb9dguF0J .mbr-section-title {
  text-align: left;
}
.cid-sU7xa592yg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sU7xa592yg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sU7xa592yg .row {
  flex-direction: row-reverse;
}
.cid-sU7xa592yg img {
  width: 100%;
}
.cid-sU7wxGh6yN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sU7wxGh6yN .mbr-text {
  text-align: justify;
}
.cid-sU7wxGh6yN .mbr-section-title {
  text-align: left;
}
.cid-udstZzh4br {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstZzh4br .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstZzh4br .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstZzh4br .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstZzh4br .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstZzh4br .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstZzh4br .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstZzh4br .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstZzh4br [class^="socicon-"]:before,
.cid-udstZzh4br [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstZzh4br .mbr-section-title,
.cid-udstZzh4br .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb9dgP49q {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb9dgP49q .container {
  max-width: 1400px;
}
.cid-sJb9dgP49q .card-img2 span {
  padding-top: 6px;
}
.cid-sJb9dgP49q .soc-item a {
  padding-top: 5px;
}
.cid-sJb9dgP49q .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb9dgP49q .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb9dgP49q .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb9dgP49q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb9dgP49q svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb9dgP49q #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb9dgP49q .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb9dgP49q .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJb9dgP49q .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb9dgP49q .card-img {
  width: auto;
}
.cid-sJb9dgP49q .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJb9dgP49q .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb9dgP49q .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb9dgP49q .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb9dgP49q .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb9dgP49q .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb9dgP49q .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb9dgP49q img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb9dgP49q .item {
    justify-content: center;
  }
  .cid-sJb9dgP49q .quote::after {
    left: 60px;
  }
}
.cid-sJb9dgP49q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb9dgP49q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb9dgP49q .text1 {
  color: #ffffff;
}
.cid-sJb9dgP49q .item-title {
  color: #ffffff;
}
.cid-sJb9dgP49q H5 {
  color: #ffffff;
}
.cid-sJb9dgP49q .theme {
  color: #ffffff;
}
.cid-sJb9dgP49q .copyright > p {
  color: #ff3366;
}
.cid-sJb9dgP49q .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJb9wI6d36 {
  overflow-x: hidden !important;
}
.cid-sJb9wI6d36,
.cid-sJb9wI6d36 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb9wI6d36 .mbr-section-title {
  color: #ffffff;
}
.cid-sJb9wI6d36 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb9wI6d36 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb9wI6d36 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJb9wI6d36 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb9wI6d36 .mbr-overlay {
  z-index: 1;
}
.cid-sJb9wI6d36 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJb9wImNVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb9wImNVb .mbr-text {
  text-align: justify;
}
.cid-sJb9wImNVb .mbr-section-title {
  text-align: left;
}
.cid-udsu65GjjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsu65GjjM .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsu65GjjM .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsu65GjjM .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsu65GjjM .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsu65GjjM .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsu65GjjM .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsu65GjjM .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsu65GjjM [class^="socicon-"]:before,
.cid-udsu65GjjM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsu65GjjM .mbr-section-title,
.cid-udsu65GjjM .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb9wIFsiA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb9wIFsiA .container {
  max-width: 1400px;
}
.cid-sJb9wIFsiA .card-img2 span {
  padding-top: 6px;
}
.cid-sJb9wIFsiA .soc-item a {
  padding-top: 5px;
}
.cid-sJb9wIFsiA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb9wIFsiA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb9wIFsiA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb9wIFsiA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb9wIFsiA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb9wIFsiA #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb9wIFsiA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb9wIFsiA .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJb9wIFsiA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb9wIFsiA .card-img {
  width: auto;
}
.cid-sJb9wIFsiA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJb9wIFsiA .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb9wIFsiA .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb9wIFsiA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb9wIFsiA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb9wIFsiA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb9wIFsiA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb9wIFsiA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb9wIFsiA .item {
    justify-content: center;
  }
  .cid-sJb9wIFsiA .quote::after {
    left: 60px;
  }
}
.cid-sJb9wIFsiA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb9wIFsiA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb9wIFsiA .text1 {
  color: #ffffff;
}
.cid-sJb9wIFsiA .item-title {
  color: #ffffff;
}
.cid-sJb9wIFsiA H5 {
  color: #ffffff;
}
.cid-sJb9wIFsiA .theme {
  color: #ffffff;
}
.cid-sJb9wIFsiA .copyright > p {
  color: #ff3366;
}
.cid-sJb9wIFsiA .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJb9WQLjoa {
  overflow-x: hidden !important;
}
.cid-sJb9WQLjoa,
.cid-sJb9WQLjoa .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb9WQLjoa .mbr-section-title {
  color: #ffffff;
}
.cid-sJb9WQLjoa .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb9WQLjoa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb9WQLjoa .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJb9WQLjoa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb9WQLjoa .mbr-overlay {
  z-index: 1;
}
.cid-sJb9WQLjoa .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJb9WR0BAy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb9WR0BAy .mbr-text {
  text-align: justify;
}
.cid-sJb9WR0BAy .mbr-section-title {
  text-align: left;
}
.cid-udsu96ZvWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsu96ZvWW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsu96ZvWW .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsu96ZvWW .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsu96ZvWW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsu96ZvWW .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsu96ZvWW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsu96ZvWW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsu96ZvWW [class^="socicon-"]:before,
.cid-udsu96ZvWW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsu96ZvWW .mbr-section-title,
.cid-udsu96ZvWW .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb9WRr1sZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb9WRr1sZ .container {
  max-width: 1400px;
}
.cid-sJb9WRr1sZ .card-img2 span {
  padding-top: 6px;
}
.cid-sJb9WRr1sZ .soc-item a {
  padding-top: 5px;
}
.cid-sJb9WRr1sZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb9WRr1sZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb9WRr1sZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb9WRr1sZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb9WRr1sZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb9WRr1sZ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb9WRr1sZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb9WRr1sZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJb9WRr1sZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb9WRr1sZ .card-img {
  width: auto;
}
.cid-sJb9WRr1sZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJb9WRr1sZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb9WRr1sZ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb9WRr1sZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb9WRr1sZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb9WRr1sZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb9WRr1sZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb9WRr1sZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb9WRr1sZ .item {
    justify-content: center;
  }
  .cid-sJb9WRr1sZ .quote::after {
    left: 60px;
  }
}
.cid-sJb9WRr1sZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb9WRr1sZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb9WRr1sZ .text1 {
  color: #ffffff;
}
.cid-sJb9WRr1sZ .item-title {
  color: #ffffff;
}
.cid-sJb9WRr1sZ H5 {
  color: #ffffff;
}
.cid-sJb9WRr1sZ .theme {
  color: #ffffff;
}
.cid-sJb9WRr1sZ .copyright > p {
  color: #ff3366;
}
.cid-sJb9WRr1sZ .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbamS7MgU {
  overflow-x: hidden !important;
}
.cid-sJbamS7MgU,
.cid-sJbamS7MgU .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbamS7MgU .mbr-section-title {
  color: #ffffff;
}
.cid-sJbamS7MgU .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbamS7MgU .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbamS7MgU .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbamS7MgU .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbamS7MgU .mbr-overlay {
  z-index: 1;
}
.cid-sJbamS7MgU .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbamSmsqa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbamSmsqa .mbr-text {
  text-align: justify;
}
.cid-sJbamSmsqa .mbr-section-title {
  text-align: left;
}
.cid-udsucDVzPW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsucDVzPW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsucDVzPW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsucDVzPW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsucDVzPW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsucDVzPW .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsucDVzPW .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsucDVzPW .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsucDVzPW .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsucDVzPW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsucDVzPW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsucDVzPW .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsucDVzPW .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsucDVzPW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsucDVzPW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsucDVzPW [class^="socicon-"]:before,
.cid-udsucDVzPW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsucDVzPW .mbr-section-title,
.cid-udsucDVzPW .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbamSF8Uw {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbamSF8Uw .container {
  max-width: 1400px;
}
.cid-sJbamSF8Uw .card-img2 span {
  padding-top: 6px;
}
.cid-sJbamSF8Uw .soc-item a {
  padding-top: 5px;
}
.cid-sJbamSF8Uw .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbamSF8Uw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbamSF8Uw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbamSF8Uw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbamSF8Uw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbamSF8Uw #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbamSF8Uw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbamSF8Uw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbamSF8Uw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbamSF8Uw .card-img {
  width: auto;
}
.cid-sJbamSF8Uw .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbamSF8Uw .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbamSF8Uw .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbamSF8Uw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbamSF8Uw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbamSF8Uw .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbamSF8Uw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbamSF8Uw img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbamSF8Uw .item {
    justify-content: center;
  }
  .cid-sJbamSF8Uw .quote::after {
    left: 60px;
  }
}
.cid-sJbamSF8Uw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbamSF8Uw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbamSF8Uw .text1 {
  color: #ffffff;
}
.cid-sJbamSF8Uw .item-title {
  color: #ffffff;
}
.cid-sJbamSF8Uw H5 {
  color: #ffffff;
}
.cid-sJbamSF8Uw .theme {
  color: #ffffff;
}
.cid-sJbamSF8Uw .copyright > p {
  color: #ff3366;
}
.cid-sJbamSF8Uw .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbaMlvn57 {
  overflow-x: hidden !important;
}
.cid-sJbaMlvn57,
.cid-sJbaMlvn57 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbaMlvn57 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbaMlvn57 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbaMlvn57 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbaMlvn57 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbaMlvn57 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbaMlvn57 .mbr-overlay {
  z-index: 1;
}
.cid-sJbaMlvn57 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbaMlKo4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbaMlKo4N .mbr-text {
  text-align: justify;
}
.cid-sJbaMlKo4N .mbr-section-title {
  text-align: left;
}
.cid-udsujE6bsO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsujE6bsO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsujE6bsO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsujE6bsO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsujE6bsO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsujE6bsO .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsujE6bsO .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsujE6bsO .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsujE6bsO .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsujE6bsO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsujE6bsO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsujE6bsO .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsujE6bsO .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsujE6bsO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsujE6bsO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsujE6bsO [class^="socicon-"]:before,
.cid-udsujE6bsO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsujE6bsO .mbr-section-title,
.cid-udsujE6bsO .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbaMm9TQb {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbaMm9TQb .container {
  max-width: 1400px;
}
.cid-sJbaMm9TQb .card-img2 span {
  padding-top: 6px;
}
.cid-sJbaMm9TQb .soc-item a {
  padding-top: 5px;
}
.cid-sJbaMm9TQb .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbaMm9TQb .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbaMm9TQb .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbaMm9TQb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbaMm9TQb svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbaMm9TQb #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbaMm9TQb .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbaMm9TQb .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbaMm9TQb .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbaMm9TQb .card-img {
  width: auto;
}
.cid-sJbaMm9TQb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbaMm9TQb .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbaMm9TQb .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbaMm9TQb .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbaMm9TQb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbaMm9TQb .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbaMm9TQb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbaMm9TQb img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbaMm9TQb .item {
    justify-content: center;
  }
  .cid-sJbaMm9TQb .quote::after {
    left: 60px;
  }
}
.cid-sJbaMm9TQb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbaMm9TQb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbaMm9TQb .text1 {
  color: #ffffff;
}
.cid-sJbaMm9TQb .item-title {
  color: #ffffff;
}
.cid-sJbaMm9TQb H5 {
  color: #ffffff;
}
.cid-sJbaMm9TQb .theme {
  color: #ffffff;
}
.cid-sJbaMm9TQb .copyright > p {
  color: #ff3366;
}
.cid-sJbaMm9TQb .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbb4EqfqH {
  overflow-x: hidden !important;
}
.cid-sJbb4EqfqH,
.cid-sJbb4EqfqH .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbb4EqfqH .mbr-section-title {
  color: #ffffff;
}
.cid-sJbb4EqfqH .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbb4EqfqH .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbb4EqfqH .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbb4EqfqH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbb4EqfqH .mbr-overlay {
  z-index: 1;
}
.cid-sJbb4EqfqH .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbb4EEW7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbb4EEW7M .mbr-text {
  text-align: justify;
}
.cid-sJbb4EEW7M .mbr-section-title {
  text-align: left;
}
.cid-udsumgZBoX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsumgZBoX .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsumgZBoX .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsumgZBoX .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsumgZBoX .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsumgZBoX .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsumgZBoX .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsumgZBoX .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsumgZBoX .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsumgZBoX .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsumgZBoX .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsumgZBoX .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsumgZBoX .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsumgZBoX .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsumgZBoX .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsumgZBoX [class^="socicon-"]:before,
.cid-udsumgZBoX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsumgZBoX .mbr-section-title,
.cid-udsumgZBoX .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbb4FcHyC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbb4FcHyC .container {
  max-width: 1400px;
}
.cid-sJbb4FcHyC .card-img2 span {
  padding-top: 6px;
}
.cid-sJbb4FcHyC .soc-item a {
  padding-top: 5px;
}
.cid-sJbb4FcHyC .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbb4FcHyC .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbb4FcHyC .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbb4FcHyC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbb4FcHyC svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbb4FcHyC #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbb4FcHyC .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbb4FcHyC .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbb4FcHyC .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbb4FcHyC .card-img {
  width: auto;
}
.cid-sJbb4FcHyC .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbb4FcHyC .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbb4FcHyC .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbb4FcHyC .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbb4FcHyC .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbb4FcHyC .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbb4FcHyC .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbb4FcHyC img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbb4FcHyC .item {
    justify-content: center;
  }
  .cid-sJbb4FcHyC .quote::after {
    left: 60px;
  }
}
.cid-sJbb4FcHyC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbb4FcHyC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbb4FcHyC .text1 {
  color: #ffffff;
}
.cid-sJbb4FcHyC .item-title {
  color: #ffffff;
}
.cid-sJbb4FcHyC H5 {
  color: #ffffff;
}
.cid-sJbb4FcHyC .theme {
  color: #ffffff;
}
.cid-sJbb4FcHyC .copyright > p {
  color: #ff3366;
}
.cid-sJbb4FcHyC .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbbnxOxiC {
  overflow-x: hidden !important;
}
.cid-sJbbnxOxiC,
.cid-sJbbnxOxiC .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbbnxOxiC .mbr-section-title {
  color: #ffffff;
}
.cid-sJbbnxOxiC .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbbnxOxiC .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbbnxOxiC .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbbnxOxiC .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbbnxOxiC .mbr-overlay {
  z-index: 1;
}
.cid-sJbbnxOxiC .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbbny3Tp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbbny3Tp6 .mbr-text {
  text-align: justify;
}
.cid-sJbbny3Tp6 .mbr-section-title {
  text-align: left;
}
.cid-udsuq3Xpae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsuq3Xpae .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsuq3Xpae .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsuq3Xpae .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsuq3Xpae .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsuq3Xpae .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsuq3Xpae .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsuq3Xpae .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsuq3Xpae .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsuq3Xpae .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsuq3Xpae .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsuq3Xpae .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsuq3Xpae .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsuq3Xpae .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsuq3Xpae .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsuq3Xpae [class^="socicon-"]:before,
.cid-udsuq3Xpae [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsuq3Xpae .mbr-section-title,
.cid-udsuq3Xpae .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbbnyqZJn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbbnyqZJn .container {
  max-width: 1400px;
}
.cid-sJbbnyqZJn .card-img2 span {
  padding-top: 6px;
}
.cid-sJbbnyqZJn .soc-item a {
  padding-top: 5px;
}
.cid-sJbbnyqZJn .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbbnyqZJn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbbnyqZJn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbbnyqZJn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbbnyqZJn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbbnyqZJn #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbbnyqZJn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbbnyqZJn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbbnyqZJn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbbnyqZJn .card-img {
  width: auto;
}
.cid-sJbbnyqZJn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbbnyqZJn .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbbnyqZJn .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbbnyqZJn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbbnyqZJn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbbnyqZJn .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbbnyqZJn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbbnyqZJn img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbbnyqZJn .item {
    justify-content: center;
  }
  .cid-sJbbnyqZJn .quote::after {
    left: 60px;
  }
}
.cid-sJbbnyqZJn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbbnyqZJn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbbnyqZJn .text1 {
  color: #ffffff;
}
.cid-sJbbnyqZJn .item-title {
  color: #ffffff;
}
.cid-sJbbnyqZJn H5 {
  color: #ffffff;
}
.cid-sJbbnyqZJn .theme {
  color: #ffffff;
}
.cid-sJbbnyqZJn .copyright > p {
  color: #ff3366;
}
.cid-sJbbnyqZJn .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbbMHNwfn {
  overflow-x: hidden !important;
}
.cid-sJbbMHNwfn,
.cid-sJbbMHNwfn .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbbMHNwfn .mbr-section-title {
  color: #ffffff;
}
.cid-sJbbMHNwfn .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbbMHNwfn .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbbMHNwfn .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbbMHNwfn .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbbMHNwfn .mbr-overlay {
  z-index: 1;
}
.cid-sJbbMHNwfn .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbbMI3Ms8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbbMI3Ms8 .mbr-text {
  text-align: justify;
}
.cid-sJbbMI3Ms8 .mbr-section-title {
  text-align: left;
}
.cid-udsutRGo6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsutRGo6U .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsutRGo6U .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsutRGo6U .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsutRGo6U .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsutRGo6U .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsutRGo6U .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsutRGo6U .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsutRGo6U .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsutRGo6U .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsutRGo6U .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsutRGo6U .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsutRGo6U .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsutRGo6U .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsutRGo6U .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsutRGo6U [class^="socicon-"]:before,
.cid-udsutRGo6U [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsutRGo6U .mbr-section-title,
.cid-udsutRGo6U .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbbMIyZ3o {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbbMIyZ3o .container {
  max-width: 1400px;
}
.cid-sJbbMIyZ3o .card-img2 span {
  padding-top: 6px;
}
.cid-sJbbMIyZ3o .soc-item a {
  padding-top: 5px;
}
.cid-sJbbMIyZ3o .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbbMIyZ3o .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbbMIyZ3o .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbbMIyZ3o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbbMIyZ3o svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbbMIyZ3o #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbbMIyZ3o .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbbMIyZ3o .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbbMIyZ3o .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbbMIyZ3o .card-img {
  width: auto;
}
.cid-sJbbMIyZ3o .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbbMIyZ3o .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbbMIyZ3o .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbbMIyZ3o .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbbMIyZ3o .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbbMIyZ3o .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbbMIyZ3o .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbbMIyZ3o img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbbMIyZ3o .item {
    justify-content: center;
  }
  .cid-sJbbMIyZ3o .quote::after {
    left: 60px;
  }
}
.cid-sJbbMIyZ3o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbbMIyZ3o .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbbMIyZ3o .text1 {
  color: #ffffff;
}
.cid-sJbbMIyZ3o .item-title {
  color: #ffffff;
}
.cid-sJbbMIyZ3o H5 {
  color: #ffffff;
}
.cid-sJbbMIyZ3o .theme {
  color: #ffffff;
}
.cid-sJbbMIyZ3o .copyright > p {
  color: #ff3366;
}
.cid-sJbbMIyZ3o .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbc4UEQxJ {
  overflow-x: hidden !important;
}
.cid-sJbc4UEQxJ,
.cid-sJbc4UEQxJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbc4UEQxJ .mbr-section-title {
  color: #ffffff;
}
.cid-sJbc4UEQxJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbc4UEQxJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbc4UEQxJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbc4UEQxJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbc4UEQxJ .mbr-overlay {
  z-index: 1;
}
.cid-sJbc4UEQxJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbc4UUP44 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbc4UUP44 .mbr-text {
  text-align: justify;
}
.cid-sJbc4UUP44 .mbr-section-title {
  text-align: left;
}
.cid-udsux1Pd8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsux1Pd8W .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsux1Pd8W .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsux1Pd8W .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsux1Pd8W .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsux1Pd8W .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsux1Pd8W .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsux1Pd8W .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsux1Pd8W .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsux1Pd8W .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsux1Pd8W .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsux1Pd8W .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsux1Pd8W .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsux1Pd8W .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsux1Pd8W .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsux1Pd8W [class^="socicon-"]:before,
.cid-udsux1Pd8W [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsux1Pd8W .mbr-section-title,
.cid-udsux1Pd8W .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbc4Vh4Yd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbc4Vh4Yd .container {
  max-width: 1400px;
}
.cid-sJbc4Vh4Yd .card-img2 span {
  padding-top: 6px;
}
.cid-sJbc4Vh4Yd .soc-item a {
  padding-top: 5px;
}
.cid-sJbc4Vh4Yd .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbc4Vh4Yd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbc4Vh4Yd .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbc4Vh4Yd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbc4Vh4Yd svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbc4Vh4Yd #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbc4Vh4Yd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbc4Vh4Yd .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbc4Vh4Yd .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbc4Vh4Yd .card-img {
  width: auto;
}
.cid-sJbc4Vh4Yd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbc4Vh4Yd .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbc4Vh4Yd .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbc4Vh4Yd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbc4Vh4Yd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbc4Vh4Yd .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbc4Vh4Yd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbc4Vh4Yd img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbc4Vh4Yd .item {
    justify-content: center;
  }
  .cid-sJbc4Vh4Yd .quote::after {
    left: 60px;
  }
}
.cid-sJbc4Vh4Yd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbc4Vh4Yd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbc4Vh4Yd .text1 {
  color: #ffffff;
}
.cid-sJbc4Vh4Yd .item-title {
  color: #ffffff;
}
.cid-sJbc4Vh4Yd H5 {
  color: #ffffff;
}
.cid-sJbc4Vh4Yd .theme {
  color: #ffffff;
}
.cid-sJbc4Vh4Yd .copyright > p {
  color: #ff3366;
}
.cid-sJbc4Vh4Yd .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbcnomYZX {
  overflow-x: hidden !important;
}
.cid-sJbcnomYZX,
.cid-sJbcnomYZX .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbcnomYZX .mbr-section-title {
  color: #ffffff;
}
.cid-sJbcnomYZX .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbcnomYZX .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbcnomYZX .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbcnomYZX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbcnomYZX .mbr-overlay {
  z-index: 1;
}
.cid-sJbcnomYZX .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbcnoBuf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbcnoBuf3 .mbr-text {
  text-align: justify;
}
.cid-sJbcnoBuf3 .mbr-section-title {
  text-align: left;
}
.cid-udsuA8wer1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsuA8wer1 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsuA8wer1 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsuA8wer1 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsuA8wer1 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsuA8wer1 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsuA8wer1 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsuA8wer1 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsuA8wer1 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsuA8wer1 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsuA8wer1 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsuA8wer1 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsuA8wer1 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsuA8wer1 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsuA8wer1 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsuA8wer1 [class^="socicon-"]:before,
.cid-udsuA8wer1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsuA8wer1 .mbr-section-title,
.cid-udsuA8wer1 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbcnp19lf {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbcnp19lf .container {
  max-width: 1400px;
}
.cid-sJbcnp19lf .card-img2 span {
  padding-top: 6px;
}
.cid-sJbcnp19lf .soc-item a {
  padding-top: 5px;
}
.cid-sJbcnp19lf .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbcnp19lf .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbcnp19lf .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbcnp19lf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbcnp19lf svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbcnp19lf #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbcnp19lf .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbcnp19lf .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbcnp19lf .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbcnp19lf .card-img {
  width: auto;
}
.cid-sJbcnp19lf .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbcnp19lf .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbcnp19lf .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbcnp19lf .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbcnp19lf .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbcnp19lf .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbcnp19lf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbcnp19lf img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbcnp19lf .item {
    justify-content: center;
  }
  .cid-sJbcnp19lf .quote::after {
    left: 60px;
  }
}
.cid-sJbcnp19lf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbcnp19lf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbcnp19lf .text1 {
  color: #ffffff;
}
.cid-sJbcnp19lf .item-title {
  color: #ffffff;
}
.cid-sJbcnp19lf H5 {
  color: #ffffff;
}
.cid-sJbcnp19lf .theme {
  color: #ffffff;
}
.cid-sJbcnp19lf .copyright > p {
  color: #ff3366;
}
.cid-sJbcnp19lf .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbcFKJ9rS {
  overflow-x: hidden !important;
}
.cid-sJbcFKJ9rS,
.cid-sJbcFKJ9rS .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbcFKJ9rS .mbr-section-title {
  color: #ffffff;
}
.cid-sJbcFKJ9rS .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbcFKJ9rS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbcFKJ9rS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbcFKJ9rS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbcFKJ9rS .mbr-overlay {
  z-index: 1;
}
.cid-sJbcFKJ9rS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbcFKYlVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbcFKYlVu .mbr-text {
  text-align: justify;
}
.cid-sJbcFKYlVu .mbr-section-title {
  text-align: left;
}
.cid-udsuDAH27G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsuDAH27G .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsuDAH27G .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsuDAH27G .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsuDAH27G .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsuDAH27G .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsuDAH27G .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsuDAH27G .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsuDAH27G .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsuDAH27G .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsuDAH27G .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsuDAH27G .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsuDAH27G .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsuDAH27G .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsuDAH27G .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsuDAH27G [class^="socicon-"]:before,
.cid-udsuDAH27G [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsuDAH27G .mbr-section-title,
.cid-udsuDAH27G .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbcFLhtzx {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbcFLhtzx .container {
  max-width: 1400px;
}
.cid-sJbcFLhtzx .card-img2 span {
  padding-top: 6px;
}
.cid-sJbcFLhtzx .soc-item a {
  padding-top: 5px;
}
.cid-sJbcFLhtzx .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbcFLhtzx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbcFLhtzx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbcFLhtzx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbcFLhtzx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbcFLhtzx #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbcFLhtzx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbcFLhtzx .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbcFLhtzx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbcFLhtzx .card-img {
  width: auto;
}
.cid-sJbcFLhtzx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbcFLhtzx .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbcFLhtzx .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbcFLhtzx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbcFLhtzx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbcFLhtzx .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbcFLhtzx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbcFLhtzx img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbcFLhtzx .item {
    justify-content: center;
  }
  .cid-sJbcFLhtzx .quote::after {
    left: 60px;
  }
}
.cid-sJbcFLhtzx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbcFLhtzx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbcFLhtzx .text1 {
  color: #ffffff;
}
.cid-sJbcFLhtzx .item-title {
  color: #ffffff;
}
.cid-sJbcFLhtzx H5 {
  color: #ffffff;
}
.cid-sJbcFLhtzx .theme {
  color: #ffffff;
}
.cid-sJbcFLhtzx .copyright > p {
  color: #ff3366;
}
.cid-sJbcFLhtzx .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbd4hbHa4 {
  overflow-x: hidden !important;
}
.cid-sJbd4hbHa4,
.cid-sJbd4hbHa4 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbd4hbHa4 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbd4hbHa4 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbd4hbHa4 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbd4hbHa4 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbd4hbHa4 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbd4hbHa4 .mbr-overlay {
  z-index: 1;
}
.cid-sJbd4hbHa4 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbd4hq8EW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbd4hq8EW .mbr-text {
  text-align: justify;
}
.cid-sJbd4hq8EW .mbr-section-title {
  text-align: left;
}
.cid-udsuHbPPWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsuHbPPWi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsuHbPPWi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsuHbPPWi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsuHbPPWi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsuHbPPWi .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsuHbPPWi .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsuHbPPWi .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsuHbPPWi .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsuHbPPWi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsuHbPPWi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsuHbPPWi .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsuHbPPWi .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsuHbPPWi .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsuHbPPWi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsuHbPPWi [class^="socicon-"]:before,
.cid-udsuHbPPWi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsuHbPPWi .mbr-section-title,
.cid-udsuHbPPWi .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbd4hZwYQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbd4hZwYQ .container {
  max-width: 1400px;
}
.cid-sJbd4hZwYQ .card-img2 span {
  padding-top: 6px;
}
.cid-sJbd4hZwYQ .soc-item a {
  padding-top: 5px;
}
.cid-sJbd4hZwYQ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbd4hZwYQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbd4hZwYQ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbd4hZwYQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbd4hZwYQ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbd4hZwYQ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbd4hZwYQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbd4hZwYQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbd4hZwYQ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbd4hZwYQ .card-img {
  width: auto;
}
.cid-sJbd4hZwYQ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbd4hZwYQ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbd4hZwYQ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbd4hZwYQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbd4hZwYQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbd4hZwYQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbd4hZwYQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbd4hZwYQ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbd4hZwYQ .item {
    justify-content: center;
  }
  .cid-sJbd4hZwYQ .quote::after {
    left: 60px;
  }
}
.cid-sJbd4hZwYQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbd4hZwYQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbd4hZwYQ .text1 {
  color: #ffffff;
}
.cid-sJbd4hZwYQ .item-title {
  color: #ffffff;
}
.cid-sJbd4hZwYQ H5 {
  color: #ffffff;
}
.cid-sJbd4hZwYQ .theme {
  color: #ffffff;
}
.cid-sJbd4hZwYQ .copyright > p {
  color: #ff3366;
}
.cid-sJbd4hZwYQ .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbdxOyD8W {
  overflow-x: hidden !important;
}
.cid-sJbdxOyD8W,
.cid-sJbdxOyD8W .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbdxOyD8W .mbr-section-title {
  color: #ffffff;
}
.cid-sJbdxOyD8W .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbdxOyD8W .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbdxOyD8W .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbdxOyD8W .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbdxOyD8W .mbr-overlay {
  z-index: 1;
}
.cid-sJbdxOyD8W .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbdxONVo7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbdxONVo7 .mbr-text {
  text-align: justify;
}
.cid-sJbdxONVo7 .mbr-section-title {
  text-align: left;
}
.cid-udsuKHTyE7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsuKHTyE7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsuKHTyE7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsuKHTyE7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsuKHTyE7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsuKHTyE7 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsuKHTyE7 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsuKHTyE7 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsuKHTyE7 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsuKHTyE7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsuKHTyE7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsuKHTyE7 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsuKHTyE7 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsuKHTyE7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsuKHTyE7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsuKHTyE7 [class^="socicon-"]:before,
.cid-udsuKHTyE7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsuKHTyE7 .mbr-section-title,
.cid-udsuKHTyE7 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbdxPgly0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbdxPgly0 .container {
  max-width: 1400px;
}
.cid-sJbdxPgly0 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbdxPgly0 .soc-item a {
  padding-top: 5px;
}
.cid-sJbdxPgly0 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbdxPgly0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbdxPgly0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbdxPgly0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbdxPgly0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbdxPgly0 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbdxPgly0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbdxPgly0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbdxPgly0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbdxPgly0 .card-img {
  width: auto;
}
.cid-sJbdxPgly0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbdxPgly0 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbdxPgly0 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbdxPgly0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbdxPgly0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbdxPgly0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbdxPgly0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbdxPgly0 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbdxPgly0 .item {
    justify-content: center;
  }
  .cid-sJbdxPgly0 .quote::after {
    left: 60px;
  }
}
.cid-sJbdxPgly0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbdxPgly0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbdxPgly0 .text1 {
  color: #ffffff;
}
.cid-sJbdxPgly0 .item-title {
  color: #ffffff;
}
.cid-sJbdxPgly0 H5 {
  color: #ffffff;
}
.cid-sJbdxPgly0 .theme {
  color: #ffffff;
}
.cid-sJbdxPgly0 .copyright > p {
  color: #ff3366;
}
.cid-sJbdxPgly0 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbe3mXDxO {
  overflow-x: hidden !important;
}
.cid-sJbe3mXDxO,
.cid-sJbe3mXDxO .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbe3mXDxO .mbr-section-title {
  color: #ffffff;
}
.cid-sJbe3mXDxO .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbe3mXDxO .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbe3mXDxO .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbe3mXDxO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbe3mXDxO .mbr-overlay {
  z-index: 1;
}
.cid-sJbe3mXDxO .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbe3ncL0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbe3ncL0f .mbr-text {
  text-align: justify;
}
.cid-sJbe3ncL0f .mbr-section-title {
  text-align: left;
}
.cid-udsu32TNn2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsu32TNn2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsu32TNn2 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsu32TNn2 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsu32TNn2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsu32TNn2 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsu32TNn2 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsu32TNn2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsu32TNn2 [class^="socicon-"]:before,
.cid-udsu32TNn2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsu32TNn2 .mbr-section-title,
.cid-udsu32TNn2 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbe3nzP59 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbe3nzP59 .container {
  max-width: 1400px;
}
.cid-sJbe3nzP59 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbe3nzP59 .soc-item a {
  padding-top: 5px;
}
.cid-sJbe3nzP59 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbe3nzP59 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbe3nzP59 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbe3nzP59 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbe3nzP59 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbe3nzP59 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbe3nzP59 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbe3nzP59 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbe3nzP59 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbe3nzP59 .card-img {
  width: auto;
}
.cid-sJbe3nzP59 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbe3nzP59 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbe3nzP59 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbe3nzP59 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbe3nzP59 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbe3nzP59 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbe3nzP59 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbe3nzP59 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbe3nzP59 .item {
    justify-content: center;
  }
  .cid-sJbe3nzP59 .quote::after {
    left: 60px;
  }
}
.cid-sJbe3nzP59 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbe3nzP59 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbe3nzP59 .text1 {
  color: #ffffff;
}
.cid-sJbe3nzP59 .item-title {
  color: #ffffff;
}
.cid-sJbe3nzP59 H5 {
  color: #ffffff;
}
.cid-sJbe3nzP59 .theme {
  color: #ffffff;
}
.cid-sJbe3nzP59 .copyright > p {
  color: #ff3366;
}
.cid-sJbe3nzP59 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5oFn7k3w {
  overflow-x: hidden !important;
}
.cid-sJ5oFn7k3w,
.cid-sJ5oFn7k3w .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5oFn7k3w .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5oFn7k3w .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5oFn7k3w .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5oFn7k3w .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5oFn7k3w .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5oFn7k3w .mbr-overlay {
  z-index: 1;
}
.cid-sJ5oFn7k3w .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5oFnm30j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5oFnm30j .mbr-text {
  text-align: justify;
}
.cid-sJ5oFnm30j .mbr-section-title {
  text-align: left;
}
.cid-udsufZb1kN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsufZb1kN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsufZb1kN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsufZb1kN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsufZb1kN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsufZb1kN .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsufZb1kN .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsufZb1kN .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsufZb1kN .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsufZb1kN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsufZb1kN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsufZb1kN .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsufZb1kN .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsufZb1kN .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsufZb1kN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsufZb1kN [class^="socicon-"]:before,
.cid-udsufZb1kN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsufZb1kN .mbr-section-title,
.cid-udsufZb1kN .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5oFnJjVt {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5oFnJjVt .container {
  max-width: 1400px;
}
.cid-sJ5oFnJjVt .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5oFnJjVt .soc-item a {
  padding-top: 5px;
}
.cid-sJ5oFnJjVt .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5oFnJjVt .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5oFnJjVt .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5oFnJjVt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5oFnJjVt svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5oFnJjVt #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5oFnJjVt .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5oFnJjVt .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5oFnJjVt .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5oFnJjVt .card-img {
  width: auto;
}
.cid-sJ5oFnJjVt .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5oFnJjVt .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5oFnJjVt .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5oFnJjVt .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5oFnJjVt .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5oFnJjVt .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5oFnJjVt .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5oFnJjVt img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5oFnJjVt .item {
    justify-content: center;
  }
  .cid-sJ5oFnJjVt .quote::after {
    left: 60px;
  }
}
.cid-sJ5oFnJjVt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5oFnJjVt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5oFnJjVt .text1 {
  color: #ffffff;
}
.cid-sJ5oFnJjVt .item-title {
  color: #ffffff;
}
.cid-sJ5oFnJjVt H5 {
  color: #ffffff;
}
.cid-sJ5oFnJjVt .theme {
  color: #ffffff;
}
.cid-sJ5oFnJjVt .copyright > p {
  color: #ff3366;
}
.cid-sJ5oFnJjVt .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sVVjNC2JSd {
  overflow-x: hidden !important;
}
.cid-sVVjNC2JSd,
.cid-sVVjNC2JSd .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sVVjNC2JSd .mbr-section-title {
  color: #ffffff;
}
.cid-sVVjNC2JSd .mbr-section-title span {
  color: #2b6549;
}
.cid-sVVjNC2JSd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sVVjNC2JSd .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sVVjNC2JSd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sVVjNC2JSd .mbr-overlay {
  z-index: 1;
}
.cid-sVVjNC2JSd .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sVVjNCfzgz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVVjNCfzgz .mbr-text {
  text-align: justify;
}
.cid-sVVjNCfzgz .mbr-section-title {
  text-align: left;
}
.cid-udstVrnUhc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstVrnUhc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstVrnUhc .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstVrnUhc .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstVrnUhc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstVrnUhc .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstVrnUhc .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udstVrnUhc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstVrnUhc [class^="socicon-"]:before,
.cid-udstVrnUhc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstVrnUhc .mbr-section-title,
.cid-udstVrnUhc .mbr-social-likes {
  color: #2b6549;
}
.cid-sVVjNCy3xi {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sVVjNCy3xi .container {
  max-width: 1400px;
}
.cid-sVVjNCy3xi .card-img2 span {
  padding-top: 6px;
}
.cid-sVVjNCy3xi .soc-item a {
  padding-top: 5px;
}
.cid-sVVjNCy3xi .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sVVjNCy3xi .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sVVjNCy3xi .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sVVjNCy3xi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVVjNCy3xi svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sVVjNCy3xi #e2_shape {
  fill: #ffffff !important;
}
.cid-sVVjNCy3xi .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sVVjNCy3xi .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVVjNCy3xi .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVVjNCy3xi .card-img {
  width: auto;
}
.cid-sVVjNCy3xi .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVVjNCy3xi .soc-item span {
  font-size: 1.4rem;
}
.cid-sVVjNCy3xi .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sVVjNCy3xi .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVVjNCy3xi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVVjNCy3xi .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVVjNCy3xi .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVVjNCy3xi img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sVVjNCy3xi .item {
    justify-content: center;
  }
  .cid-sVVjNCy3xi .quote::after {
    left: 60px;
  }
}
.cid-sVVjNCy3xi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVVjNCy3xi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVVjNCy3xi .text1 {
  color: #ffffff;
}
.cid-sVVjNCy3xi .item-title {
  color: #ffffff;
}
.cid-sVVjNCy3xi H5 {
  color: #ffffff;
}
.cid-sVVjNCy3xi .theme {
  color: #ffffff;
}
.cid-sVVjNCy3xi .copyright > p {
  color: #ff3366;
}
.cid-sVVjNCy3xi .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-t0ItfG9QZ0 {
  overflow-x: hidden !important;
}
.cid-t0ItfG9QZ0,
.cid-t0ItfG9QZ0 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-t0ItfG9QZ0 .mbr-section-title {
  color: #ffffff;
}
.cid-t0ItfG9QZ0 .mbr-section-title span {
  color: #2b6549;
}
.cid-t0ItfG9QZ0 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-t0ItfG9QZ0 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-t0ItfG9QZ0 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-t0ItfG9QZ0 .mbr-overlay {
  z-index: 1;
}
.cid-t0ItfG9QZ0 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-t0ItfGm6AU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0ItfGm6AU .mbr-text {
  text-align: justify;
}
.cid-t0ItfGm6AU .mbr-section-title {
  text-align: left;
}
.cid-udst5L4rOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udst5L4rOb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udst5L4rOb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udst5L4rOb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udst5L4rOb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udst5L4rOb .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udst5L4rOb .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udst5L4rOb .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udst5L4rOb .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udst5L4rOb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udst5L4rOb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udst5L4rOb .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udst5L4rOb .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udst5L4rOb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udst5L4rOb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udst5L4rOb [class^="socicon-"]:before,
.cid-udst5L4rOb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udst5L4rOb .mbr-section-title,
.cid-udst5L4rOb .mbr-social-likes {
  color: #2b6549;
}
.cid-t0ItfGI0Z6 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-t0ItfGI0Z6 .container {
  max-width: 1400px;
}
.cid-t0ItfGI0Z6 .card-img2 span {
  padding-top: 6px;
}
.cid-t0ItfGI0Z6 .soc-item a {
  padding-top: 5px;
}
.cid-t0ItfGI0Z6 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-t0ItfGI0Z6 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t0ItfGI0Z6 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t0ItfGI0Z6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0ItfGI0Z6 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t0ItfGI0Z6 #e2_shape {
  fill: #ffffff !important;
}
.cid-t0ItfGI0Z6 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t0ItfGI0Z6 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t0ItfGI0Z6 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0ItfGI0Z6 .card-img {
  width: auto;
}
.cid-t0ItfGI0Z6 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t0ItfGI0Z6 .soc-item span {
  font-size: 1.4rem;
}
.cid-t0ItfGI0Z6 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-t0ItfGI0Z6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t0ItfGI0Z6 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0ItfGI0Z6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-t0ItfGI0Z6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t0ItfGI0Z6 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-t0ItfGI0Z6 .item {
    justify-content: center;
  }
  .cid-t0ItfGI0Z6 .quote::after {
    left: 60px;
  }
}
.cid-t0ItfGI0Z6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t0ItfGI0Z6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t0ItfGI0Z6 .text1 {
  color: #ffffff;
}
.cid-t0ItfGI0Z6 .item-title {
  color: #ffffff;
}
.cid-t0ItfGI0Z6 H5 {
  color: #ffffff;
}
.cid-t0ItfGI0Z6 .theme {
  color: #ffffff;
}
.cid-t0ItfGI0Z6 .copyright > p {
  color: #ff3366;
}
.cid-t0ItfGI0Z6 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tjDhX1bUDo {
  overflow-x: hidden !important;
}
.cid-tjDhX1bUDo,
.cid-tjDhX1bUDo .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tjDhX1bUDo .mbr-section-title {
  color: #ffffff;
}
.cid-tjDhX1bUDo .mbr-section-title span {
  color: #2b6549;
}
.cid-tjDhX1bUDo .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tjDhX1bUDo .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tjDhX1bUDo .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tjDhX1bUDo .mbr-overlay {
  z-index: 1;
}
.cid-tjDhX1bUDo .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tjDhX1v5F9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjDhX1v5F9 .mbr-text {
  text-align: justify;
}
.cid-tjDhX1v5F9 .mbr-section-title {
  text-align: left;
}
.cid-tjDiwIirH3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjDiwIirH3 .mbr-text {
  text-align: justify;
}
.cid-tjDiwIirH3 .mbr-section-title {
  text-align: left;
}
.cid-tjDj3xVzYD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjDj3xVzYD .mbr-text {
  text-align: justify;
}
.cid-tjDj3xVzYD .mbr-section-title {
  text-align: left;
}
.cid-udfLmGe72r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udfLmGe72r .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udfLmGe72r .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udfLmGe72r .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udfLmGe72r .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udfLmGe72r .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udfLmGe72r .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udfLmGe72r .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udfLmGe72r .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udfLmGe72r .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udfLmGe72r .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udfLmGe72r .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udfLmGe72r .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udfLmGe72r .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udfLmGe72r .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udfLmGe72r [class^="socicon-"]:before,
.cid-udfLmGe72r [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udfLmGe72r .mbr-section-title,
.cid-udfLmGe72r .mbr-social-likes {
  color: #2b6549;
}
.cid-tjDhX27o2y {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-tjDhX27o2y .container {
  max-width: 1400px;
}
.cid-tjDhX27o2y .card-img2 span {
  padding-top: 6px;
}
.cid-tjDhX27o2y .soc-item a {
  padding-top: 5px;
}
.cid-tjDhX27o2y .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tjDhX27o2y .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tjDhX27o2y .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tjDhX27o2y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tjDhX27o2y svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tjDhX27o2y #e2_shape {
  fill: #ffffff !important;
}
.cid-tjDhX27o2y .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tjDhX27o2y .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tjDhX27o2y .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjDhX27o2y .card-img {
  width: auto;
}
.cid-tjDhX27o2y .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tjDhX27o2y .soc-item span {
  font-size: 1.4rem;
}
.cid-tjDhX27o2y .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-tjDhX27o2y .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tjDhX27o2y .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tjDhX27o2y .media-wrap {
  margin-bottom: 1rem;
}
.cid-tjDhX27o2y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tjDhX27o2y img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tjDhX27o2y .item {
    justify-content: center;
  }
  .cid-tjDhX27o2y .quote::after {
    left: 60px;
  }
}
.cid-tjDhX27o2y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tjDhX27o2y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjDhX27o2y .text1 {
  color: #ffffff;
}
.cid-tjDhX27o2y .item-title {
  color: #ffffff;
}
.cid-tjDhX27o2y H5 {
  color: #ffffff;
}
.cid-tjDhX27o2y .theme {
  color: #ffffff;
}
.cid-tjDhX27o2y .copyright > p {
  color: #ff3366;
}
.cid-tjDhX27o2y .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tk7QoXLfvl {
  overflow-x: hidden !important;
}
.cid-tk7QoXLfvl,
.cid-tk7QoXLfvl .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tk7QoXLfvl .mbr-section-title {
  color: #ffffff;
}
.cid-tk7QoXLfvl .mbr-section-title span {
  color: #2b6549;
}
.cid-tk7QoXLfvl .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tk7QoXLfvl .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tk7QoXLfvl .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tk7QoXLfvl .mbr-overlay {
  z-index: 1;
}
.cid-tk7QoXLfvl .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tk7QoXY3k0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tk7QoXY3k0 .mbr-text {
  text-align: justify;
}
.cid-tk7QoXY3k0 .mbr-section-title {
  text-align: left;
}
.cid-udnt4RvmJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnt4RvmJW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnt4RvmJW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnt4RvmJW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnt4RvmJW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnt4RvmJW .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnt4RvmJW .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnt4RvmJW .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnt4RvmJW .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnt4RvmJW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnt4RvmJW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnt4RvmJW .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnt4RvmJW .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnt4RvmJW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnt4RvmJW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnt4RvmJW [class^="socicon-"]:before,
.cid-udnt4RvmJW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnt4RvmJW .mbr-section-title,
.cid-udnt4RvmJW .mbr-social-likes {
  color: #2b6549;
}
.cid-tk7QoYndRa {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-tk7QoYndRa .container {
  max-width: 1400px;
}
.cid-tk7QoYndRa .card-img2 span {
  padding-top: 6px;
}
.cid-tk7QoYndRa .soc-item a {
  padding-top: 5px;
}
.cid-tk7QoYndRa .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tk7QoYndRa .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tk7QoYndRa .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tk7QoYndRa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tk7QoYndRa svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tk7QoYndRa #e2_shape {
  fill: #ffffff !important;
}
.cid-tk7QoYndRa .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tk7QoYndRa .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tk7QoYndRa .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tk7QoYndRa .card-img {
  width: auto;
}
.cid-tk7QoYndRa .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tk7QoYndRa .soc-item span {
  font-size: 1.4rem;
}
.cid-tk7QoYndRa .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-tk7QoYndRa .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tk7QoYndRa .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tk7QoYndRa .media-wrap {
  margin-bottom: 1rem;
}
.cid-tk7QoYndRa .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tk7QoYndRa img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tk7QoYndRa .item {
    justify-content: center;
  }
  .cid-tk7QoYndRa .quote::after {
    left: 60px;
  }
}
.cid-tk7QoYndRa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tk7QoYndRa .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tk7QoYndRa .text1 {
  color: #ffffff;
}
.cid-tk7QoYndRa .item-title {
  color: #ffffff;
}
.cid-tk7QoYndRa H5 {
  color: #ffffff;
}
.cid-tk7QoYndRa .theme {
  color: #ffffff;
}
.cid-tk7QoYndRa .copyright > p {
  color: #ff3366;
}
.cid-tk7QoYndRa .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-twT9Z1YwR5 {
  overflow-x: hidden !important;
}
.cid-twT9Z1YwR5,
.cid-twT9Z1YwR5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-twT9Z1YwR5 .mbr-section-title {
  color: #ffffff;
}
.cid-twT9Z1YwR5 .mbr-section-title span {
  color: #2b6549;
}
.cid-twT9Z1YwR5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-twT9Z1YwR5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-twT9Z1YwR5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-twT9Z1YwR5 .mbr-overlay {
  z-index: 1;
}
.cid-twT9Z1YwR5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-twT9Z28s23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twT9Z28s23 .mbr-text {
  text-align: justify;
}
.cid-twT9Z28s23 .mbr-section-title {
  text-align: left;
}
.cid-udnt8WGoUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnt8WGoUI .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnt8WGoUI .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnt8WGoUI .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnt8WGoUI .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnt8WGoUI .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnt8WGoUI .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnt8WGoUI .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnt8WGoUI .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnt8WGoUI .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnt8WGoUI .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnt8WGoUI .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnt8WGoUI .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnt8WGoUI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnt8WGoUI .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnt8WGoUI [class^="socicon-"]:before,
.cid-udnt8WGoUI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnt8WGoUI .mbr-section-title,
.cid-udnt8WGoUI .mbr-social-likes {
  color: #2b6549;
}
.cid-twT9Z2xYeM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-twT9Z2xYeM .container {
  max-width: 1400px;
}
.cid-twT9Z2xYeM .card-img2 span {
  padding-top: 6px;
}
.cid-twT9Z2xYeM .soc-item a {
  padding-top: 5px;
}
.cid-twT9Z2xYeM .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-twT9Z2xYeM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-twT9Z2xYeM .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-twT9Z2xYeM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-twT9Z2xYeM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-twT9Z2xYeM #e2_shape {
  fill: #ffffff !important;
}
.cid-twT9Z2xYeM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-twT9Z2xYeM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-twT9Z2xYeM .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-twT9Z2xYeM .card-img {
  width: auto;
}
.cid-twT9Z2xYeM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-twT9Z2xYeM .soc-item span {
  font-size: 1.4rem;
}
.cid-twT9Z2xYeM .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-twT9Z2xYeM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-twT9Z2xYeM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-twT9Z2xYeM .media-wrap {
  margin-bottom: 1rem;
}
.cid-twT9Z2xYeM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-twT9Z2xYeM img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-twT9Z2xYeM .item {
    justify-content: center;
  }
  .cid-twT9Z2xYeM .quote::after {
    left: 60px;
  }
}
.cid-twT9Z2xYeM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-twT9Z2xYeM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twT9Z2xYeM .text1 {
  color: #ffffff;
}
.cid-twT9Z2xYeM .item-title {
  color: #ffffff;
}
.cid-twT9Z2xYeM H5 {
  color: #ffffff;
}
.cid-twT9Z2xYeM .theme {
  color: #ffffff;
}
.cid-twT9Z2xYeM .copyright > p {
  color: #ff3366;
}
.cid-twT9Z2xYeM .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u04KNKuTCk {
  overflow-x: hidden !important;
}
.cid-u04KNKuTCk,
.cid-u04KNKuTCk .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-u04KNKuTCk .mbr-section-title {
  color: #ffffff;
}
.cid-u04KNKuTCk .mbr-section-title span {
  color: #2b6549;
}
.cid-u04KNKuTCk .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-u04KNKuTCk .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-u04KNKuTCk .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-u04KNKuTCk .mbr-overlay {
  z-index: 1;
}
.cid-u04KNKuTCk .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u04KNKFeas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u04KNKFeas .mbr-text {
  text-align: justify;
}
.cid-u04KNKFeas .mbr-section-title {
  text-align: left;
}
.cid-udsttryqJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsttryqJg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsttryqJg .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsttryqJg .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsttryqJg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsttryqJg .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsttryqJg .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsttryqJg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsttryqJg [class^="socicon-"]:before,
.cid-udsttryqJg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsttryqJg .mbr-section-title,
.cid-udsttryqJg .mbr-social-likes {
  color: #2b6549;
}
.cid-u04KNL0W5q {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-u04KNL0W5q .container {
  max-width: 1400px;
}
.cid-u04KNL0W5q .card-img2 span {
  padding-top: 6px;
}
.cid-u04KNL0W5q .soc-item a {
  padding-top: 5px;
}
.cid-u04KNL0W5q .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-u04KNL0W5q .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u04KNL0W5q .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u04KNL0W5q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u04KNL0W5q svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u04KNL0W5q #e2_shape {
  fill: #ffffff !important;
}
.cid-u04KNL0W5q .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u04KNL0W5q .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u04KNL0W5q .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u04KNL0W5q .card-img {
  width: auto;
}
.cid-u04KNL0W5q .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u04KNL0W5q .soc-item span {
  font-size: 1.4rem;
}
.cid-u04KNL0W5q .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-u04KNL0W5q .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u04KNL0W5q .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u04KNL0W5q .media-wrap {
  margin-bottom: 1rem;
}
.cid-u04KNL0W5q .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u04KNL0W5q img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-u04KNL0W5q .item {
    justify-content: center;
  }
  .cid-u04KNL0W5q .quote::after {
    left: 60px;
  }
}
.cid-u04KNL0W5q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u04KNL0W5q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u04KNL0W5q .text1 {
  color: #ffffff;
}
.cid-u04KNL0W5q .item-title {
  color: #ffffff;
}
.cid-u04KNL0W5q H5 {
  color: #ffffff;
}
.cid-u04KNL0W5q .theme {
  color: #ffffff;
}
.cid-u04KNL0W5q .copyright > p {
  color: #ff3366;
}
.cid-u04KNL0W5q .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5hmetvwE {
  overflow-x: hidden !important;
}
.cid-sJ5hmetvwE,
.cid-sJ5hmetvwE .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5hmetvwE .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5hmetvwE .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5hmetvwE .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5hmetvwE .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5hmetvwE .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5hmetvwE .mbr-overlay {
  z-index: 1;
}
.cid-sJ5hmetvwE .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5hmeSBXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5hmeSBXE .mbr-text {
  text-align: justify;
}
.cid-sJ5hmeSBXE .mbr-section-title {
  text-align: left;
}
.cid-udnveX4gWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udnveX4gWT .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udnveX4gWT .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udnveX4gWT .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udnveX4gWT .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udnveX4gWT .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udnveX4gWT .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udnveX4gWT .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udnveX4gWT .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udnveX4gWT .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udnveX4gWT .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udnveX4gWT .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udnveX4gWT .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udnveX4gWT .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udnveX4gWT .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udnveX4gWT [class^="socicon-"]:before,
.cid-udnveX4gWT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udnveX4gWT .mbr-section-title,
.cid-udnveX4gWT .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5hmfgd0a {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5hmfgd0a .container {
  max-width: 1400px;
}
.cid-sJ5hmfgd0a .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5hmfgd0a .soc-item a {
  padding-top: 5px;
}
.cid-sJ5hmfgd0a .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5hmfgd0a .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5hmfgd0a .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5hmfgd0a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5hmfgd0a svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5hmfgd0a #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5hmfgd0a .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5hmfgd0a .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5hmfgd0a .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5hmfgd0a .card-img {
  width: auto;
}
.cid-sJ5hmfgd0a .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5hmfgd0a .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5hmfgd0a .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5hmfgd0a .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5hmfgd0a .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5hmfgd0a .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5hmfgd0a .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5hmfgd0a img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5hmfgd0a .item {
    justify-content: center;
  }
  .cid-sJ5hmfgd0a .quote::after {
    left: 60px;
  }
}
.cid-sJ5hmfgd0a .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5hmfgd0a .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5hmfgd0a .text1 {
  color: #ffffff;
}
.cid-sJ5hmfgd0a .item-title {
  color: #ffffff;
}
.cid-sJ5hmfgd0a H5 {
  color: #ffffff;
}
.cid-sJ5hmfgd0a .theme {
  color: #ffffff;
}
.cid-sJ5hmfgd0a .copyright > p {
  color: #ff3366;
}
.cid-sJ5hmfgd0a .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ0nUcjRBN {
  overflow-x: hidden !important;
}
.cid-sJ0nUcjRBN,
.cid-sJ0nUcjRBN .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ0nUcjRBN .mbr-section-title {
  color: #ffffff;
}
.cid-sJ0nUcjRBN .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ0nUcjRBN .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ0nUcjRBN .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ0nUcjRBN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ0nUcjRBN .mbr-overlay {
  z-index: 1;
}
.cid-sJ0nUcjRBN .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ0nUczIpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ0nUczIpb .mbr-text {
  text-align: justify;
}
.cid-sJ0nUczIpb .mbr-section-title {
  text-align: left;
}
.cid-udntUYbmmK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udntUYbmmK .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udntUYbmmK .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udntUYbmmK .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udntUYbmmK .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udntUYbmmK .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udntUYbmmK .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udntUYbmmK .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udntUYbmmK .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udntUYbmmK .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udntUYbmmK .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udntUYbmmK .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udntUYbmmK .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udntUYbmmK .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udntUYbmmK .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udntUYbmmK [class^="socicon-"]:before,
.cid-udntUYbmmK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udntUYbmmK .mbr-section-title,
.cid-udntUYbmmK .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ0nUcVEAL {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ0nUcVEAL .container {
  max-width: 1400px;
}
.cid-sJ0nUcVEAL .card-img2 span {
  padding-top: 6px;
}
.cid-sJ0nUcVEAL .soc-item a {
  padding-top: 5px;
}
.cid-sJ0nUcVEAL .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ0nUcVEAL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ0nUcVEAL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ0nUcVEAL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ0nUcVEAL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ0nUcVEAL #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ0nUcVEAL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ0nUcVEAL .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ0nUcVEAL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ0nUcVEAL .card-img {
  width: auto;
}
.cid-sJ0nUcVEAL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ0nUcVEAL .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ0nUcVEAL .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ0nUcVEAL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ0nUcVEAL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ0nUcVEAL .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ0nUcVEAL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ0nUcVEAL img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ0nUcVEAL .item {
    justify-content: center;
  }
  .cid-sJ0nUcVEAL .quote::after {
    left: 60px;
  }
}
.cid-sJ0nUcVEAL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ0nUcVEAL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ0nUcVEAL .text1 {
  color: #ffffff;
}
.cid-sJ0nUcVEAL .item-title {
  color: #ffffff;
}
.cid-sJ0nUcVEAL H5 {
  color: #ffffff;
}
.cid-sJ0nUcVEAL .theme {
  color: #ffffff;
}
.cid-sJ0nUcVEAL .copyright > p {
  color: #ff3366;
}
.cid-sJ0nUcVEAL .text2 {
  color: #ffffff;
}
.cid-undm9TIldG {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-undm9TIldG .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;
}
@media (max-width: 767px) {
  .cid-undm9TIldG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-undm9TIldG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-undm9TIldG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-undm9TIldG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-undm9TIldG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-undm9TIldG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-undm9TIldG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-undm9TIldG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-undm9TIldG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-undm9TIldG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-undm9TIldG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-undm9TIldG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-undm9TIldG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-undm9TIldG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-undm9TIldG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-undm9TIldG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-undm9TIldG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-undm9TIldG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-undm9TIldG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-undm9TIldG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-undm9TIldG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-undm9TIldG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-undm9TIldG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-undm9TIldG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-undm9TIldG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-undm9TIldG .nav-item:focus,
.cid-undm9TIldG .nav-link:focus {
  outline: none;
}
.cid-undm9TIldG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-undm9TIldG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-undm9TIldG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-undm9TIldG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-undm9TIldG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-undm9TIldG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-undm9TIldG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-undm9TIldG .navbar.opened {
  transition: all 0.3s;
}
.cid-undm9TIldG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-undm9TIldG .navbar .navbar-logo img {
  width: auto;
}
.cid-undm9TIldG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-undm9TIldG .navbar.collapsed {
  justify-content: center;
}
.cid-undm9TIldG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-undm9TIldG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-undm9TIldG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-undm9TIldG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-undm9TIldG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-undm9TIldG .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-undm9TIldG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-undm9TIldG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-undm9TIldG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-undm9TIldG .navbar {
    min-height: 72px;
  }
  .cid-undm9TIldG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-undm9TIldG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-undm9TIldG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-undm9TIldG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-undm9TIldG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-undm9TIldG .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-undm9TIldG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-undm9TIldG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-undm9TIldG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-undm9TIldG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-undm9TIldG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-undm9TIldG .dropdown-item.active,
.cid-undm9TIldG .dropdown-item:active {
  background-color: transparent;
}
.cid-undm9TIldG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-undm9TIldG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-undm9TIldG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-undm9TIldG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-undm9TIldG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-undm9TIldG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-undm9TIldG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-undm9TIldG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-undm9TIldG .navbar-buttons {
    text-align: left;
  }
}
.cid-undm9TIldG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-undm9TIldG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-undm9TIldG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-undm9TIldG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-undm9TIldG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-undm9TIldG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-undm9TIldG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-undm9TIldG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-undm9TIldG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-undm9TIldG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-undm9TIldG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-undm9TIldG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-undm9TIldG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-undm9TIldG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-undm9TIldG .navbar {
    height: 70px;
  }
  .cid-undm9TIldG .navbar.opened {
    height: auto;
  }
  .cid-undm9TIldG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-undm9TIldG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-undm9TIldG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-undm9TIldG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-undm9TIldG .navbar-brand {
    margin-right: auto;
  }
  .cid-undm9TIldG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-undm9TIldG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-undm9TIldG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-undm9TIldG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-undm9TIldG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-undm9TIldG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-undm9TIldG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-undm9UuLZt {
  overflow-x: hidden !important;
}
.cid-undm9UuLZt,
.cid-undm9UuLZt .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-undm9UuLZt .mbr-section-title {
  color: #ffffff;
}
.cid-undm9UuLZt .mbr-section-title span {
  color: #2b6549;
}
.cid-undm9UuLZt .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-undm9UuLZt .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-undm9UuLZt .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-undm9UuLZt .mbr-overlay {
  z-index: 1;
}
.cid-undm9UuLZt .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-undm9UFvy8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-undm9UFvy8 .mbr-text {
  text-align: justify;
}
.cid-undm9UFvy8 .mbr-section-title {
  text-align: left;
}
.cid-undmGP71xt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-undmGP71xt .mbr-text {
  text-align: justify;
}
.cid-undmGP71xt .mbr-section-title {
  text-align: left;
}
.cid-undmHG49Jk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-undmHG49Jk .mbr-text {
  text-align: justify;
}
.cid-undmHG49Jk .mbr-section-title {
  text-align: left;
}
.cid-undm9UOAY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-undm9UOAY0 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-undm9UOAY0 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-undm9UOAY0 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-undm9UOAY0 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-undm9UOAY0 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-undm9UOAY0 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-undm9UOAY0 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-undm9UOAY0 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-undm9UOAY0 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-undm9UOAY0 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-undm9UOAY0 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-undm9UOAY0 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-undm9UOAY0 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-undm9UOAY0 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-undm9UOAY0 [class^="socicon-"]:before,
.cid-undm9UOAY0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-undm9UOAY0 .mbr-section-title,
.cid-undm9UOAY0 .mbr-social-likes {
  color: #2b6549;
}
.cid-undm9UYqbE {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-undm9UYqbE .container {
  max-width: 1400px;
}
.cid-undm9UYqbE .card-img2 span {
  padding-top: 6px;
}
.cid-undm9UYqbE .soc-item a {
  padding-top: 5px;
}
.cid-undm9UYqbE .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-undm9UYqbE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-undm9UYqbE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-undm9UYqbE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-undm9UYqbE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-undm9UYqbE #e2_shape {
  fill: #ffffff !important;
}
.cid-undm9UYqbE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-undm9UYqbE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-undm9UYqbE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-undm9UYqbE .card-img {
  width: auto;
}
.cid-undm9UYqbE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-undm9UYqbE .soc-item span {
  font-size: 1.4rem;
}
.cid-undm9UYqbE .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-undm9UYqbE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-undm9UYqbE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-undm9UYqbE .media-wrap {
  margin-bottom: 1rem;
}
.cid-undm9UYqbE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-undm9UYqbE img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-undm9UYqbE .item {
    justify-content: center;
  }
  .cid-undm9UYqbE .quote::after {
    left: 60px;
  }
}
.cid-undm9UYqbE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-undm9UYqbE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-undm9UYqbE .text1 {
  color: #ffffff;
}
.cid-undm9UYqbE .item-title {
  color: #ffffff;
}
.cid-undm9UYqbE H5 {
  color: #ffffff;
}
.cid-undm9UYqbE .theme {
  color: #ffffff;
}
.cid-undm9UYqbE .copyright > p {
  color: #ff3366;
}
.cid-undm9UYqbE .text2 {
  color: #ffffff;
}
.cid-uq0eeI6GAX {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-uq0eeI6GAX .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;
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uq0eeI6GAX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq0eeI6GAX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uq0eeI6GAX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq0eeI6GAX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq0eeI6GAX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uq0eeI6GAX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uq0eeI6GAX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uq0eeI6GAX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uq0eeI6GAX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uq0eeI6GAX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uq0eeI6GAX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uq0eeI6GAX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uq0eeI6GAX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uq0eeI6GAX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uq0eeI6GAX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uq0eeI6GAX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uq0eeI6GAX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uq0eeI6GAX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uq0eeI6GAX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uq0eeI6GAX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq0eeI6GAX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uq0eeI6GAX .nav-item:focus,
.cid-uq0eeI6GAX .nav-link:focus {
  outline: none;
}
.cid-uq0eeI6GAX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq0eeI6GAX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq0eeI6GAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq0eeI6GAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq0eeI6GAX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq0eeI6GAX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq0eeI6GAX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uq0eeI6GAX .navbar.opened {
  transition: all 0.3s;
}
.cid-uq0eeI6GAX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq0eeI6GAX .navbar .navbar-logo img {
  width: auto;
}
.cid-uq0eeI6GAX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uq0eeI6GAX .navbar.collapsed {
  justify-content: center;
}
.cid-uq0eeI6GAX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq0eeI6GAX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq0eeI6GAX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uq0eeI6GAX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq0eeI6GAX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq0eeI6GAX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq0eeI6GAX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .navbar {
    min-height: 72px;
  }
  .cid-uq0eeI6GAX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uq0eeI6GAX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq0eeI6GAX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq0eeI6GAX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq0eeI6GAX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq0eeI6GAX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uq0eeI6GAX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq0eeI6GAX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq0eeI6GAX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uq0eeI6GAX .dropdown-item.active,
.cid-uq0eeI6GAX .dropdown-item:active {
  background-color: transparent;
}
.cid-uq0eeI6GAX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq0eeI6GAX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq0eeI6GAX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq0eeI6GAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq0eeI6GAX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uq0eeI6GAX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uq0eeI6GAX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq0eeI6GAX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uq0eeI6GAX .navbar-buttons {
    text-align: left;
  }
}
.cid-uq0eeI6GAX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq0eeI6GAX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq0eeI6GAX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq0eeI6GAX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq0eeI6GAX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq0eeI6GAX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uq0eeI6GAX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq0eeI6GAX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uq0eeI6GAX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq0eeI6GAX .navbar {
    height: 70px;
  }
  .cid-uq0eeI6GAX .navbar.opened {
    height: auto;
  }
  .cid-uq0eeI6GAX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uq0eeI6GAX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uq0eeI6GAX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uq0eeI6GAX .navbar-brand {
    margin-right: auto;
  }
  .cid-uq0eeI6GAX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uq0eeI6GAX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uq0eeI6GAX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uq0eeI6GAX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uq0eeI6GAX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uq0eeIqSOb {
  overflow-x: hidden !important;
}
.cid-uq0eeIqSOb,
.cid-uq0eeIqSOb .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uq0eeIqSOb .mbr-section-title {
  color: #ffffff;
}
.cid-uq0eeIqSOb .mbr-section-title span {
  color: #2b6549;
}
.cid-uq0eeIqSOb .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uq0eeIqSOb .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uq0eeIqSOb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uq0eeIqSOb .mbr-overlay {
  z-index: 1;
}
.cid-uq0eeIqSOb .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uq0eeIBT47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq0eeIBT47 .mbr-text {
  text-align: justify;
}
.cid-uq0eeIBT47 .mbr-section-title {
  text-align: left;
}
.cid-uq0eeIVtWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uq0eeIVtWO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uq0eeIVtWO .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-uq0eeIVtWO .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-uq0eeIVtWO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uq0eeIVtWO .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-uq0eeIVtWO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uq0eeIVtWO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uq0eeIVtWO [class^="socicon-"]:before,
.cid-uq0eeIVtWO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uq0eeIVtWO .mbr-section-title,
.cid-uq0eeIVtWO .mbr-social-likes {
  color: #2b6549;
}
.cid-uq0eeJ6vPz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-uq0eeJ6vPz .container {
  max-width: 1400px;
}
.cid-uq0eeJ6vPz .card-img2 span {
  padding-top: 6px;
}
.cid-uq0eeJ6vPz .soc-item a {
  padding-top: 5px;
}
.cid-uq0eeJ6vPz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-uq0eeJ6vPz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uq0eeJ6vPz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uq0eeJ6vPz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uq0eeJ6vPz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uq0eeJ6vPz #e2_shape {
  fill: #ffffff !important;
}
.cid-uq0eeJ6vPz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uq0eeJ6vPz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uq0eeJ6vPz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uq0eeJ6vPz .card-img {
  width: auto;
}
.cid-uq0eeJ6vPz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uq0eeJ6vPz .soc-item span {
  font-size: 1.4rem;
}
.cid-uq0eeJ6vPz .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-uq0eeJ6vPz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uq0eeJ6vPz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uq0eeJ6vPz .media-wrap {
  margin-bottom: 1rem;
}
.cid-uq0eeJ6vPz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uq0eeJ6vPz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-uq0eeJ6vPz .item {
    justify-content: center;
  }
  .cid-uq0eeJ6vPz .quote::after {
    left: 60px;
  }
}
.cid-uq0eeJ6vPz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uq0eeJ6vPz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uq0eeJ6vPz .text1 {
  color: #ffffff;
}
.cid-uq0eeJ6vPz .item-title {
  color: #ffffff;
}
.cid-uq0eeJ6vPz H5 {
  color: #ffffff;
}
.cid-uq0eeJ6vPz .theme {
  color: #ffffff;
}
.cid-uq0eeJ6vPz .copyright > p {
  color: #ff3366;
}
.cid-uq0eeJ6vPz .text2 {
  color: #ffffff;
}
.cid-uCAPvKopx6 {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-uCAPvKopx6 .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;
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCAPvKopx6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCAPvKopx6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCAPvKopx6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCAPvKopx6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCAPvKopx6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uCAPvKopx6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCAPvKopx6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCAPvKopx6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCAPvKopx6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCAPvKopx6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCAPvKopx6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCAPvKopx6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCAPvKopx6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCAPvKopx6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCAPvKopx6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCAPvKopx6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCAPvKopx6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCAPvKopx6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCAPvKopx6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCAPvKopx6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCAPvKopx6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uCAPvKopx6 .nav-item:focus,
.cid-uCAPvKopx6 .nav-link:focus {
  outline: none;
}
.cid-uCAPvKopx6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCAPvKopx6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCAPvKopx6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCAPvKopx6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCAPvKopx6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCAPvKopx6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCAPvKopx6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCAPvKopx6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCAPvKopx6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCAPvKopx6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCAPvKopx6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCAPvKopx6 .navbar.collapsed {
  justify-content: center;
}
.cid-uCAPvKopx6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCAPvKopx6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCAPvKopx6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uCAPvKopx6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCAPvKopx6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCAPvKopx6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCAPvKopx6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .navbar {
    min-height: 72px;
  }
  .cid-uCAPvKopx6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCAPvKopx6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCAPvKopx6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCAPvKopx6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCAPvKopx6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCAPvKopx6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCAPvKopx6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCAPvKopx6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCAPvKopx6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCAPvKopx6 .dropdown-item.active,
.cid-uCAPvKopx6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCAPvKopx6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCAPvKopx6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCAPvKopx6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCAPvKopx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCAPvKopx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCAPvKopx6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCAPvKopx6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCAPvKopx6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCAPvKopx6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uCAPvKopx6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCAPvKopx6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCAPvKopx6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCAPvKopx6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCAPvKopx6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCAPvKopx6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCAPvKopx6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCAPvKopx6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCAPvKopx6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCAPvKopx6 .navbar {
    height: 70px;
  }
  .cid-uCAPvKopx6 .navbar.opened {
    height: auto;
  }
  .cid-uCAPvKopx6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCAPvKopx6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCAPvKopx6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCAPvKopx6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uCAPvKopx6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCAPvKopx6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCAPvKopx6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCAPvKopx6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCAPvKopx6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCAPvKINNd {
  overflow-x: hidden !important;
}
.cid-uCAPvKINNd,
.cid-uCAPvKINNd .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uCAPvKINNd .mbr-section-title {
  color: #ffffff;
}
.cid-uCAPvKINNd .mbr-section-title span {
  color: #2b6549;
}
.cid-uCAPvKINNd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uCAPvKINNd .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uCAPvKINNd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uCAPvKINNd .mbr-overlay {
  z-index: 1;
}
.cid-uCAPvKINNd .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uCAPvKTncK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCAPvKTncK .mbr-text {
  text-align: justify;
}
.cid-uCAPvKTncK .mbr-section-title {
  text-align: left;
}
.cid-uI18jlDYmk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uI18jlDYmk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uI18jlDYmk .mbr-text,
.cid-uI18jlDYmk .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-uCAQ38emwe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCAQ38emwe .mbr-text {
  text-align: justify;
}
.cid-uCAQ38emwe .mbr-section-title {
  text-align: left;
}
.cid-uCAQBAC1wk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCAQBAC1wk .mbr-text {
  text-align: justify;
}
.cid-uCAQBAC1wk .mbr-section-title {
  text-align: left;
}
.cid-uCAR3P4CZG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCAR3P4CZG .mbr-text {
  text-align: justify;
}
.cid-uCAR3P4CZG .mbr-section-title {
  text-align: left;
}
.cid-uCARjL96XD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCARjL96XD .mbr-text {
  text-align: justify;
}
.cid-uCARjL96XD .mbr-section-title {
  text-align: left;
}
.cid-uCARxzHNui {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCARxzHNui .mbr-text {
  text-align: justify;
}
.cid-uCARxzHNui .mbr-section-title {
  text-align: left;
}
.cid-uCAPvLA4vt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uCAPvLA4vt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uCAPvLA4vt .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-uCAPvLA4vt .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-uCAPvLA4vt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uCAPvLA4vt .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-uCAPvLA4vt .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uCAPvLA4vt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uCAPvLA4vt [class^="socicon-"]:before,
.cid-uCAPvLA4vt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uCAPvLA4vt .mbr-section-title,
.cid-uCAPvLA4vt .mbr-social-likes {
  color: #2b6549;
}
.cid-uCAPvLM2bn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-uCAPvLM2bn .container {
  max-width: 1400px;
}
.cid-uCAPvLM2bn .card-img2 span {
  padding-top: 6px;
}
.cid-uCAPvLM2bn .soc-item a {
  padding-top: 5px;
}
.cid-uCAPvLM2bn .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-uCAPvLM2bn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uCAPvLM2bn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uCAPvLM2bn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCAPvLM2bn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uCAPvLM2bn #e2_shape {
  fill: #ffffff !important;
}
.cid-uCAPvLM2bn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uCAPvLM2bn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uCAPvLM2bn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCAPvLM2bn .card-img {
  width: auto;
}
.cid-uCAPvLM2bn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uCAPvLM2bn .soc-item span {
  font-size: 1.4rem;
}
.cid-uCAPvLM2bn .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-uCAPvLM2bn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uCAPvLM2bn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uCAPvLM2bn .media-wrap {
  margin-bottom: 1rem;
}
.cid-uCAPvLM2bn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uCAPvLM2bn img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-uCAPvLM2bn .item {
    justify-content: center;
  }
  .cid-uCAPvLM2bn .quote::after {
    left: 60px;
  }
}
.cid-uCAPvLM2bn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uCAPvLM2bn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCAPvLM2bn .text1 {
  color: #ffffff;
}
.cid-uCAPvLM2bn .item-title {
  color: #ffffff;
}
.cid-uCAPvLM2bn H5 {
  color: #ffffff;
}
.cid-uCAPvLM2bn .theme {
  color: #ffffff;
}
.cid-uCAPvLM2bn .copyright > p {
  color: #ff3366;
}
.cid-uCAPvLM2bn .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3XZGEHIh3 {
  overflow-x: hidden !important;
}
.cid-v3XZGEHIh3,
.cid-v3XZGEHIh3 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-v3XZGEHIh3 .mbr-section-title {
  color: #ffffff;
}
.cid-v3XZGEHIh3 .mbr-section-title span {
  color: #2b6549;
}
.cid-v3XZGEHIh3 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-v3XZGEHIh3 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-v3XZGEHIh3 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-v3XZGEHIh3 .mbr-overlay {
  z-index: 1;
}
.cid-v3XZGEHIh3 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-v3XZHeBUTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3XZHeBUTx .mbr-text {
  text-align: justify;
}
.cid-v3XZHeBUTx .mbr-section-title {
  text-align: left;
}
.cid-sIZlHxM3sn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sIZlHxM3sn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sIZlHxM3sn .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-sIZlHxM3sn .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-sIZlHxM3sn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sIZlHxM3sn .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-sIZlHxM3sn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sIZlHxM3sn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sIZlHxM3sn [class^="socicon-"]:before,
.cid-sIZlHxM3sn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sIZlHxM3sn .mbr-section-title,
.cid-sIZlHxM3sn .mbr-social-likes {
  color: #2b6549;
}
.cid-sIZnCd0huS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sIZnCd0huS .container {
  max-width: 1400px;
}
.cid-sIZnCd0huS .card-img2 span {
  padding-top: 6px;
}
.cid-sIZnCd0huS .soc-item a {
  padding-top: 5px;
}
.cid-sIZnCd0huS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sIZnCd0huS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sIZnCd0huS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sIZnCd0huS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIZnCd0huS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sIZnCd0huS #e2_shape {
  fill: #ffffff !important;
}
.cid-sIZnCd0huS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sIZnCd0huS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sIZnCd0huS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIZnCd0huS .card-img {
  width: auto;
}
.cid-sIZnCd0huS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sIZnCd0huS .soc-item span {
  font-size: 1.4rem;
}
.cid-sIZnCd0huS .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sIZnCd0huS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sIZnCd0huS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIZnCd0huS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sIZnCd0huS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sIZnCd0huS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sIZnCd0huS .item {
    justify-content: center;
  }
  .cid-sIZnCd0huS .quote::after {
    left: 60px;
  }
}
.cid-sIZnCd0huS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sIZnCd0huS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIZnCd0huS .text1 {
  color: #ffffff;
}
.cid-sIZnCd0huS .item-title {
  color: #ffffff;
}
.cid-sIZnCd0huS H5 {
  color: #ffffff;
}
.cid-sIZnCd0huS .theme {
  color: #ffffff;
}
.cid-sIZnCd0huS .copyright > p {
  color: #ff3366;
}
.cid-sIZnCd0huS .text2 {
  color: #ffffff;
}
