.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f7f7f7;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #7787a5 !important;
}
.bg-info {
  background-color: #a6a99c !important;
}
.bg-warning {
  background-color: #757b62 !important;
}
.bg-danger {
  background-color: #edefeb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #757b62 !important;
  border-color: #757b62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7787a5;
  color: #7787a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4f5d77 !important;
  background-color: transparent !important;
  border-color: #4f5d77 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #757b62;
  color: #757b62;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474b3c !important;
  background-color: transparent !important;
  border-color: #474b3c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #757b62 !important;
  border-color: #757b62 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #a6a99c !important;
}
.text-success {
  color: #7787a5 !important;
}
.text-info {
  color: #a6a99c !important;
}
.text-warning {
  color: #757b62 !important;
}
.text-danger {
  color: #edefeb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #747768 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #48556e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #747768 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3f4235 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bac2b2 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a6a99c;
}
.alert-warning {
  background-color: #757b62;
}
.alert-danger {
  background-color: #edefeb;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4cbd8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e3e4e0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b7a5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #232323 !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: #a6a99c !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='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ujmxseyROJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujmxseyROJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujmxseyROJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujmxseyROJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ujmxseyROJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ujmxseyROJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujmxseyROJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujmxseyROJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujmxseyROJ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ujmxseyROJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-ujmxseyROJ .nav-item:focus,
.cid-ujmxseyROJ .nav-link:focus {
  outline: none;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujmxseyROJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujmxseyROJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujmxseyROJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujmxseyROJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujmxseyROJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujmxseyROJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ujmxseyROJ .navbar.collapsed {
  justify-content: center;
}
.cid-ujmxseyROJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujmxseyROJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujmxseyROJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar {
    min-height: 72px;
  }
  .cid-ujmxseyROJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujmxseyROJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujmxseyROJ .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-ujmxseyROJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujmxseyROJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujmxseyROJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujmxseyROJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujmxseyROJ .dropdown-item.active,
.cid-ujmxseyROJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujmxseyROJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujmxseyROJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujmxseyROJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .navbar-buttons {
    text-align: left;
  }
}
.cid-ujmxseyROJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujmxseyROJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujmxseyROJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujmxseyROJ .navbar {
    height: 70px;
  }
  .cid-ujmxseyROJ .navbar.opened {
    height: auto;
  }
  .cid-ujmxseyROJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujmxseyROJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujmxseyROJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar-brand {
    margin-right: auto;
  }
  .cid-ujmxseyROJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujmxseyROJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujmxseyROJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-udubWMugOo {
  display: flex;
}
@media (min-width: 768px) {
  .cid-udubWMugOo {
    align-items: flex-end;
  }
  .cid-udubWMugOo .row {
    justify-content: flex-start;
  }
  .cid-udubWMugOo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udubWMugOo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udubWMugOo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-udubWMugOo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udubWMugOo .content-wrap {
    width: 100%;
  }
}
.cid-udubWMugOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-udubWMugOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-udubWMugOo .mbr-section-title,
.cid-udubWMugOo .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-udubWMugOo .mbr-text,
.cid-udubWMugOo .mbr-section-btn {
  text-align: left;
}
.cid-udubWMuDEI {
  background-image: url("../../../assets/images/rezachillhouse-logo-white-with-black-background-5000x5000-128x128.webp");
}
.cid-udubWMuDEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udubWMuDEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-udubWMuDEI .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-udubWMuDEI .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-udubWMuDEI .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-udubWMuDEI .card-wrapper {
  background: #ffffff;
}
.cid-udubWMuDEI .mbr-text,
.cid-udubWMuDEI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-udubWMuDEI .card-title,
.cid-udubWMuDEI .card-box {
  text-align: left;
  color: #000000;
}
.cid-udubWMv83O {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-6741.webp");
}
.cid-udubWMv83O .mbr-fallback-image.disabled {
  display: none;
}
.cid-udubWMv83O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udubWMv83O .title .num {
  width: 100%;
  display: block;
}
.cid-udubWMv83O .title .card-title {
  z-index: 1;
}
.cid-udubWMv83O .num {
  color: #edefeb;
  text-align: center;
}
.cid-udubWMv83O .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udubWMv83O * {
    text-align: center !important;
  }
  .cid-udubWMv83O .content-column {
    margin-bottom: 2rem;
  }
}
.cid-udubWMv83O .content-head {
  max-width: 800px;
}
.cid-udubWMv83O .card-text {
  text-align: center;
}
.cid-udubWMv83O .card-title,
.cid-udubWMv83O .card-img {
  text-align: center;
  color: #0c2c68;
}
.cid-udubWMv83O .mbr-section-title,
.cid-udubWMv83O .card-box {
  color: #0c2c68;
}
.cid-uf7Ia2OB6u {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/img-5176-2000x2667.webp");
}
@media (max-width: 768px) {
  .cid-uf7Ia2OB6u .mbr-text,
  .cid-uf7Ia2OB6u .mbr-section-subtitle,
  .cid-uf7Ia2OB6u .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uf7Ia2OB6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf7Ia2OB6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uezNqE8qOY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uezNqE8qOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezNqE8qOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uezNqE8qOY .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uezNqE8qOY .mbr-iconfont {
  font-size: 3rem;
  color: #502274;
  padding-right: 1.5rem;
}
.cid-uezNqE8qOY img {
  height: 250px;
  object-fit: cover;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.cid-udubWMvEf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udubWMvEf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 767px) {
  .cid-udubWMvEf8 .image-wrapper {
    flex-direction: column;
  }
  .cid-udubWMvEf8 .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-udubWMvEf8 .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-udubWMvEf8 img,
.cid-udubWMvEf8 .item-img {
  width: 100%;
}
.cid-udubWMvEf8 .card-wrapper {
  background: #a6a99c;
}
.cid-udubWMvEf8 .mbr-text,
.cid-udubWMvEf8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-udubWMvEf8 .card-title,
.cid-udubWMvEf8 .card-box {
  color: #232323;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udubWMvEf8 .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udubWMvEf8 .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-udubWMvEf8 .card-content-text {
    padding: 4rem;
  }
}
.cid-udubWMuBwH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-udubWMuBwH .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-udubWMuBwH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udubWMuBwH .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udubWMuBwH .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-udubWMuBwH .card-title,
.cid-udubWMuBwH .iconfont-wrapper {
  color: #000000;
}
.cid-udubWMuBwH .card-text {
  color: #000000;
  text-align: left;
}
.cid-udubWMuBwH .content-head {
  max-width: 800px;
}
.cid-udubWMuBwH .mbr-section-title {
  color: #000000;
}
.cid-udubWMuBwH .card-title,
.cid-udubWMuBwH .img-wrapper {
  text-align: center;
}
.cid-udubWMuBwH .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-udubWMwhPH {
  background-color: transparent;
}
.cid-udubWMwhPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-udubWMwhPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udubWMwhPH .row-reverse {
  flex-direction: row-reverse;
}
.cid-udubWMwhPH .row {
  flex-direction: row-reverse;
}
.cid-udubWMwhPH .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-udubWMwhPH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udubWMwhPH .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-udubWMwhPH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udubWMwhPH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udubWMwhPH .mbr-section-title {
  color: #000000;
}
.cid-udubWMwhPH .mbr-text,
.cid-udubWMwhPH .mbr-section-btn {
  color: #000000;
}
.cid-udubWMwhPH img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-udubWMwhPH img {
    height: 15rem;
  }
}
.cid-udubWMwATg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-udubWMwATg .mbr-text {
  color: #000000;
}
.cid-udubWMwATg .mbr-section-subtitle {
  color: #000000;
}
.cid-udubWMwATg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udubWMwATg .mbr-text,
.cid-udubWMwATg .item .mbr-section-btn {
  text-align: left;
}
.cid-udubWMwATg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udubWMwATg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udubWMwATg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-udubWMw8Rq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udubWMw8Rq .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-udubWMw8Rq img,
.cid-udubWMw8Rq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-udubWMw8Rq .item:focus,
.cid-udubWMw8Rq span:focus {
  outline: none;
}
.cid-udubWMw8Rq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udubWMw8Rq .item {
    margin-bottom: 1rem;
  }
}
.cid-udubWMw8Rq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-udubWMw8Rq .mbr-section-title {
  color: #232323;
}
.cid-udubWMw8Rq .mbr-text,
.cid-udubWMw8Rq .mbr-section-btn {
  color: #232323;
}
.cid-udubWMw8Rq .item-title {
  color: #232323;
}
.cid-udubWMw8Rq .content-head {
  max-width: 800px;
}
.cid-udubWMwyQN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-330.webp");
}
.cid-udubWMwyQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udubWMwyQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udubWMwyQN .card-wrapper {
  background: #a6a99c;
}
@media (max-width: 767px) {
  .cid-udubWMwyQN .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udubWMwyQN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-udubWMwyQN .card-wrapper {
    padding: 4rem;
  }
}
.cid-udubWMwyQN .mbr-text,
.cid-udubWMwyQN .mbr-section-btn {
  text-align: center;
}
.cid-udubWMwyQN .card-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-udubWMxn4z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udubWMxn4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-udubWMxn4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udubWMxn4z .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udubWMxn4z .bg-facebook:hover {
  background: #0b60cb;
}
.cid-udubWMxn4z .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-udubWMxn4z .bg-instagram:hover {
  background: #bd005c;
}
.cid-udubWMxn4z .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-udubWMxn4z [class^="socicon-"]:before,
.cid-udubWMxn4z [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-udubWMx1b2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udubWMx1b2 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-udubWMx1b2 img,
.cid-udubWMx1b2 .item-img {
  width: 100%;
}
.cid-udubWMx1b2 .item:focus,
.cid-udubWMx1b2 span:focus {
  outline: none;
}
.cid-udubWMx1b2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-udubWMx1b2 .item {
    margin-bottom: 1rem;
  }
}
.cid-udubWMx1b2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-udubWMx1b2 .mbr-section-title {
  color: #000000;
}
.cid-udubWMx1b2 .mbr-text,
.cid-udubWMx1b2 .mbr-section-btn {
  color: #000000;
}
.cid-udubWMx1b2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-udubWMx1b2 .content-head {
  max-width: 800px;
}
.cid-udubWMxfJF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-udubWMxfJF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-udubWMxfJF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-udubWMxfJF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-udubWMxfJF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-udubWMxfJF .content-head {
  max-width: 800px;
}
.cid-udubWMx2Ps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-udubWMx2Ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-udubWMx2Ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udubWMx2Ps .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udubWMx2Ps .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-udubWMx2Ps .google-map {
  height: 100%;
  position: relative;
}
.cid-udubWMx2Ps .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-udubWMx2Ps .google-map iframe {
    min-height: 350px;
  }
}
.cid-udubWMx2Ps .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udubWMx2Ps .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udubWMx2Ps .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udubWMx2Ps .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udubWMx2Ps .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-udubWMx2Ps .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-udubWMx2Ps ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-udubWMx2Ps .content-head {
  max-width: 800px;
}
.cid-udubWMx2Ps .list,
.cid-udubWMx2Ps .item-wrap {
  text-align: left;
}
.cid-ugh7jFrcN2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-ugh7jFrcN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugh7jFrcN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugh7jFrcN2 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-ugh7jFrcN2 a {
  position: relative;
  width: fit-content;
}
.cid-ugh7jFrcN2 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-ugh7jFrcN2 a:hover:before {
  width: 0;
}
.cid-ugh7jFrcN2 .copyright {
  color: #232323;
}
.cid-ugh7jFrcN2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugh7jFrcN2 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 p {
    text-align: center;
  }
}
.cid-uh6q2UlZda.popup-builder {
  background-color: #ffffff;
}
.cid-uh6q2UlZda.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh6q2UlZda.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh6q2UlZda .modal-content,
.cid-uh6q2UlZda .modal-dialog {
  height: auto;
}
.cid-uh6q2UlZda .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh6q2UlZda .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh6q2UlZda .form-wrapper .mbr-form .form-group,
  .cid-uh6q2UlZda .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh6q2UlZda .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh6q2UlZda .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uh6q2UlZda .mbr-text {
  text-align: center;
}
.cid-uh6q2UlZda .pt-0 {
  padding-top: 0 !important;
}
.cid-uh6q2UlZda .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh6q2UlZda .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh6q2UlZda .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh6q2UlZda .modal-open {
  overflow: hidden;
}
.cid-uh6q2UlZda .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh6q2UlZda .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh6q2UlZda .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh6q2UlZda .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uh6q2UlZda .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh6q2UlZda .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh6q2UlZda .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh6q2UlZda .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uh6q2UlZda .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh6q2UlZda .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh6q2UlZda .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh6q2UlZda .modal-backdrop.show {
  opacity: .5;
}
.cid-uh6q2UlZda .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uh6q2UlZda .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6q2UlZda .modal-header {
    padding: 1rem;
  }
}
.cid-uh6q2UlZda .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh6q2UlZda .modal-header .close svg {
  fill: #353535;
}
.cid-uh6q2UlZda .modal-header .close:hover {
  opacity: 1;
}
.cid-uh6q2UlZda .modal-header .close:focus {
  outline: none;
}
.cid-uh6q2UlZda .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uh6q2UlZda .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh6q2UlZda .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6q2UlZda .modal-body {
    padding: 1rem;
  }
}
.cid-uh6q2UlZda .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh6q2UlZda .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6q2UlZda .modal-footer {
    padding: 1rem;
  }
}
.cid-uh6q2UlZda .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh6q2UlZda .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh6q2UlZda .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh6q2UlZda .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh6q2UlZda .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh6q2UlZda .modal-lg,
  .cid-uh6q2UlZda .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh6q2UlZda .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh6q2UlZda .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh6q2UlZda .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uh6q2UlZda .form-group {
  margin-bottom: 1rem;
}
.cid-uh6q2UlZda .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh6q2UlZda .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh6q2UlZda .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uh6q2UlZda .mbr-section-btn {
  margin: 0;
}
.cid-uh6q2UlZda .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujmxseyROJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujmxseyROJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujmxseyROJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujmxseyROJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ujmxseyROJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ujmxseyROJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujmxseyROJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujmxseyROJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujmxseyROJ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ujmxseyROJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-ujmxseyROJ .nav-item:focus,
.cid-ujmxseyROJ .nav-link:focus {
  outline: none;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujmxseyROJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujmxseyROJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujmxseyROJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujmxseyROJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujmxseyROJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujmxseyROJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ujmxseyROJ .navbar.collapsed {
  justify-content: center;
}
.cid-ujmxseyROJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujmxseyROJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujmxseyROJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar {
    min-height: 72px;
  }
  .cid-ujmxseyROJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujmxseyROJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujmxseyROJ .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-ujmxseyROJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujmxseyROJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujmxseyROJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujmxseyROJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujmxseyROJ .dropdown-item.active,
.cid-ujmxseyROJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujmxseyROJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujmxseyROJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujmxseyROJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .navbar-buttons {
    text-align: left;
  }
}
.cid-ujmxseyROJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujmxseyROJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujmxseyROJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujmxseyROJ .navbar {
    height: 70px;
  }
  .cid-ujmxseyROJ .navbar.opened {
    height: auto;
  }
  .cid-ujmxseyROJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujmxseyROJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujmxseyROJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar-brand {
    margin-right: auto;
  }
  .cid-ujmxseyROJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujmxseyROJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujmxseyROJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ueQmkEDXFu {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ueQmkEDXFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueQmkEDXFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueQmkEDXFu .row {
  justify-content: center;
}
.cid-ueQmkEDXFu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ueQmkEDXFu .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-ueQmkEDXFu .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-ueQmkEDXFu .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueQmkEDXFu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueQmkEDXFu .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueQmkEDXFu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueQmkEDXFu .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-ueQmkEDXFu .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-ueQmkEDXFu .content-wrapper .list .item-wrap:hover,
.cid-ueQmkEDXFu .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-ueQmkEDXFu .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-ueQmkEDXFu .mbr-section-title {
  color: #ffffff;
}
.cid-ueQmkEDXFu .mbr-text {
  color: #d2d2df;
}
.cid-ueQmkEDXFu .list {
  color: #d2d2df;
}
.cid-ueQmoEGeW7 {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ueQmoEGeW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueQmoEGeW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueQmoEGeW7 .row {
  justify-content: center;
}
.cid-ueQmoEGeW7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ueQmoEGeW7 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-ueQmoEGeW7 .container {
    padding: 0 15px;
  }
}
.cid-ueQmoEGeW7 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-ueQmoEGeW7 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-ueQmoEGeW7 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ueQmoEGeW7 .image-wrapper img {
    height: 400px;
  }
}
.cid-ueQmoEGeW7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ueQmoEGeW7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueQmoEGeW7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueQmoEGeW7 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ueQmoEGeW7 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ueQmoEGeW7 .mbr-section-title {
  color: #ffffff;
}
.cid-ueQmoEGeW7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ueQmoEGeW7 .mbr-text {
  color: #d2d2df;
}
.cid-ueQmoEGeW7 .mbr-text P {
  text-align: left;
}
.cid-ueQmoEGeW7 P {
  color: #ffffff;
}
.cid-uggKIVA2hC {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #212132;
}
.cid-uggKIVA2hC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggKIVA2hC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggKIVA2hC .container {
  max-width: 1280px;
}
.cid-uggKIVA2hC .row {
  justify-content: flex-start;
}
.cid-uggKIVA2hC .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #a6a99c;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uggKIVA2hC .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uggKIVA2hC .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uggKIVA2hC .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uggKIVA2hC .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uggKIVA2hC .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uggKIVA2hC .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uggKIVA2hC .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uggKIVA2hC .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-uggKIVA2hC .mbr-section-title DIV {
  text-align: left;
}
.cid-uggKIVA2hC .mbr-section-title P {
  text-align: center;
}
.cid-uggJJcKxRI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-6923.webp");
}
.cid-uggJJcKxRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggJJcKxRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggJJcKxRI .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uggJJcKxRI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uggJJcKxRI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uggJJcKxRI .card-wrapper {
    padding: 4rem;
  }
}
.cid-uggJJcKxRI .mbr-text,
.cid-uggJJcKxRI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uggJJcKxRI .card-title,
.cid-uggJJcKxRI .card-box {
  text-align: left;
  color: #000000;
}
.cid-uggJNLSJlr {
  background-image: url("../../../assets/images/img-6923.webp");
}
.cid-uggJNLSJlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggJNLSJlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uggJNLSJlr .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uggJNLSJlr .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uggJNLSJlr .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uggJNLSJlr .card-wrapper {
  background: #ffffff;
}
.cid-uggJNLSJlr .mbr-text,
.cid-uggJNLSJlr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uggJNLSJlr .card-title,
.cid-uggJNLSJlr .card-box {
  text-align: left;
  color: #000000;
}
.cid-ugh7jFrcN2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-ugh7jFrcN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugh7jFrcN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugh7jFrcN2 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-ugh7jFrcN2 a {
  position: relative;
  width: fit-content;
}
.cid-ugh7jFrcN2 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-ugh7jFrcN2 a:hover:before {
  width: 0;
}
.cid-ugh7jFrcN2 .copyright {
  color: #232323;
}
.cid-ugh7jFrcN2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugh7jFrcN2 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 p {
    text-align: center;
  }
}
.cid-ujmxseyROJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujmxseyROJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujmxseyROJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujmxseyROJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ujmxseyROJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ujmxseyROJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujmxseyROJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujmxseyROJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujmxseyROJ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ujmxseyROJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-ujmxseyROJ .nav-item:focus,
.cid-ujmxseyROJ .nav-link:focus {
  outline: none;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujmxseyROJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujmxseyROJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujmxseyROJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujmxseyROJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujmxseyROJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujmxseyROJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ujmxseyROJ .navbar.collapsed {
  justify-content: center;
}
.cid-ujmxseyROJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujmxseyROJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujmxseyROJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar {
    min-height: 72px;
  }
  .cid-ujmxseyROJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujmxseyROJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujmxseyROJ .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-ujmxseyROJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujmxseyROJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujmxseyROJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujmxseyROJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujmxseyROJ .dropdown-item.active,
.cid-ujmxseyROJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujmxseyROJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujmxseyROJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujmxseyROJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .navbar-buttons {
    text-align: left;
  }
}
.cid-ujmxseyROJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujmxseyROJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujmxseyROJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujmxseyROJ .navbar {
    height: 70px;
  }
  .cid-ujmxseyROJ .navbar.opened {
    height: auto;
  }
  .cid-ujmxseyROJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujmxseyROJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujmxseyROJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar-brand {
    margin-right: auto;
  }
  .cid-ujmxseyROJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujmxseyROJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujmxseyROJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf7Qjr3Epg {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3.webp");
}
.cid-uf7Qjr3Epg .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-uf7Qjr3Epg .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-uf7Qjr3Epg .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-uf7QHxp1vD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/262e57d3-69a7-44d3-96de-06cd33b658c1-1440x1080.webp");
}
.cid-uf7QHxp1vD .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-uf7QHxp1vD .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uf7QHxp1vD .card {
  position: relative;
}
.cid-uf7QHxp1vD .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-uf7QHxp1vD .card:hover:before {
  opacity: 0.9;
}
.cid-uf7QHxp1vD .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-uf7QHxp1vD .mbr-text {
  color: #000000;
}
.cid-uf7QHxp1vD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf7QHxp1vD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf81YnyvSo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-uf81YnyvSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf81YnyvSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uf81YnyvSo .container-fluid {
    padding: 0;
  }
}
.cid-uf81YnyvSo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uf81YnyvSo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uf81YnyvSo .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uf81YnyvSo .embla__button--next,
.cid-uf81YnyvSo .embla__button--prev {
  display: flex;
}
.cid-uf81YnyvSo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uf81YnyvSo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uf81YnyvSo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uf81YnyvSo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uf81YnyvSo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf81YnyvSo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uf81YnyvSo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uf81YnyvSo .embla {
  position: relative;
  width: 100%;
}
.cid-uf81YnyvSo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uf81YnyvSo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uf81YnyvSo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uf81YnyvSo .embla__slide a {
  cursor: grab;
}
.cid-uf81YnyvSo .embla__slide a:active {
  cursor: grabbing;
}
.cid-uf81YnyvSo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uf81YnyvSo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uf81YnyvSo .mbr-section-title {
  color: #232323;
}
.cid-uf81YnyvSo .mbr-section-subtitle {
  color: #232323;
}
.cid-uf81YnyvSo .mbr-box {
  color: #ffffff;
}
.cid-uf81YnyvSo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uf81YnyvSo img,
.cid-uf81YnyvSo .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uf81YnyvSo .item-wrapper {
  position: relative;
}
.cid-uf81YnyvSo .content-head {
  max-width: 800px;
}
.cid-uf81TSuuK7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uf81TSuuK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf81TSuuK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf81TSuuK7 .mbr-side-description {
  text-align: left;
}
.cid-uf7QK3wED6 {
  padding-top: 165px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uf7QK3wED6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uf7QK3wED6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uf7QK3wED6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uf7QK3wED6 h3:before,
  .cid-uf7QK3wED6 h3:after {
    display: none;
  }
}
.cid-uf7QK3wED6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf7QK3wED6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugh7jFrcN2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-ugh7jFrcN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugh7jFrcN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugh7jFrcN2 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-ugh7jFrcN2 a {
  position: relative;
  width: fit-content;
}
.cid-ugh7jFrcN2 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-ugh7jFrcN2 a:hover:before {
  width: 0;
}
.cid-ugh7jFrcN2 .copyright {
  color: #232323;
}
.cid-ugh7jFrcN2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugh7jFrcN2 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 p {
    text-align: center;
  }
}
.cid-ujmxseyROJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujmxseyROJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujmxseyROJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujmxseyROJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ujmxseyROJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ujmxseyROJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujmxseyROJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujmxseyROJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujmxseyROJ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ujmxseyROJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-ujmxseyROJ .nav-item:focus,
.cid-ujmxseyROJ .nav-link:focus {
  outline: none;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujmxseyROJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujmxseyROJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujmxseyROJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujmxseyROJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujmxseyROJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujmxseyROJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ujmxseyROJ .navbar.collapsed {
  justify-content: center;
}
.cid-ujmxseyROJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujmxseyROJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujmxseyROJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar {
    min-height: 72px;
  }
  .cid-ujmxseyROJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujmxseyROJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujmxseyROJ .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-ujmxseyROJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujmxseyROJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujmxseyROJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujmxseyROJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujmxseyROJ .dropdown-item.active,
.cid-ujmxseyROJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujmxseyROJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujmxseyROJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujmxseyROJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .navbar-buttons {
    text-align: left;
  }
}
.cid-ujmxseyROJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujmxseyROJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujmxseyROJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujmxseyROJ .navbar {
    height: 70px;
  }
  .cid-ujmxseyROJ .navbar.opened {
    height: auto;
  }
  .cid-ujmxseyROJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujmxseyROJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujmxseyROJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar-brand {
    margin-right: auto;
  }
  .cid-ujmxseyROJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujmxseyROJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujmxseyROJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf8cfSmIEE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-4349.webp");
}
.cid-uf8cfSmIEE H1 {
  color: #e2090d;
}
.cid-uf8cfSmIEE h1 {
  background: linear-gradient(to left, #a6a99c, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uf8cfSmIEE img {
  width: 100%;
}
.cid-uf8cfSmIEE .mbr-text,
.cid-uf8cfSmIEE .mbr-section-btn {
  color: #999999;
}
.cid-uf8cfSmIEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8cfSmIEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8fUJwa4T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/photo-1455849318743-b2233052fcff.webp");
}
.cid-uf8fUJwa4T .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uf8fUJwa4T .card-wrapper {
    padding: 0;
  }
}
.cid-uf8fUJwa4T img {
  width: 100%;
}
.cid-uf8fUJwa4T .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #a6a99c, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uf8fUJwa4T .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #a6a99c, #232323);
}
.cid-uf8fUJwa4T .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uf8fUJwa4T h4 {
  margin: 0;
}
.cid-uf8fUJwa4T .card-text {
  color: #ffffff;
}
.cid-uf8fUJwa4T .mbr-text {
  color: #000000;
}
.cid-uf8fUJwa4T .card-title {
  color: #000000;
}
@media (min-width: 1200px) {
  .cid-uf8fUJwa4T .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uf8fUJwa4T .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uf8fUJwa4T .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uf8fUJwa4T .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uf8fUJwa4T H3 {
  color: #787324;
}
.cid-uf8fUJwa4T .mbr-section-title,
.cid-uf8fUJwa4T .title-wrapper {
  color: #ffffff;
}
.cid-uf8fUJwa4T .mbr-text,
.cid-uf8fUJwa4T .mbr-section-btn {
  color: #000000;
}
.cid-uf8fUJwa4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8fUJwa4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8hZtRG9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uf8hZtRG9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8hZtRG9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uf8hZtRG9x .container {
    padding: 0 24px;
  }
}
.cid-uf8hZtRG9x .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uf8hZtRG9x .content-wrapper {
    padding: 24px;
  }
}
.cid-uf8hZtRG9x .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uf8hZtRG9x .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf8hZtRG9x .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uf8hZtRG9x .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uf8hZtRG9x .mbr-section-title {
  color: #F9F6E0;
}
.cid-uf8hZtRG9x .mbr-text {
  color: #F9F6E0;
}
.cid-uf8eC0HY7M {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uf8eC0HY7M img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uf8eC0HY7M .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uf8eC0HY7M .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uf8eC0HY7M .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, #a6a99c, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uf8eC0HY7M .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uf8eC0HY7M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uf8eC0HY7M .first:hover:before {
  content: none;
}
.cid-uf8eC0HY7M .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #a6a99c, #232323);
  content: "";
}
.cid-uf8eC0HY7M .last:hover:after {
  content: none;
}
.cid-uf8eC0HY7M .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #a6a99c, #232323);
  content: "";
}
.cid-uf8eC0HY7M .mbr-section-text {
  color: #999999;
}
.cid-uf8eC0HY7M .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uf8eC0HY7M .card .img-wrapper {
  overflow: hidden;
}
.cid-uf8eC0HY7M .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uf8eC0HY7M .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uf8eC0HY7M .card:hover .card-wrapper {
  background: linear-gradient(to left, #a6a99c, #232323);
  color: #ffffff !important;
}
.cid-uf8eC0HY7M .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uf8eC0HY7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8eC0HY7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf9xSi3Lr7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-uf9xSi3Lr7 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uf9xSi3Lr7 .item p {
  margin: 0;
}
.cid-uf9xSi3Lr7 .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uf9xSi3Lr7 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uf9xSi3Lr7 .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uf9xSi3Lr7 .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uf9xSi3Lr7 .icon-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, #a6a99c, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uf9xSi3Lr7 .card-text {
  color: #999999;
}
.cid-uf9xSi3Lr7 .item-text {
  color: #ffffff;
}
.cid-uf9xSi3Lr7 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uf9xSi3Lr7 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uf9xSi3Lr7 .card:hover .icon-wrapper .mbr-iconfont,
.cid-uf9xSi3Lr7 .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uf9xSi3Lr7 .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uf9xSi3Lr7 .card:hover .card-wrapper {
  background: linear-gradient(to left, #a6a99c, #232323);
  color: #ffffff !important;
}
.cid-uf9xSi3Lr7 .card:hover .card-wrapper .price,
.cid-uf9xSi3Lr7 .card:hover .card-wrapper .item-text,
.cid-uf9xSi3Lr7 .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uf9xSi3Lr7 .item-text,
.cid-uf9xSi3Lr7 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-uf9xSi3Lr7 .main-text {
  color: #999999;
}
.cid-uf9xSi3Lr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf9xSi3Lr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf9Suyx9aF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uf9Suyx9aF .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uf9Suyx9aF .item p {
  margin: 0;
}
.cid-uf9Suyx9aF .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uf9Suyx9aF .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uf9Suyx9aF .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uf9Suyx9aF .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uf9Suyx9aF .icon-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, #a6a99c, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uf9Suyx9aF .card-text {
  color: #999999;
}
.cid-uf9Suyx9aF .item-text {
  color: #ffffff;
}
.cid-uf9Suyx9aF .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uf9Suyx9aF .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uf9Suyx9aF .card:hover .icon-wrapper .mbr-iconfont,
.cid-uf9Suyx9aF .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uf9Suyx9aF .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uf9Suyx9aF .card:hover .card-wrapper {
  background: linear-gradient(to left, #a6a99c, #232323);
  color: #ffffff !important;
}
.cid-uf9Suyx9aF .card:hover .card-wrapper .price,
.cid-uf9Suyx9aF .card:hover .card-wrapper .item-text,
.cid-uf9Suyx9aF .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uf9Suyx9aF .item-text,
.cid-uf9Suyx9aF .item-icon {
  color: #999999;
}
.cid-uf9Suyx9aF .main-text {
  color: #999999;
}
.cid-uf9Suyx9aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf9Suyx9aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8qtseD9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-uf8qtseD9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8qtseD9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uf8qtseD9r .container {
    padding: 0 24px;
  }
}
.cid-uf8qtseD9r .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uf8qtseD9r .content-wrapper {
    padding: 24px;
  }
}
.cid-uf8qtseD9r .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uf8qtseD9r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf8qtseD9r .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uf8qtseD9r .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uf8qtseD9r .mbr-section-title {
  color: #F9F6E0;
}
.cid-uf8qtseD9r .mbr-text {
  color: #F9F6E0;
}
.cid-uf8quS9VLO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-uf8quS9VLO .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uf8quS9VLO .item p {
  margin: 0;
}
.cid-uf8quS9VLO .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uf8quS9VLO .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uf8quS9VLO .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uf8quS9VLO .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uf8quS9VLO .icon-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, #a6a99c, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uf8quS9VLO .card-text {
  color: #999999;
}
.cid-uf8quS9VLO .item-text {
  color: #ffffff;
}
.cid-uf8quS9VLO .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uf8quS9VLO .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uf8quS9VLO .card:hover .icon-wrapper .mbr-iconfont,
.cid-uf8quS9VLO .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uf8quS9VLO .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uf8quS9VLO .card:hover .card-wrapper {
  background: linear-gradient(to left, #a6a99c, #232323);
  color: #ffffff !important;
}
.cid-uf8quS9VLO .card:hover .card-wrapper .price,
.cid-uf8quS9VLO .card:hover .card-wrapper .item-text,
.cid-uf8quS9VLO .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uf8quS9VLO .item-text,
.cid-uf8quS9VLO .item-icon {
  color: #999999;
}
.cid-uf8quS9VLO .main-text {
  color: #999999;
}
.cid-uf8quS9VLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8quS9VLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8qC1ICBd {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uf8qC1ICBd .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uf8qC1ICBd .item p {
  margin: 0;
}
.cid-uf8qC1ICBd .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uf8qC1ICBd .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uf8qC1ICBd .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uf8qC1ICBd .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uf8qC1ICBd .icon-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, #a6a99c, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uf8qC1ICBd .card-text {
  color: #999999;
}
.cid-uf8qC1ICBd .item-text {
  color: #ffffff;
}
.cid-uf8qC1ICBd .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uf8qC1ICBd .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uf8qC1ICBd .card:hover .icon-wrapper .mbr-iconfont,
.cid-uf8qC1ICBd .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uf8qC1ICBd .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uf8qC1ICBd .card:hover .card-wrapper {
  background: linear-gradient(to left, #a6a99c, #232323);
  color: #ffffff !important;
}
.cid-uf8qC1ICBd .card:hover .card-wrapper .price,
.cid-uf8qC1ICBd .card:hover .card-wrapper .item-text,
.cid-uf8qC1ICBd .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uf8qC1ICBd .item-text,
.cid-uf8qC1ICBd .item-icon {
  color: #999999;
}
.cid-uf8qC1ICBd .main-text {
  color: #999999;
}
.cid-uf8qC1ICBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8qC1ICBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8thJZnwa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dcd7d0;
}
.cid-uf8thJZnwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8thJZnwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8thJZnwa h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uf8thJZnwa .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uf8thJZnwa .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #232323;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uf8thJZnwa .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #a6a99c;
  font-size: 1.5rem;
}
.cid-uf8thJZnwa .mbr-section-title {
  color: #04492e;
}
.cid-uf8thJZnwa .mbr-text,
.cid-uf8thJZnwa .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uf8thJZnwa .mbr-section-subtitle,
.cid-uf8thJZnwa .align-wrapper {
  color: #04492e;
}
.cid-uf8tkmfbnQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uf8tkmfbnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8tkmfbnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uf8tkmfbnQ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uf8tkmfbnQ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uf8tkmfbnQ .google-map {
  height: 100%;
  position: relative;
}
.cid-uf8tkmfbnQ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uf8tkmfbnQ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uf8tkmfbnQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uf8tkmfbnQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uf8tkmfbnQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uf8tkmfbnQ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uf8tkmfbnQ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uf8tkmfbnQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uf8tkmfbnQ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uf8tkmfbnQ .content-head {
  max-width: 800px;
}
.cid-uf8tkmfbnQ .list,
.cid-uf8tkmfbnQ .item-wrap {
  text-align: left;
}
.cid-ugh7jFrcN2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-ugh7jFrcN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugh7jFrcN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugh7jFrcN2 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-ugh7jFrcN2 a {
  position: relative;
  width: fit-content;
}
.cid-ugh7jFrcN2 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-ugh7jFrcN2 a:hover:before {
  width: 0;
}
.cid-ugh7jFrcN2 .copyright {
  color: #232323;
}
.cid-ugh7jFrcN2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugh7jFrcN2 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 p {
    text-align: center;
  }
}
.cid-ujmxseyROJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujmxseyROJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujmxseyROJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujmxseyROJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ujmxseyROJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ujmxseyROJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujmxseyROJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujmxseyROJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujmxseyROJ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ujmxseyROJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-ujmxseyROJ .nav-item:focus,
.cid-ujmxseyROJ .nav-link:focus {
  outline: none;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujmxseyROJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujmxseyROJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujmxseyROJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujmxseyROJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujmxseyROJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujmxseyROJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ujmxseyROJ .navbar.collapsed {
  justify-content: center;
}
.cid-ujmxseyROJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujmxseyROJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujmxseyROJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar {
    min-height: 72px;
  }
  .cid-ujmxseyROJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujmxseyROJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujmxseyROJ .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-ujmxseyROJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujmxseyROJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujmxseyROJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujmxseyROJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujmxseyROJ .dropdown-item.active,
.cid-ujmxseyROJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujmxseyROJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujmxseyROJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujmxseyROJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .navbar-buttons {
    text-align: left;
  }
}
.cid-ujmxseyROJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujmxseyROJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujmxseyROJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujmxseyROJ .navbar {
    height: 70px;
  }
  .cid-ujmxseyROJ .navbar.opened {
    height: auto;
  }
  .cid-ujmxseyROJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujmxseyROJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujmxseyROJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar-brand {
    margin-right: auto;
  }
  .cid-ujmxseyROJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujmxseyROJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujmxseyROJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uh0eoC2kfO {
  background-color: #f5db6e;
  position: relative;
}
.cid-uh0eoC2kfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0eoC2kfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0eoC2kfO .container,
.cid-uh0eoC2kfO .container-fluid {
  position: static;
}
.cid-uh0eoC2kfO .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uh0eoC2kfO .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uh0eoC2kfO .mbr-section-subtitle {
  color: #131313;
}
.cid-uh0eoC2kfO .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uh0eoC2kfO .mbr-text {
    margin-top: 18px;
  }
}
.cid-uh0eoC2kfO .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uh0eoC2kfO .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uh0eoC2kfO .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-uh0eoC2kfO .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uh0eoC2kfO .item-img {
    display: none;
  }
}
.cid-uh0d211m5p {
  background-color: #f0f0f0;
}
.cid-uh0d211m5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0d211m5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0d211m5p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uh0d211m5p .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uh0d211m5p .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh0d211m5p .container {
    padding: 0 16px;
  }
}
.cid-uh0d211m5p .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uh0d211m5p .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uh0d211m5p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uh0d211m5p .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uh0d211m5p .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uh0d211m5p .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-uh0d211m5p .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uh0d211m5p .text-wrapper {
    margin-top: 32px;
  }
}
.cid-uh0d211m5p .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uh0d211m5p .mbr-section-title {
  color: #080808;
}
.cid-uh0d211m5p .mbr-text {
  color: #333333;
}
.cid-uh6jB24Lb0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh6jB24Lb0 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-uh6jB24Lb0 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-uh6jB24Lb0 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-uh6jB24Lb0 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uh6jB24Lb0 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-uh6jB24Lb0 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uh6jB24Lb0 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-uh6jB24Lb0 .first {
    max-height: 250px;
  }
  .cid-uh6jB24Lb0 .second {
    max-height: 323px;
  }
  .cid-uh6jB24Lb0 .third {
    max-height: 408px;
  }
  .cid-uh6jB24Lb0 .fourth {
    max-height: 323px;
  }
  .cid-uh6jB24Lb0 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-uh6jB24Lb0 .first {
    max-height: 200px;
  }
  .cid-uh6jB24Lb0 .second {
    max-height: 270px;
  }
  .cid-uh6jB24Lb0 .third {
    max-height: 350px;
  }
  .cid-uh6jB24Lb0 .fourth {
    max-height: 270px;
  }
  .cid-uh6jB24Lb0 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-uh6jB24Lb0 .first {
    display: none;
  }
  .cid-uh6jB24Lb0 .second {
    max-height: 323px;
  }
  .cid-uh6jB24Lb0 .third {
    max-height: 408px;
  }
  .cid-uh6jB24Lb0 .fourth {
    max-height: 323px;
  }
  .cid-uh6jB24Lb0 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-uh6jB24Lb0 .second {
    max-height: 250px;
  }
  .cid-uh6jB24Lb0 .third {
    max-height: 340px;
  }
  .cid-uh6jB24Lb0 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-uh6jB24Lb0 .second {
    max-height: 180px;
  }
  .cid-uh6jB24Lb0 .third {
    max-height: 270px;
  }
  .cid-uh6jB24Lb0 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-uh6jB24Lb0 .second {
    display: none;
  }
  .cid-uh6jB24Lb0 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-uh6jB24Lb0 .fourth {
    display: none;
  }
}
.cid-uh0e69Dg3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-uh0e69Dg3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0e69Dg3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0e69Dg3P .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uh0e69Dg3P .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uh0e69Dg3P .col-text {
    order: 2;
  }
}
.cid-uh0e69Dg3P .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uh0e69Dg3P .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uh0e69Dg3P .col-img {
    order: 1;
  }
}
.cid-uh0e69Dg3P .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uh0e69Dg3P .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uh0e69Dg3P .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-uh0e69Dg3P .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uh0e69Dg3P .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uh0e69Dg3P .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uh0e69Dg3P .mbr-section-btn {
    width: 100%;
  }
}
.cid-uh0e69Dg3P .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh0e69Dg3P .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uh0e69Dg3P .image-wrapper {
    height: auto;
  }
}
.cid-uh0e69Dg3P .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uh0e69Dg3P .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uh0e69Dg3P .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-uh0dZsbMw0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-uh0dZsbMw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0dZsbMw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0dZsbMw0 .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uh0dZsbMw0 .row {
    flex-wrap: wrap;
  }
}
.cid-uh0dZsbMw0 .text-container {
  width: 57% !important;
}
@media (max-width: 767px) {
  .cid-uh0dZsbMw0 .text-container {
    width: 100% !important;
  }
}
.cid-uh0dZsbMw0 .mbr-section-title {
  color: #000000;
}
.cid-uh0dZsbMw0 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-uh0dZsbMw0 .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uh0dZsbMw0 .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh0dZsbMw0 .mbr-text {
    width: 100%;
  }
}
.cid-uh0dZsbMw0 .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uh0dZsbMw0 .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-uh0dZsbMw0 .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uh0dZsbMw0 .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-uh0dZsbMw0 .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uh0dZsbMw0 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-uh0dZsbMw0 .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-uh0dZsbMw0 .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-uh0dZsbMw0 .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-uh0dZsbMw0 .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uh0dZsbMw0 .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-uh0dZsbMw0 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-uh0e0gY4US {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-uh0e0gY4US .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0e0gY4US .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0e0gY4US .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cid-uh0e0gY4US .text-container {
  width: 100% !important;
}
.cid-uh0e0gY4US .mbr-section-title {
  color: #000000;
}
.cid-uh0e0gY4US .mbr-section-title-2 {
  color: #EE2524;
}
.cid-uh0e0gY4US .content-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8rem;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uh0e0gY4US .content-container {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
}
.cid-uh0e0gY4US .mbr-section-subtitle {
  width: 30%;
  color: #727272;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uh0e0gY4US .mbr-section-subtitle {
    width: 100%;
    padding: 12px 0;
  }
}
.cid-uh0e0gY4US .mbr-text {
  width: 40%;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uh0e0gY4US .mbr-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uh0e0gY4US .mbr-text {
    width: 100%;
    margin-top: 18px !important;
  }
}
.cid-uh0euAPRVF {
  padding-top: 10rem;
  padding-bottom: 30rem;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-uh0euAPRVF {
    padding-bottom: 24rem;
  }
}
@media (max-width: 992px) {
  .cid-uh0euAPRVF {
    padding-bottom: 19.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uh0euAPRVF {
    padding-bottom: 12.9rem;
  }
}
.cid-uh0euAPRVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0euAPRVF .image-big {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-uh0euAPRVF .row {
  z-index: 1;
  position: relative;
}
.cid-uh0euAPRVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0euAPRVF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uh0euAPRVF .mbr-text,
.cid-uh0euAPRVF .mbr-section-btn {
  text-align: center;
}
.cid-uh0euAPRVF .mbr-section-subtitle {
  text-align: center;
}
.cid-uh0fE8miAr {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uh0fE8miAr h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uh0fE8miAr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0fE8miAr .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uh0fE8miAr h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uh0fE8miAr h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uh0fE8miAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0fE8miAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0fFKzwdo {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uh0fFKzwdo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uh0fFKzwdo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uh0fFKzwdo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uh0fFKzwdo h3:before,
  .cid-uh0fFKzwdo h3:after {
    display: none;
  }
}
.cid-uh0fFKzwdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0fFKzwdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRwlL2WH1 {
  z-index: 1;
}
.cid-ugh7jFrcN2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-ugh7jFrcN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugh7jFrcN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugh7jFrcN2 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-ugh7jFrcN2 a {
  position: relative;
  width: fit-content;
}
.cid-ugh7jFrcN2 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-ugh7jFrcN2 a:hover:before {
  width: 0;
}
.cid-ugh7jFrcN2 .copyright {
  color: #232323;
}
.cid-ugh7jFrcN2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugh7jFrcN2 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 p {
    text-align: center;
  }
}
.cid-uh6kYIMLct.popup-builder {
  background-color: #ffffff;
}
.cid-uh6kYIMLct.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh6kYIMLct.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh6kYIMLct .modal-content,
.cid-uh6kYIMLct .modal-dialog {
  height: auto;
}
.cid-uh6kYIMLct .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh6kYIMLct .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh6kYIMLct .form-wrapper .mbr-form .form-group,
  .cid-uh6kYIMLct .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh6kYIMLct .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh6kYIMLct .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uh6kYIMLct .mbr-text {
  text-align: center;
}
.cid-uh6kYIMLct .pt-0 {
  padding-top: 0 !important;
}
.cid-uh6kYIMLct .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh6kYIMLct .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh6kYIMLct .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh6kYIMLct .modal-open {
  overflow: hidden;
}
.cid-uh6kYIMLct .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh6kYIMLct .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh6kYIMLct .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh6kYIMLct .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uh6kYIMLct .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh6kYIMLct .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh6kYIMLct .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh6kYIMLct .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uh6kYIMLct .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh6kYIMLct .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh6kYIMLct .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh6kYIMLct .modal-backdrop.show {
  opacity: .5;
}
.cid-uh6kYIMLct .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uh6kYIMLct .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6kYIMLct .modal-header {
    padding: 1rem;
  }
}
.cid-uh6kYIMLct .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh6kYIMLct .modal-header .close svg {
  fill: #353535;
}
.cid-uh6kYIMLct .modal-header .close:hover {
  opacity: 1;
}
.cid-uh6kYIMLct .modal-header .close:focus {
  outline: none;
}
.cid-uh6kYIMLct .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uh6kYIMLct .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh6kYIMLct .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6kYIMLct .modal-body {
    padding: 1rem;
  }
}
.cid-uh6kYIMLct .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh6kYIMLct .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh6kYIMLct .modal-footer {
    padding: 1rem;
  }
}
.cid-uh6kYIMLct .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh6kYIMLct .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh6kYIMLct .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh6kYIMLct .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh6kYIMLct .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh6kYIMLct .modal-lg,
  .cid-uh6kYIMLct .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh6kYIMLct .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh6kYIMLct .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh6kYIMLct .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uh6kYIMLct .form-group {
  margin-bottom: 1rem;
}
.cid-uh6kYIMLct .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh6kYIMLct .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh6kYIMLct .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uh6kYIMLct .mbr-section-btn {
  margin: 0;
}
.cid-uh6kYIMLct .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujmxseyROJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujmxseyROJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujmxseyROJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujmxseyROJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujmxseyROJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ujmxseyROJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ujmxseyROJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujmxseyROJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujmxseyROJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujmxseyROJ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ujmxseyROJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-ujmxseyROJ .nav-item:focus,
.cid-ujmxseyROJ .nav-link:focus {
  outline: none;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujmxseyROJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujmxseyROJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujmxseyROJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujmxseyROJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujmxseyROJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujmxseyROJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujmxseyROJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujmxseyROJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ujmxseyROJ .navbar.collapsed {
  justify-content: center;
}
.cid-ujmxseyROJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujmxseyROJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmxseyROJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujmxseyROJ .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-ujmxseyROJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujmxseyROJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujmxseyROJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujmxseyROJ .navbar {
    min-height: 72px;
  }
  .cid-ujmxseyROJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujmxseyROJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujmxseyROJ .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-ujmxseyROJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujmxseyROJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujmxseyROJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujmxseyROJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujmxseyROJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujmxseyROJ .dropdown-item.active,
.cid-ujmxseyROJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujmxseyROJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujmxseyROJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujmxseyROJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujmxseyROJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujmxseyROJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .navbar-buttons {
    text-align: left;
  }
}
.cid-ujmxseyROJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujmxseyROJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujmxseyROJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujmxseyROJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujmxseyROJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujmxseyROJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujmxseyROJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujmxseyROJ .navbar {
    height: 70px;
  }
  .cid-ujmxseyROJ .navbar.opened {
    height: auto;
  }
  .cid-ujmxseyROJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujmxseyROJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujmxseyROJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujmxseyROJ .navbar-brand {
    margin-right: auto;
  }
  .cid-ujmxseyROJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujmxseyROJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujmxseyROJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujmxseyROJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujmxseyROJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujmxseyROJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugh7jFrcN2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-ugh7jFrcN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugh7jFrcN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugh7jFrcN2 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-ugh7jFrcN2 a {
  position: relative;
  width: fit-content;
}
.cid-ugh7jFrcN2 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-ugh7jFrcN2 a:hover:before {
  width: 0;
}
.cid-ugh7jFrcN2 .copyright {
  color: #232323;
}
.cid-ugh7jFrcN2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugh7jFrcN2 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugh7jFrcN2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ugh7jFrcN2 p {
    text-align: center;
  }
}
#custom-html-46 {
  /* Type valid CSS here */
}
#custom-html-46 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-46 p {
  font-size: 60px;
  color: #777;
}
