body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Serif', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Noto Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Noto Serif', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b3b082 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b3b082 !important;
  border-color: #b3b082 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8a8754 !important;
  border-color: #8a8754 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8a8754 !important;
  border-color: #8a8754 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b1ad68 !important;
  border-color: #b1ad68 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #807d42 !important;
  border-color: #807d42 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #807d42 !important;
  border-color: #807d42 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b3b082;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8a8754 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b3b082 !important;
  border-color: #b3b082 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b1ad68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #807d42 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1ad68 !important;
  border-color: #b1ad68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b3b082 !important;
}
.text-secondary {
  color: #b1ad68 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #817e4e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #76733d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b3b082;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b3b082;
  border-color: #b3b082;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b3b082;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3e2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b3b082 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #b3b082;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b3b082;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b3b082;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b3b082;
  border-bottom-color: #b3b082;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b3b082 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b1ad68 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b3b082' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uEuSlkCwG8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEuSlkCwG8 nav.navbar {
  position: fixed;
}
.cid-uEuSlkCwG8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEuSlkCwG8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEuSlkCwG8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEuSlkCwG8 .dropdown-item:hover,
.cid-uEuSlkCwG8 .dropdown-item:focus {
  background: #b3b082 !important;
  color: white !important;
}
.cid-uEuSlkCwG8 .dropdown-item:hover span {
  color: white;
}
.cid-uEuSlkCwG8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEuSlkCwG8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEuSlkCwG8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEuSlkCwG8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEuSlkCwG8 .nav-link {
  position: relative;
}
.cid-uEuSlkCwG8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEuSlkCwG8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uEuSlkCwG8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEuSlkCwG8 .dropdown-menu,
.cid-uEuSlkCwG8 .navbar.opened {
  background: #e2e1d0 !important;
}
.cid-uEuSlkCwG8 .nav-item:focus,
.cid-uEuSlkCwG8 .nav-link:focus {
  outline: none;
}
.cid-uEuSlkCwG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEuSlkCwG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEuSlkCwG8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEuSlkCwG8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEuSlkCwG8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEuSlkCwG8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEuSlkCwG8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e1d0;
}
.cid-uEuSlkCwG8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uEuSlkCwG8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEuSlkCwG8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uEuSlkCwG8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEuSlkCwG8 .navbar.collapsed {
  justify-content: center;
}
.cid-uEuSlkCwG8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEuSlkCwG8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEuSlkCwG8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uEuSlkCwG8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEuSlkCwG8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEuSlkCwG8 .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-uEuSlkCwG8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEuSlkCwG8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEuSlkCwG8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEuSlkCwG8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEuSlkCwG8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEuSlkCwG8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEuSlkCwG8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEuSlkCwG8 .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-uEuSlkCwG8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEuSlkCwG8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEuSlkCwG8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEuSlkCwG8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEuSlkCwG8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEuSlkCwG8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEuSlkCwG8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEuSlkCwG8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEuSlkCwG8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEuSlkCwG8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEuSlkCwG8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEuSlkCwG8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEuSlkCwG8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEuSlkCwG8 .dropdown-item.active,
.cid-uEuSlkCwG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEuSlkCwG8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEuSlkCwG8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEuSlkCwG8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEuSlkCwG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2e1d0;
}
.cid-uEuSlkCwG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEuSlkCwG8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEuSlkCwG8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEuSlkCwG8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEuSlkCwG8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEuSlkCwG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEuSlkCwG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEuSlkCwG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEuSlkCwG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEuSlkCwG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEuSlkCwG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEuSlkCwG8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEuSlkCwG8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEuSlkCwG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEuSlkCwG8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEuSlkCwG8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEuSlkCwG8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEuSlkCwG8 .navbar {
    height: 70px;
  }
  .cid-uEuSlkCwG8 .navbar.opened {
    height: auto;
  }
  .cid-uEuSlkCwG8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4wNA8yEyp {
  background-image: url("../../../assets/images/whatsapp-image-2025-03-04-at-10.47.09-am-2.jpeg");
}
.cid-v4wNA8yEyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wNA8yEyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wNA8yEyp .mbr-section-title {
  color: #ffffff;
}
.cid-v4wNA8yEyp .mbr-text,
.cid-v4wNA8yEyp .mbr-section-btn {
  color: #ffffff;
}
.cid-uEuWeIEj2Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uEuWeIEj2Z .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-uEuWeIEj2Z .mbr-text,
.cid-uEuWeIEj2Z .mbr-section-btn {
  color: #ffffff;
}
.cid-uEuWeIEj2Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEuWeIEj2Z img {
    width: 96%;
  }
}
.cid-uEuWeIEj2Z .mbr-section-title,
.cid-uEuWeIEj2Z .title-wrapper {
  color: #ffffff;
}
.cid-uFOow9TQ36 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFOow9TQ36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOow9TQ36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFOow9TQ36 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFOow9TQ36 .row {
  flex-direction: row-reverse;
}
.cid-uFOow9TQ36 img {
  width: 100%;
}
.cid-uEuWhEuCFE {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uEuWhEuCFE img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uEuWhEuCFE .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uEuWhEuCFE .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uEuWhEuCFE .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #b1ad68, #b3b082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uEuWhEuCFE .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uEuWhEuCFE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uEuWhEuCFE .first:hover:before {
  content: none;
}
.cid-uEuWhEuCFE .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #b1ad68, #b3b082);
  content: "";
}
.cid-uEuWhEuCFE .last:hover:after {
  content: none;
}
.cid-uEuWhEuCFE .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #b1ad68, #b3b082);
  content: "";
}
.cid-uEuWhEuCFE .mbr-section-text {
  color: #999999;
}
.cid-uEuWhEuCFE .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uEuWhEuCFE .card .img-wrapper {
  overflow: hidden;
}
.cid-uEuWhEuCFE .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uEuWhEuCFE .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uEuWhEuCFE .card:hover .card-wrapper {
  background: linear-gradient(to left, #b1ad68, #b3b082);
  color: #ffffff !important;
}
.cid-uEuWhEuCFE .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uEMeCmDhW2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uEMeCmDhW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEMeCmDhW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEMeCmDhW2 .row {
  flex-direction: row-reverse;
}
.cid-uEMeCmDhW2 .video-wrapper iframe {
  width: 100%;
}
.cid-uEMeCmDhW2 .mbr-section-title,
.cid-uEMeCmDhW2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEMeCmDhW2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEMeCmDhW2 .mbr-section-subtitle {
  color: #b3b082;
}
.cid-uEMeCmDhW2 .mbr-text {
  color: #ffffff;
}
.cid-uEuXrmO3cU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e1d0;
}
.cid-uEuXrmO3cU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuXrmO3cU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuXrmO3cU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEuXrmO3cU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uEuXrmO3cU .row {
    text-align: center;
  }
  .cid-uEuXrmO3cU .row > div {
    margin: auto;
  }
  .cid-uEuXrmO3cU .social-row {
    justify-content: center;
  }
}
.cid-uEuXrmO3cU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEuXrmO3cU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEuXrmO3cU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEuXrmO3cU .list {
    margin-bottom: 0rem;
  }
}
.cid-uEuXrmO3cU .mbr-text {
  color: #000000;
}
.cid-uEuXrmO3cU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uEuXrmO3cU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uEuXrmO3cU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uEuXrmO3cU H5 {
  color: #000000;
}
.cid-uEv5eQ7dgz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEv5eQ7dgz nav.navbar {
  position: fixed;
}
.cid-uEv5eQ7dgz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEv5eQ7dgz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEv5eQ7dgz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEv5eQ7dgz .dropdown-item:hover,
.cid-uEv5eQ7dgz .dropdown-item:focus {
  background: #b3b082 !important;
  color: white !important;
}
.cid-uEv5eQ7dgz .dropdown-item:hover span {
  color: white;
}
.cid-uEv5eQ7dgz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEv5eQ7dgz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEv5eQ7dgz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEv5eQ7dgz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEv5eQ7dgz .nav-link {
  position: relative;
}
.cid-uEv5eQ7dgz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEv5eQ7dgz .container {
    flex-wrap: nowrap;
  }
}
.cid-uEv5eQ7dgz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEv5eQ7dgz .dropdown-menu,
.cid-uEv5eQ7dgz .navbar.opened {
  background: #e2e1d0 !important;
}
.cid-uEv5eQ7dgz .nav-item:focus,
.cid-uEv5eQ7dgz .nav-link:focus {
  outline: none;
}
.cid-uEv5eQ7dgz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEv5eQ7dgz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEv5eQ7dgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEv5eQ7dgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEv5eQ7dgz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEv5eQ7dgz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEv5eQ7dgz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e1d0;
}
.cid-uEv5eQ7dgz .navbar.opened {
  transition: all 0.3s;
}
.cid-uEv5eQ7dgz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEv5eQ7dgz .navbar .navbar-logo img {
  width: auto;
}
.cid-uEv5eQ7dgz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEv5eQ7dgz .navbar.collapsed {
  justify-content: center;
}
.cid-uEv5eQ7dgz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEv5eQ7dgz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEv5eQ7dgz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uEv5eQ7dgz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEv5eQ7dgz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEv5eQ7dgz .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-uEv5eQ7dgz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEv5eQ7dgz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEv5eQ7dgz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEv5eQ7dgz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEv5eQ7dgz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEv5eQ7dgz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEv5eQ7dgz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEv5eQ7dgz .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-uEv5eQ7dgz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEv5eQ7dgz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEv5eQ7dgz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEv5eQ7dgz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEv5eQ7dgz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEv5eQ7dgz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEv5eQ7dgz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEv5eQ7dgz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEv5eQ7dgz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEv5eQ7dgz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEv5eQ7dgz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEv5eQ7dgz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEv5eQ7dgz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEv5eQ7dgz .dropdown-item.active,
.cid-uEv5eQ7dgz .dropdown-item:active {
  background-color: transparent;
}
.cid-uEv5eQ7dgz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEv5eQ7dgz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEv5eQ7dgz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEv5eQ7dgz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2e1d0;
}
.cid-uEv5eQ7dgz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEv5eQ7dgz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEv5eQ7dgz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEv5eQ7dgz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEv5eQ7dgz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEv5eQ7dgz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEv5eQ7dgz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEv5eQ7dgz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEv5eQ7dgz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEv5eQ7dgz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEv5eQ7dgz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEv5eQ7dgz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEv5eQ7dgz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEv5eQ7dgz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEv5eQ7dgz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEv5eQ7dgz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEv5eQ7dgz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEv5eQ7dgz .navbar {
    height: 70px;
  }
  .cid-uEv5eQ7dgz .navbar.opened {
    height: auto;
  }
  .cid-uEv5eQ7dgz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEv5rTV8XM {
  padding-top: 210px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/a-photo-of-a-realistic-mariachi-group-performing-a-jwhp90-yscaejcf7k8jylq-wtr2bzaeqy2nzfv4uyjjvw-1024x640.webp");
}
.cid-uEv5rTV8XM h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uEv5rTV8XM span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uEv5rTV8XM .mbr-section-title {
  color: #ffffff;
}
.cid-uEv5eUSRXN {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uEv5eUSRXN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-uEv5eUSRXN .mbr-text,
.cid-uEv5eUSRXN .mbr-section-btn {
  color: #ffffff;
}
.cid-uEv5eUSRXN .mbr-section-title,
.cid-uEv5eUSRXN .title-wrapper {
  text-align: center;
}
.cid-uEv5eRPGMM {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #191919;
}
.cid-uEv5eRPGMM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-uEv5eRPGMM .mbr-text,
.cid-uEv5eRPGMM .mbr-section-btn {
  color: #ffffff;
}
.cid-uEv5eRPGMM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEv5eRPGMM img {
    width: 96%;
  }
}
.cid-uEv5eRPGMM .mbr-section-title,
.cid-uEv5eRPGMM .title-wrapper {
  color: #ffffff;
}
.cid-uEv5eVv21W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e1d0;
}
.cid-uEv5eVv21W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEv5eVv21W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEv5eVv21W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEv5eVv21W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uEv5eVv21W .row {
    text-align: center;
  }
  .cid-uEv5eVv21W .row > div {
    margin: auto;
  }
  .cid-uEv5eVv21W .social-row {
    justify-content: center;
  }
}
.cid-uEv5eVv21W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEv5eVv21W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEv5eVv21W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEv5eVv21W .list {
    margin-bottom: 0rem;
  }
}
.cid-uEv5eVv21W .mbr-text {
  color: #000000;
}
.cid-uEv5eVv21W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uEv5eVv21W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uEv5eVv21W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uEv5eVv21W H5 {
  color: #000000;
}
.cid-uEv6taiUQH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEv6taiUQH nav.navbar {
  position: fixed;
}
.cid-uEv6taiUQH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEv6taiUQH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEv6taiUQH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEv6taiUQH .dropdown-item:hover,
.cid-uEv6taiUQH .dropdown-item:focus {
  background: #b3b082 !important;
  color: white !important;
}
.cid-uEv6taiUQH .dropdown-item:hover span {
  color: white;
}
.cid-uEv6taiUQH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEv6taiUQH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEv6taiUQH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEv6taiUQH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEv6taiUQH .nav-link {
  position: relative;
}
.cid-uEv6taiUQH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEv6taiUQH .container {
    flex-wrap: nowrap;
  }
}
.cid-uEv6taiUQH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEv6taiUQH .dropdown-menu,
.cid-uEv6taiUQH .navbar.opened {
  background: #e2e1d0 !important;
}
.cid-uEv6taiUQH .nav-item:focus,
.cid-uEv6taiUQH .nav-link:focus {
  outline: none;
}
.cid-uEv6taiUQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEv6taiUQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEv6taiUQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEv6taiUQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEv6taiUQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEv6taiUQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEv6taiUQH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e1d0;
}
.cid-uEv6taiUQH .navbar.opened {
  transition: all 0.3s;
}
.cid-uEv6taiUQH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEv6taiUQH .navbar .navbar-logo img {
  width: auto;
}
.cid-uEv6taiUQH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEv6taiUQH .navbar.collapsed {
  justify-content: center;
}
.cid-uEv6taiUQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEv6taiUQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEv6taiUQH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uEv6taiUQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEv6taiUQH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEv6taiUQH .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-uEv6taiUQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEv6taiUQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEv6taiUQH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEv6taiUQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEv6taiUQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEv6taiUQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEv6taiUQH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEv6taiUQH .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-uEv6taiUQH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEv6taiUQH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEv6taiUQH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEv6taiUQH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEv6taiUQH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEv6taiUQH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEv6taiUQH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEv6taiUQH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEv6taiUQH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEv6taiUQH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEv6taiUQH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEv6taiUQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEv6taiUQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEv6taiUQH .dropdown-item.active,
.cid-uEv6taiUQH .dropdown-item:active {
  background-color: transparent;
}
.cid-uEv6taiUQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEv6taiUQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEv6taiUQH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEv6taiUQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2e1d0;
}
.cid-uEv6taiUQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEv6taiUQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEv6taiUQH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEv6taiUQH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEv6taiUQH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEv6taiUQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEv6taiUQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEv6taiUQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEv6taiUQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEv6taiUQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEv6taiUQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEv6taiUQH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEv6taiUQH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEv6taiUQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEv6taiUQH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEv6taiUQH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEv6taiUQH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEv6taiUQH .navbar {
    height: 70px;
  }
  .cid-uEv6taiUQH .navbar.opened {
    height: auto;
  }
  .cid-uEv6taiUQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEv6tbi9iu {
  padding-top: 210px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/a-photo-of-a-group-of-mariachi-musicians-playing-a-jk8jzud9qne2dt-9z14kxg-6y1k2stgtg-ekebuw8q-g-1024x640.webp");
}
.cid-uEv6tbi9iu h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uEv6tbi9iu span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uEv6tbi9iu .mbr-section-title {
  color: #ffffff;
}
.cid-uEv796hxDv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uEv796hxDv .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-uEv796hxDv .mbr-text,
.cid-uEv796hxDv .mbr-section-btn {
  color: #ffffff;
}
.cid-uEv796hxDv .mbr-section-title,
.cid-uEv796hxDv .title-wrapper {
  text-align: center;
}
.cid-uEv7ssQLRq {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uEv7ssQLRq img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uEv7ssQLRq .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uEv7ssQLRq .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uEv7ssQLRq .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #b1ad68, #b3b082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uEv7ssQLRq .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uEv7ssQLRq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uEv7ssQLRq .first:hover:before {
  content: none;
}
.cid-uEv7ssQLRq .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #b1ad68, #b3b082);
  content: "";
}
.cid-uEv7ssQLRq .last:hover:after {
  content: none;
}
.cid-uEv7ssQLRq .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #b1ad68, #b3b082);
  content: "";
}
.cid-uEv7ssQLRq .mbr-section-text {
  color: #ffffff;
}
.cid-uEv7ssQLRq .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uEv7ssQLRq .card .img-wrapper {
  overflow: hidden;
}
.cid-uEv7ssQLRq .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uEv7ssQLRq .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uEv7ssQLRq .card:hover .card-wrapper {
  background: linear-gradient(to left, #b1ad68, #b3b082);
  color: #ffffff !important;
}
.cid-uEv7ssQLRq .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uEv6tcSaGX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e1d0;
}
.cid-uEv6tcSaGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEv6tcSaGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEv6tcSaGX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEv6tcSaGX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uEv6tcSaGX .row {
    text-align: center;
  }
  .cid-uEv6tcSaGX .row > div {
    margin: auto;
  }
  .cid-uEv6tcSaGX .social-row {
    justify-content: center;
  }
}
.cid-uEv6tcSaGX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEv6tcSaGX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEv6tcSaGX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEv6tcSaGX .list {
    margin-bottom: 0rem;
  }
}
.cid-uEv6tcSaGX .mbr-text {
  color: #000000;
}
.cid-uEv6tcSaGX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uEv6tcSaGX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uEv6tcSaGX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uEv6tcSaGX H5 {
  color: #000000;
}
.cid-uEv9tmTJzl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEv9tmTJzl nav.navbar {
  position: fixed;
}
.cid-uEv9tmTJzl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEv9tmTJzl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEv9tmTJzl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEv9tmTJzl .dropdown-item:hover,
.cid-uEv9tmTJzl .dropdown-item:focus {
  background: #b3b082 !important;
  color: white !important;
}
.cid-uEv9tmTJzl .dropdown-item:hover span {
  color: white;
}
.cid-uEv9tmTJzl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEv9tmTJzl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEv9tmTJzl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEv9tmTJzl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEv9tmTJzl .nav-link {
  position: relative;
}
.cid-uEv9tmTJzl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEv9tmTJzl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEv9tmTJzl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEv9tmTJzl .dropdown-menu,
.cid-uEv9tmTJzl .navbar.opened {
  background: #e2e1d0 !important;
}
.cid-uEv9tmTJzl .nav-item:focus,
.cid-uEv9tmTJzl .nav-link:focus {
  outline: none;
}
.cid-uEv9tmTJzl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEv9tmTJzl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEv9tmTJzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEv9tmTJzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEv9tmTJzl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEv9tmTJzl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEv9tmTJzl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e1d0;
}
.cid-uEv9tmTJzl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEv9tmTJzl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEv9tmTJzl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEv9tmTJzl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEv9tmTJzl .navbar.collapsed {
  justify-content: center;
}
.cid-uEv9tmTJzl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEv9tmTJzl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEv9tmTJzl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uEv9tmTJzl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEv9tmTJzl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEv9tmTJzl .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-uEv9tmTJzl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEv9tmTJzl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEv9tmTJzl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEv9tmTJzl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEv9tmTJzl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEv9tmTJzl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEv9tmTJzl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEv9tmTJzl .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-uEv9tmTJzl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEv9tmTJzl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEv9tmTJzl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEv9tmTJzl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEv9tmTJzl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEv9tmTJzl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEv9tmTJzl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEv9tmTJzl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEv9tmTJzl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEv9tmTJzl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEv9tmTJzl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEv9tmTJzl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEv9tmTJzl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEv9tmTJzl .dropdown-item.active,
.cid-uEv9tmTJzl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEv9tmTJzl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEv9tmTJzl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEv9tmTJzl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEv9tmTJzl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2e1d0;
}
.cid-uEv9tmTJzl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEv9tmTJzl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEv9tmTJzl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEv9tmTJzl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEv9tmTJzl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEv9tmTJzl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEv9tmTJzl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEv9tmTJzl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEv9tmTJzl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEv9tmTJzl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEv9tmTJzl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEv9tmTJzl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEv9tmTJzl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEv9tmTJzl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEv9tmTJzl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEv9tmTJzl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEv9tmTJzl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEv9tmTJzl .navbar {
    height: 70px;
  }
  .cid-uEv9tmTJzl .navbar.opened {
    height: auto;
  }
  .cid-uEv9tmTJzl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEv9toXhg6 {
  padding-top: 210px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/a-very-realistic-image-of-a-mariachi-group-giving-ijqkppbsszcpx46i5rnz2g-6y1k2stgtg-ekebuw8q-g-1024x640.webp");
}
.cid-uEv9toXhg6 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uEv9toXhg6 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uEv9toXhg6 .mbr-section-title {
  color: #ffffff;
}
.cid-uEv9tq9dFK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uEv9tq9dFK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-uEv9tq9dFK .mbr-text,
.cid-uEv9tq9dFK .mbr-section-btn {
  color: #ffffff;
}
.cid-uEv9tq9dFK .mbr-section-title,
.cid-uEv9tq9dFK .title-wrapper {
  text-align: center;
}
.cid-uEvaav4e41 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-uEvaav4e41 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uEvaav4e41 .card-wrapper {
    padding: 0;
  }
}
.cid-uEvaav4e41 img {
  width: 100%;
}
.cid-uEvaav4e41 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #b1ad68, #b3b082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uEvaav4e41 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-uEvaav4e41 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uEvaav4e41 h4 {
  margin: 0;
}
.cid-uEvaav4e41 .card-text {
  color: #ffffff;
}
.cid-uEvaav4e41 .mbr-text {
  color: #000000;
}
.cid-uEvaav4e41 .card-title {
  color: #e2e1d0;
}
@media (min-width: 1200px) {
  .cid-uEvaav4e41 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uEvaav4e41 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uEvaav4e41 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEvaav4e41 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uEvaav4e41 H3 {
  color: #787324;
}
.cid-uEvaav4e41 .mbr-section-title,
.cid-uEvaav4e41 .title-wrapper {
  color: #e2e1d0;
}
.cid-uEvaav4e41 .mbr-text,
.cid-uEvaav4e41 .mbr-section-btn {
  color: #ffffff;
}
.cid-uEvbLUk16G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uEvbLUk16G .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-uEvbLUk16G .mbr-text,
.cid-uEvbLUk16G .mbr-section-btn {
  color: #ffffff;
}
.cid-uEvbLUk16G .mbr-section-title,
.cid-uEvbLUk16G .title-wrapper {
  text-align: center;
}
.cid-uEv9tsoyk2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e1d0;
}
.cid-uEv9tsoyk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEv9tsoyk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEv9tsoyk2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEv9tsoyk2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uEv9tsoyk2 .row {
    text-align: center;
  }
  .cid-uEv9tsoyk2 .row > div {
    margin: auto;
  }
  .cid-uEv9tsoyk2 .social-row {
    justify-content: center;
  }
}
.cid-uEv9tsoyk2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEv9tsoyk2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEv9tsoyk2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEv9tsoyk2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uEv9tsoyk2 .mbr-text {
  color: #000000;
}
.cid-uEv9tsoyk2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uEv9tsoyk2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uEv9tsoyk2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uEv9tsoyk2 H5 {
  color: #000000;
}
.cid-uEvcHHXeZH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEvcHHXeZH nav.navbar {
  position: fixed;
}
.cid-uEvcHHXeZH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEvcHHXeZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEvcHHXeZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEvcHHXeZH .dropdown-item:hover,
.cid-uEvcHHXeZH .dropdown-item:focus {
  background: #b3b082 !important;
  color: white !important;
}
.cid-uEvcHHXeZH .dropdown-item:hover span {
  color: white;
}
.cid-uEvcHHXeZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEvcHHXeZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEvcHHXeZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEvcHHXeZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEvcHHXeZH .nav-link {
  position: relative;
}
.cid-uEvcHHXeZH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEvcHHXeZH .container {
    flex-wrap: nowrap;
  }
}
.cid-uEvcHHXeZH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEvcHHXeZH .dropdown-menu,
.cid-uEvcHHXeZH .navbar.opened {
  background: #e2e1d0 !important;
}
.cid-uEvcHHXeZH .nav-item:focus,
.cid-uEvcHHXeZH .nav-link:focus {
  outline: none;
}
.cid-uEvcHHXeZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEvcHHXeZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEvcHHXeZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEvcHHXeZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEvcHHXeZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEvcHHXeZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEvcHHXeZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e1d0;
}
.cid-uEvcHHXeZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uEvcHHXeZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEvcHHXeZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uEvcHHXeZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEvcHHXeZH .navbar.collapsed {
  justify-content: center;
}
.cid-uEvcHHXeZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEvcHHXeZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEvcHHXeZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uEvcHHXeZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEvcHHXeZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEvcHHXeZH .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-uEvcHHXeZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEvcHHXeZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEvcHHXeZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEvcHHXeZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEvcHHXeZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEvcHHXeZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEvcHHXeZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEvcHHXeZH .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-uEvcHHXeZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEvcHHXeZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEvcHHXeZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEvcHHXeZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEvcHHXeZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEvcHHXeZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEvcHHXeZH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEvcHHXeZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEvcHHXeZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEvcHHXeZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEvcHHXeZH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEvcHHXeZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEvcHHXeZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEvcHHXeZH .dropdown-item.active,
.cid-uEvcHHXeZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uEvcHHXeZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEvcHHXeZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEvcHHXeZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEvcHHXeZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2e1d0;
}
.cid-uEvcHHXeZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEvcHHXeZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEvcHHXeZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEvcHHXeZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEvcHHXeZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEvcHHXeZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEvcHHXeZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEvcHHXeZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEvcHHXeZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEvcHHXeZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEvcHHXeZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEvcHHXeZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEvcHHXeZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEvcHHXeZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEvcHHXeZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEvcHHXeZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEvcHHXeZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEvcHHXeZH .navbar {
    height: 70px;
  }
  .cid-uEvcHHXeZH .navbar.opened {
    height: auto;
  }
  .cid-uEvcHHXeZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEvcHKuAZb {
  padding-top: 210px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-04-at-4.33.38-pm-2.jpeg");
}
.cid-uEvcHKuAZb h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uEvcHKuAZb span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uEvcHKuAZb .mbr-section-title {
  color: #ffffff;
}
.cid-uEvdn3VVYF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uEvdn3VVYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvdn3VVYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvdn3VVYF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uEvdn3VVYF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uEvdn3VVYF .item-wrapper {
  position: relative;
}
.cid-uEvdn3VVYF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uEvdn3VVYF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uEvdn3VVYF .carousel-control,
.cid-uEvdn3VVYF .close {
  background: #1b1b1b;
}
.cid-uEvdn3VVYF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEvdn3VVYF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uEvdn3VVYF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEvdn3VVYF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uEvdn3VVYF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uEvdn3VVYF .close::before {
  content: '\e91a';
}
.cid-uEvdn3VVYF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEvdn3VVYF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEvdn3VVYF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEvdn3VVYF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEvdn3VVYF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEvdn3VVYF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uEvdn3VVYF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uEvdn3VVYF .carousel-indicators li.active,
.cid-uEvdn3VVYF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEvdn3VVYF .carousel-indicators li::after,
.cid-uEvdn3VVYF .carousel-indicators li::before {
  content: none;
}
.cid-uEvdn3VVYF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEvdn3VVYF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uEvdn3VVYF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEvdn3VVYF .carousel-indicators {
    display: none;
  }
}
.cid-uEvdn3VVYF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uEvdn3VVYF .carousel-inner > .active {
  display: block;
}
.cid-uEvdn3VVYF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEvdn3VVYF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEvdn3VVYF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEvdn3VVYF .carousel-control,
  .cid-uEvdn3VVYF .carousel-indicators,
  .cid-uEvdn3VVYF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEvdn3VVYF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEvdn3VVYF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEvdn3VVYF .carousel-indicators .active,
.cid-uEvdn3VVYF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uEvdn3VVYF .carousel-indicators .active {
  background: #fff;
}
.cid-uEvdn3VVYF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEvdn3VVYF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEvdn3VVYF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEvdn3VVYF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEvdn3VVYF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEvdn3VVYF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEvdn3VVYF .carousel {
  width: 100%;
}
.cid-uEvdn3VVYF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEvdn3VVYF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uEvdn3VVYF .modal.fade .modal-dialog,
.cid-uEvdn3VVYF .modal.in .modal-dialog {
  transform: none;
}
.cid-uEvdn3VVYF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEvdn3VVYF H6 {
  text-align: center;
}
.cid-uEvcHO8f0d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e1d0;
}
.cid-uEvcHO8f0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvcHO8f0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvcHO8f0d .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEvcHO8f0d .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uEvcHO8f0d .row {
    text-align: center;
  }
  .cid-uEvcHO8f0d .row > div {
    margin: auto;
  }
  .cid-uEvcHO8f0d .social-row {
    justify-content: center;
  }
}
.cid-uEvcHO8f0d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEvcHO8f0d .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEvcHO8f0d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEvcHO8f0d .list {
    margin-bottom: 0rem;
  }
}
.cid-uEvcHO8f0d .mbr-text {
  color: #000000;
}
.cid-uEvcHO8f0d .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uEvcHO8f0d .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uEvcHO8f0d div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uEvcHO8f0d H5 {
  color: #000000;
}
.cid-uJjF8h1DPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJjF8h1DPD nav.navbar {
  position: fixed;
}
.cid-uJjF8h1DPD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJjF8h1DPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJjF8h1DPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJjF8h1DPD .dropdown-item:hover,
.cid-uJjF8h1DPD .dropdown-item:focus {
  background: #b3b082 !important;
  color: white !important;
}
.cid-uJjF8h1DPD .dropdown-item:hover span {
  color: white;
}
.cid-uJjF8h1DPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJjF8h1DPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJjF8h1DPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJjF8h1DPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJjF8h1DPD .nav-link {
  position: relative;
}
.cid-uJjF8h1DPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJjF8h1DPD .container {
    flex-wrap: nowrap;
  }
}
.cid-uJjF8h1DPD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJjF8h1DPD .dropdown-menu,
.cid-uJjF8h1DPD .navbar.opened {
  background: #e2e1d0 !important;
}
.cid-uJjF8h1DPD .nav-item:focus,
.cid-uJjF8h1DPD .nav-link:focus {
  outline: none;
}
.cid-uJjF8h1DPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJjF8h1DPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJjF8h1DPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJjF8h1DPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJjF8h1DPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJjF8h1DPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJjF8h1DPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e1d0;
}
.cid-uJjF8h1DPD .navbar.opened {
  transition: all 0.3s;
}
.cid-uJjF8h1DPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJjF8h1DPD .navbar .navbar-logo img {
  width: auto;
}
.cid-uJjF8h1DPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJjF8h1DPD .navbar.collapsed {
  justify-content: center;
}
.cid-uJjF8h1DPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJjF8h1DPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJjF8h1DPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uJjF8h1DPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJjF8h1DPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJjF8h1DPD .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-uJjF8h1DPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJjF8h1DPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJjF8h1DPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJjF8h1DPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJjF8h1DPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJjF8h1DPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJjF8h1DPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJjF8h1DPD .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-uJjF8h1DPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJjF8h1DPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJjF8h1DPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJjF8h1DPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJjF8h1DPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJjF8h1DPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJjF8h1DPD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJjF8h1DPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJjF8h1DPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJjF8h1DPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJjF8h1DPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJjF8h1DPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJjF8h1DPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJjF8h1DPD .dropdown-item.active,
.cid-uJjF8h1DPD .dropdown-item:active {
  background-color: transparent;
}
.cid-uJjF8h1DPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJjF8h1DPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJjF8h1DPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJjF8h1DPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2e1d0;
}
.cid-uJjF8h1DPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJjF8h1DPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJjF8h1DPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJjF8h1DPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJjF8h1DPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJjF8h1DPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJjF8h1DPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJjF8h1DPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJjF8h1DPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJjF8h1DPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJjF8h1DPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJjF8h1DPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJjF8h1DPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJjF8h1DPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJjF8h1DPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJjF8h1DPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJjF8h1DPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJjF8h1DPD .navbar {
    height: 70px;
  }
  .cid-uJjF8h1DPD .navbar.opened {
    height: auto;
  }
  .cid-uJjF8h1DPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJjFoEOSdV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-04-at-4.33.38-pm-1.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-uJjFoEOSdV svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJjFoEOSdV #e2_shape {
  fill: #191919 !important;
}
.cid-uJjFoEOSdV img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJjFoEOSdV img {
    width: 90%!important;
  }
}
.cid-uJjFoEOSdV H1 {
  color: #fafafa;
}
.cid-uJjG99mJhi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #191919;
}
.cid-uJjG99mJhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjG99mJhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjG99mJhi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJjG99mJhi .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJjG99mJhi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJjG99mJhi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJjG99mJhi .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJjG99mJhi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJjG99mJhi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJjG99mJhi .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJjG99mJhi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJjG99mJhi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJjG99mJhi .card-title {
  color: #b1ad68;
}
.cid-uJjF8hZZ7q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uJjF8hZZ7q .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-uJjF8hZZ7q .mbr-text,
.cid-uJjF8hZZ7q .mbr-section-btn {
  color: #ffffff;
}
.cid-uJjF8hZZ7q .mbr-section-title,
.cid-uJjF8hZZ7q .title-wrapper {
  text-align: center;
}
.cid-uJjF8j6rE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e1d0;
}
.cid-uJjF8j6rE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjF8j6rE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjF8j6rE6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJjF8j6rE6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJjF8j6rE6 .row {
    text-align: center;
  }
  .cid-uJjF8j6rE6 .row > div {
    margin: auto;
  }
  .cid-uJjF8j6rE6 .social-row {
    justify-content: center;
  }
}
.cid-uJjF8j6rE6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJjF8j6rE6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJjF8j6rE6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJjF8j6rE6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uJjF8j6rE6 .mbr-text {
  color: #000000;
}
.cid-uJjF8j6rE6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uJjF8j6rE6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJjF8j6rE6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJjF8j6rE6 H5 {
  color: #000000;
}
.cid-v4eRi96lx8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4eRi96lx8 nav.navbar {
  position: fixed;
}
.cid-v4eRi96lx8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4eRi96lx8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4eRi96lx8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4eRi96lx8 .dropdown-item:hover,
.cid-v4eRi96lx8 .dropdown-item:focus {
  background: #b3b082 !important;
  color: white !important;
}
.cid-v4eRi96lx8 .dropdown-item:hover span {
  color: white;
}
.cid-v4eRi96lx8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4eRi96lx8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4eRi96lx8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4eRi96lx8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4eRi96lx8 .nav-link {
  position: relative;
}
.cid-v4eRi96lx8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4eRi96lx8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v4eRi96lx8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4eRi96lx8 .dropdown-menu,
.cid-v4eRi96lx8 .navbar.opened {
  background: #e2e1d0 !important;
}
.cid-v4eRi96lx8 .nav-item:focus,
.cid-v4eRi96lx8 .nav-link:focus {
  outline: none;
}
.cid-v4eRi96lx8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4eRi96lx8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4eRi96lx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4eRi96lx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4eRi96lx8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4eRi96lx8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4eRi96lx8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e1d0;
}
.cid-v4eRi96lx8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4eRi96lx8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4eRi96lx8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4eRi96lx8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4eRi96lx8 .navbar.collapsed {
  justify-content: center;
}
.cid-v4eRi96lx8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4eRi96lx8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4eRi96lx8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-v4eRi96lx8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4eRi96lx8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4eRi96lx8 .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-v4eRi96lx8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4eRi96lx8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4eRi96lx8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4eRi96lx8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4eRi96lx8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4eRi96lx8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4eRi96lx8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4eRi96lx8 .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-v4eRi96lx8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4eRi96lx8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4eRi96lx8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4eRi96lx8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4eRi96lx8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4eRi96lx8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4eRi96lx8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4eRi96lx8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4eRi96lx8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4eRi96lx8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4eRi96lx8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4eRi96lx8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4eRi96lx8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4eRi96lx8 .dropdown-item.active,
.cid-v4eRi96lx8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4eRi96lx8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4eRi96lx8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4eRi96lx8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4eRi96lx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2e1d0;
}
.cid-v4eRi96lx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4eRi96lx8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4eRi96lx8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4eRi96lx8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4eRi96lx8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4eRi96lx8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4eRi96lx8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4eRi96lx8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4eRi96lx8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4eRi96lx8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4eRi96lx8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4eRi96lx8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4eRi96lx8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4eRi96lx8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4eRi96lx8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4eRi96lx8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4eRi96lx8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4eRi96lx8 .navbar {
    height: 70px;
  }
  .cid-v4eRi96lx8 .navbar.opened {
    height: auto;
  }
  .cid-v4eRi96lx8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4eRia5Bym {
  padding-top: 210px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/gudad.jpg");
}
.cid-v4eRia5Bym h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-v4eRia5Bym span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-v4eRia5Bym .mbr-section-title {
  color: #ffffff;
}
.cid-v4eRiawChY {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-v4eRiawChY .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-v4eRiawChY .mbr-text,
.cid-v4eRiawChY .mbr-section-btn {
  color: #ffffff;
}
.cid-v4eRiawChY .mbr-section-title,
.cid-v4eRiawChY .title-wrapper {
  text-align: center;
}
.cid-v4eRiaU5md {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-v4eRiaU5md .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #b1ad68, #b3b082);
}
.cid-v4eRiaU5md .mbr-text,
.cid-v4eRiaU5md .mbr-section-btn {
  color: #ffffff;
}
.cid-v4eRiaU5md img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4eRiaU5md img {
    width: 96%;
  }
}
.cid-v4eRiaU5md .mbr-section-title,
.cid-v4eRiaU5md .title-wrapper {
  color: #ffffff;
}
.cid-v4f7UfKU49 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-v4f7UfKU49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4f7UfKU49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4f7UfKU49 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4f7UfKU49 .row {
  flex-direction: row-reverse;
}
.cid-v4f7UfKU49 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4f7UfKU49 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v4f7UfKU49 .mbr-section-title {
  color: #fafafa;
}
.cid-v4f7UfKU49 .mbr-text {
  color: #fafafa;
}
.cid-v4f8Dv7FVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-v4f8Dv7FVF .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v4f8Dv7FVF .mbr-text {
  color: #ffffff;
}
.cid-v4eRibtBYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e1d0;
}
.cid-v4eRibtBYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4eRibtBYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4eRibtBYd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4eRibtBYd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4eRibtBYd .row {
    text-align: center;
  }
  .cid-v4eRibtBYd .row > div {
    margin: auto;
  }
  .cid-v4eRibtBYd .social-row {
    justify-content: center;
  }
}
.cid-v4eRibtBYd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4eRibtBYd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4eRibtBYd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4eRibtBYd .list {
    margin-bottom: 0rem;
  }
}
.cid-v4eRibtBYd .mbr-text {
  color: #000000;
}
.cid-v4eRibtBYd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4eRibtBYd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4eRibtBYd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4eRibtBYd H5 {
  color: #000000;
}
