.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 {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 1.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.05rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.05rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #3924ee !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #ffdd27 !important;
}
.bg-warning {
  background-color: #fff500 !important;
}
.bg-danger {
  background-color: #0dac42 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3924ee !important;
  border-color: #3924ee !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6453f2 !important;
  border-color: #6453f2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6453f2 !important;
  border-color: #6453f2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffdd27 !important;
  border-color: #ffdd27 !important;
  color: #272100 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffe55a !important;
  border-color: #ffe55a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #272100 !important;
  background-color: #ffe55a !important;
  border-color: #ffe55a !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff500 !important;
  border-color: #fff500 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fff733 !important;
  border-color: #fff733 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #fff733 !important;
  border-color: #fff733 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0dac42 !important;
  border-color: #0dac42 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #11db54 !important;
  border-color: #11db54 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #11db54 !important;
  border-color: #11db54 !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: #3924ee;
  color: #3924ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1e0dae !important;
  background-color: transparent !important;
  border-color: #1e0dae !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3924ee !important;
  border-color: #3924ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffdd27;
  color: #ffdd27;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfaf00 !important;
  background-color: transparent !important;
  border-color: #cfaf00 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #272100 !important;
  background-color: #ffdd27 !important;
  border-color: #ffdd27 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff500;
  color: #fff500;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a8a200 !important;
  background-color: transparent !important;
  border-color: #a8a200 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #fff500 !important;
  border-color: #fff500 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0dac42;
  color: #0dac42;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #075b23 !important;
  background-color: transparent !important;
  border-color: #075b23 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0dac42 !important;
  border-color: #0dac42 !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: #3924ee !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #ffdd27 !important;
}
.text-warning {
  color: #fff500 !important;
}
.text-danger {
  color: #0dac42 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1c0ca0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c0a200 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #999300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #064d1e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3924ee;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffdd27;
}
.alert-warning {
  background-color: #fff500;
}
.alert-danger {
  background-color: #0dac42;
}
.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: #3924ee;
  border-color: #3924ee;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3924ee;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e4e1fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffdf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #47f180;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #3924ee !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #3924ee;
}
/* 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: #3924ee;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3924ee;
}
.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: #3924ee;
  border-bottom-color: #3924ee;
}
.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: #3924ee !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233924ee' %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-uh7q67gsOU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uh7q67gsOU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uh7q67gsOU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uh7q67gsOU .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-uh7q67gsOU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uh7q67gsOU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7q67gsOU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7q67gsOU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uh7q67gsOU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uh7q67gsOU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uh7q67gsOU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uh7q67gsOU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uh7q67gsOU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uh7q67gsOU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uh7q67gsOU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uh7q67gsOU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uh7q67gsOU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uh7q67gsOU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uh7q67gsOU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uh7q67gsOU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uh7q67gsOU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uh7q67gsOU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uh7q67gsOU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uh7q67gsOU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7q67gsOU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uh7q67gsOU .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7q67gsOU .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: #ffdd27;
}
.cid-uh7q67gsOU .nav-item:focus,
.cid-uh7q67gsOU .nav-link:focus {
  outline: none;
}
.cid-uh7q67gsOU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7q67gsOU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7q67gsOU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7q67gsOU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7q67gsOU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7q67gsOU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7q67gsOU .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-uh7q67gsOU .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7q67gsOU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7q67gsOU .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7q67gsOU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uh7q67gsOU .navbar.collapsed {
  justify-content: center;
}
.cid-uh7q67gsOU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7q67gsOU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7q67gsOU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uh7q67gsOU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7q67gsOU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7q67gsOU .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-uh7q67gsOU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7q67gsOU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7q67gsOU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uh7q67gsOU .navbar {
    min-height: 72px;
  }
  .cid-uh7q67gsOU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uh7q67gsOU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7q67gsOU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7q67gsOU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7q67gsOU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7q67gsOU .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-uh7q67gsOU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7q67gsOU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uh7q67gsOU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7q67gsOU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uh7q67gsOU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uh7q67gsOU .dropdown-item.active,
.cid-uh7q67gsOU .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7q67gsOU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7q67gsOU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7q67gsOU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7q67gsOU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uh7q67gsOU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uh7q67gsOU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uh7q67gsOU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7q67gsOU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uh7q67gsOU .navbar-buttons {
    text-align: left;
  }
}
.cid-uh7q67gsOU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7q67gsOU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uh7q67gsOU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7q67gsOU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7q67gsOU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7q67gsOU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7q67gsOU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7q67gsOU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7q67gsOU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7q67gsOU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7q67gsOU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uh7q67gsOU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7q67gsOU .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-uh7q67gsOU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7q67gsOU .navbar {
    height: 70px;
  }
  .cid-uh7q67gsOU .navbar.opened {
    height: auto;
  }
  .cid-uh7q67gsOU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7q67gsOU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uh7q67gsOU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uh7q67gsOU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uh7q67gsOU .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-uh7q67gsOU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uh7q67gsOU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uh7q67gsOU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uh7q67gsOU .navbar-brand {
    margin-right: auto;
  }
  .cid-uh7q67gsOU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uh7q67gsOU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uh7q67gsOU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uh7q67gsOU .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-uh7q67gsOU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uh7q67gsOU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uh7q67gsOU .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-uh7q67gsOU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uh7q67gsOU .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-uh7q67gsOU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uh7q67gsOU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uh7owpX44c {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uh7owpX44c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7owpX44c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uh7owpX44c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh7owpX44c .row {
  flex-direction: row-reverse;
}
.cid-uh7owpX44c .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh7owpX44c .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7owpX44c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh7owpX44c .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uh7owpX44c .mbr-text,
.cid-uh7owpX44c .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uh7qGQiGtv {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uh7qGQiGtv img,
.cid-uh7qGQiGtv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uh7qGQiGtv .item:focus,
.cid-uh7qGQiGtv span:focus {
  outline: none;
}
.cid-uh7qGQiGtv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uh7qGQiGtv .item {
    margin-bottom: 1rem;
  }
}
.cid-uh7qGQiGtv .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uh7qGQiGtv .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7qGQiGtv .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uh7qGQiGtv .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh7qGQiGtv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh7qGQiGtv .mbr-section-title {
  color: #3924ee;
}
.cid-uh7qGQiGtv .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uh7qGQiGtv .item-subtitle {
  text-align: left;
}
.cid-uh7qGQiGtv .mbr-text,
.cid-uh7qGQiGtv .item .mbr-section-btn {
  text-align: center;
}
.cid-uh7qGQiGtv .content-head {
  max-width: 800px;
}
.cid-uhAc58PdJL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhAc58PdJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAc58PdJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhAc58PdJL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhAc58PdJL .row {
  flex-direction: row-reverse;
}
.cid-uhAc58PdJL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhAc58PdJL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhAc58PdJL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhAc58PdJL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAc58PdJL .mbr-text,
.cid-uhAc58PdJL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhAaAhAS17 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhAaAhAS17 .content-head {
  max-width: 800px;
}
.cid-uhAaAhAS17 .mbr-text,
.cid-uhAaAhAS17 .mbr-section-btn {
  color: #3924ee;
}
.cid-uhqABSbJHF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhqABSbJHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhqABSbJHF .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhqABSbJHF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhqABSbJHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhqABSbJHF .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhqABSbJHF .card-title,
.cid-uhqABSbJHF .iconfont-wrapper,
.cid-uhqABSbJHF .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhqABSbJHF .content-head {
  max-width: 800px;
}
.cid-uhqABSbJHF .mbr-section-title {
  color: #3924ee;
}
.cid-uhqABSbJHF .mbr-section-btn {
  text-align: center;
}
.cid-uhuGQvCRRq {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhuGQvCRRq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhuGQvCRRq .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhuGQvCRRq {
    align-items: center;
  }
  .cid-uhuGQvCRRq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhuGQvCRRq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhuGQvCRRq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhuGQvCRRq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhuGQvCRRq .content-wrap {
    width: 100%;
  }
}
.cid-uhuGQvCRRq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhuGQvCRRq .mbr-text,
.cid-uhuGQvCRRq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhuGQvCRRq .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhAyAIC0fF.popup-builder {
  background-color: #ffffff;
}
.cid-uhAyAIC0fF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhAyAIC0fF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhAyAIC0fF .modal-content,
.cid-uhAyAIC0fF .modal-dialog {
  height: auto;
}
.cid-uhAyAIC0fF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhAyAIC0fF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhAyAIC0fF .form-wrapper .mbr-form .form-group,
  .cid-uhAyAIC0fF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhAyAIC0fF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhAyAIC0fF .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-uhAyAIC0fF .mbr-text {
  text-align: center;
}
.cid-uhAyAIC0fF .pt-0 {
  padding-top: 0 !important;
}
.cid-uhAyAIC0fF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhAyAIC0fF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhAyAIC0fF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhAyAIC0fF .modal-open {
  overflow: hidden;
}
.cid-uhAyAIC0fF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhAyAIC0fF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhAyAIC0fF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhAyAIC0fF .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-uhAyAIC0fF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhAyAIC0fF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhAyAIC0fF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhAyAIC0fF .modal-content {
  background: #ededed;
  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-uhAyAIC0fF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhAyAIC0fF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhAyAIC0fF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhAyAIC0fF .modal-backdrop.show {
  opacity: .5;
}
.cid-uhAyAIC0fF .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-uhAyAIC0fF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAyAIC0fF .modal-header {
    padding: 1rem;
  }
}
.cid-uhAyAIC0fF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhAyAIC0fF .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhAyAIC0fF .modal-header .close:hover {
  opacity: 1;
}
.cid-uhAyAIC0fF .modal-header .close:focus {
  outline: none;
}
.cid-uhAyAIC0fF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhAyAIC0fF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhAyAIC0fF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAyAIC0fF .modal-body {
    padding: 1rem;
  }
}
.cid-uhAyAIC0fF .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-uhAyAIC0fF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAyAIC0fF .modal-footer {
    padding: 1rem;
  }
}
.cid-uhAyAIC0fF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhAyAIC0fF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhAyAIC0fF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhAyAIC0fF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhAyAIC0fF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhAyAIC0fF .modal-lg,
  .cid-uhAyAIC0fF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhAyAIC0fF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhAyAIC0fF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhAyAIC0fF .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-uhAyAIC0fF .form-group {
  margin-bottom: 1rem;
}
.cid-uhAyAIC0fF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhAyAIC0fF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhAyAIC0fF .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-uhAyAIC0fF .mbr-section-btn {
  margin: 0;
}
.cid-uhAyAIC0fF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhAyAIC0fF .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhAyAIC0fF .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhAyAIC0fF P {
  text-align: center;
}
.cid-uhAajQ4M4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhAajQ4M4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAajQ4M4B .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-uhAajQ4M4B .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAajQ4M4B .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhAajQ4M4B .google-map {
  height: 100%;
  position: relative;
}
.cid-uhAajQ4M4B .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhAajQ4M4B .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhAajQ4M4B .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-uhAajQ4M4B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhAajQ4M4B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhAajQ4M4B .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhAajQ4M4B .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAajQ4M4B .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhAajQ4M4B ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhAajQ4M4B .content-head {
  max-width: 800px;
}
.cid-uhAajQ4M4B .mbr-section-title {
  color: #ffffff;
}
.cid-uhAajQ4M4B .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhAajQ4M4B .list,
.cid-uhAajQ4M4B .item-wrap {
  color: #0e008a;
}
.cid-uhAegPQ7pj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-r .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-r .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-r .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-r .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-r .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-r a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-r a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uhXzaFEwdi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhXzaFEwdi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhXzaFEwdi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhXzaFEwdi .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-uhXzaFEwdi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhXzaFEwdi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXzaFEwdi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXzaFEwdi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhXzaFEwdi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhXzaFEwdi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhXzaFEwdi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhXzaFEwdi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhXzaFEwdi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhXzaFEwdi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhXzaFEwdi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhXzaFEwdi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhXzaFEwdi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhXzaFEwdi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXzaFEwdi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhXzaFEwdi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhXzaFEwdi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhXzaFEwdi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhXzaFEwdi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhXzaFEwdi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXzaFEwdi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhXzaFEwdi .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXzaFEwdi .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: #ffdd27;
}
.cid-uhXzaFEwdi .nav-item:focus,
.cid-uhXzaFEwdi .nav-link:focus {
  outline: none;
}
.cid-uhXzaFEwdi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXzaFEwdi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXzaFEwdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXzaFEwdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXzaFEwdi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXzaFEwdi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXzaFEwdi .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-uhXzaFEwdi .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXzaFEwdi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXzaFEwdi .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXzaFEwdi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhXzaFEwdi .navbar.collapsed {
  justify-content: center;
}
.cid-uhXzaFEwdi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXzaFEwdi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXzaFEwdi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhXzaFEwdi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXzaFEwdi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXzaFEwdi .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-uhXzaFEwdi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXzaFEwdi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXzaFEwdi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhXzaFEwdi .navbar {
    min-height: 72px;
  }
  .cid-uhXzaFEwdi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXzaFEwdi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXzaFEwdi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXzaFEwdi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXzaFEwdi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXzaFEwdi .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-uhXzaFEwdi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXzaFEwdi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhXzaFEwdi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXzaFEwdi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXzaFEwdi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhXzaFEwdi .dropdown-item.active,
.cid-uhXzaFEwdi .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXzaFEwdi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXzaFEwdi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXzaFEwdi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXzaFEwdi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uhXzaFEwdi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhXzaFEwdi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhXzaFEwdi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXzaFEwdi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhXzaFEwdi .navbar-buttons {
    text-align: left;
  }
}
.cid-uhXzaFEwdi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXzaFEwdi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uhXzaFEwdi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXzaFEwdi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXzaFEwdi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXzaFEwdi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXzaFEwdi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXzaFEwdi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXzaFEwdi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXzaFEwdi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXzaFEwdi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhXzaFEwdi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXzaFEwdi .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-uhXzaFEwdi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXzaFEwdi .navbar {
    height: 70px;
  }
  .cid-uhXzaFEwdi .navbar.opened {
    height: auto;
  }
  .cid-uhXzaFEwdi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXzaFEwdi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhXzaFEwdi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhXzaFEwdi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhXzaFEwdi .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-uhXzaFEwdi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhXzaFEwdi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhXzaFEwdi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhXzaFEwdi .navbar-brand {
    margin-right: auto;
  }
  .cid-uhXzaFEwdi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uhXzaFEwdi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhXzaFEwdi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhXzaFEwdi .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-uhXzaFEwdi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhXzaFEwdi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhXzaFEwdi .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-uhXzaFEwdi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhXzaFEwdi .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-uhXzaFEwdi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXzaFEwdi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhXzaGJtV9 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uhXzaGJtV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXzaGJtV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXzaGJtV9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXzaGJtV9 .row {
  flex-direction: row-reverse;
}
.cid-uhXzaGJtV9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXzaGJtV9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXzaGJtV9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXzaGJtV9 .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uhXzaGJtV9 .mbr-text,
.cid-uhXzaGJtV9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXzaHdHab {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhXzaHdHab img,
.cid-uhXzaHdHab .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhXzaHdHab .item:focus,
.cid-uhXzaHdHab span:focus {
  outline: none;
}
.cid-uhXzaHdHab .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXzaHdHab .item {
    margin-bottom: 1rem;
  }
}
.cid-uhXzaHdHab .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXzaHdHab .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXzaHdHab .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhXzaHdHab .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhXzaHdHab .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhXzaHdHab .mbr-section-title {
  color: #3924ee;
}
.cid-uhXzaHdHab .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uhXzaHdHab .item-subtitle {
  text-align: left;
}
.cid-uhXzaHdHab .mbr-text,
.cid-uhXzaHdHab .item .mbr-section-btn {
  text-align: center;
}
.cid-uhXzaHdHab .content-head {
  max-width: 800px;
}
.cid-uhXzaI3TgT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhXzaI3TgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXzaI3TgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXzaI3TgT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXzaI3TgT .row {
  flex-direction: row-reverse;
}
.cid-uhXzaI3TgT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXzaI3TgT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXzaI3TgT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXzaI3TgT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhXzaI3TgT .mbr-text,
.cid-uhXzaI3TgT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXzaJn6pZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhXzaJn6pZ .content-head {
  max-width: 800px;
}
.cid-uhXzaJn6pZ .mbr-text,
.cid-uhXzaJn6pZ .mbr-section-btn {
  color: #3924ee;
}
.cid-uhXzaJZdHa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXzaJZdHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXzaJZdHa .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXzaJZdHa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXzaJZdHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXzaJZdHa .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhXzaJZdHa .card-title,
.cid-uhXzaJZdHa .iconfont-wrapper,
.cid-uhXzaJZdHa .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhXzaJZdHa .content-head {
  max-width: 800px;
}
.cid-uhXzaJZdHa .mbr-section-title {
  color: #3924ee;
}
.cid-uhXzaJZdHa .mbr-section-btn {
  text-align: center;
}
.cid-uhXzaLlCLo {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXzaLlCLo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhXzaLlCLo .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhXzaLlCLo {
    align-items: center;
  }
  .cid-uhXzaLlCLo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhXzaLlCLo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhXzaLlCLo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhXzaLlCLo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhXzaLlCLo .content-wrap {
    width: 100%;
  }
}
.cid-uhXzaLlCLo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhXzaLlCLo .mbr-text,
.cid-uhXzaLlCLo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhXzaLlCLo .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhXzaLPREu.popup-builder {
  background-color: #ffffff;
}
.cid-uhXzaLPREu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhXzaLPREu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhXzaLPREu .modal-content,
.cid-uhXzaLPREu .modal-dialog {
  height: auto;
}
.cid-uhXzaLPREu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhXzaLPREu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhXzaLPREu .form-wrapper .mbr-form .form-group,
  .cid-uhXzaLPREu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhXzaLPREu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhXzaLPREu .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-uhXzaLPREu .mbr-text {
  text-align: center;
}
.cid-uhXzaLPREu .pt-0 {
  padding-top: 0 !important;
}
.cid-uhXzaLPREu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhXzaLPREu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhXzaLPREu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhXzaLPREu .modal-open {
  overflow: hidden;
}
.cid-uhXzaLPREu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhXzaLPREu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhXzaLPREu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhXzaLPREu .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-uhXzaLPREu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhXzaLPREu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhXzaLPREu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhXzaLPREu .modal-content {
  background: #ededed;
  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-uhXzaLPREu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhXzaLPREu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhXzaLPREu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhXzaLPREu .modal-backdrop.show {
  opacity: .5;
}
.cid-uhXzaLPREu .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-uhXzaLPREu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXzaLPREu .modal-header {
    padding: 1rem;
  }
}
.cid-uhXzaLPREu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhXzaLPREu .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhXzaLPREu .modal-header .close:hover {
  opacity: 1;
}
.cid-uhXzaLPREu .modal-header .close:focus {
  outline: none;
}
.cid-uhXzaLPREu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhXzaLPREu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhXzaLPREu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXzaLPREu .modal-body {
    padding: 1rem;
  }
}
.cid-uhXzaLPREu .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-uhXzaLPREu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXzaLPREu .modal-footer {
    padding: 1rem;
  }
}
.cid-uhXzaLPREu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhXzaLPREu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhXzaLPREu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhXzaLPREu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhXzaLPREu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhXzaLPREu .modal-lg,
  .cid-uhXzaLPREu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhXzaLPREu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhXzaLPREu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhXzaLPREu .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-uhXzaLPREu .form-group {
  margin-bottom: 1rem;
}
.cid-uhXzaLPREu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhXzaLPREu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhXzaLPREu .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-uhXzaLPREu .mbr-section-btn {
  margin: 0;
}
.cid-uhXzaLPREu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhXzaLPREu .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhXzaLPREu .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhXzaLPREu P {
  text-align: center;
}
.cid-uhXzaMxAMu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhXzaMxAMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXzaMxAMu .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-uhXzaMxAMu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXzaMxAMu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhXzaMxAMu .google-map {
  height: 100%;
  position: relative;
}
.cid-uhXzaMxAMu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhXzaMxAMu .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhXzaMxAMu .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-uhXzaMxAMu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhXzaMxAMu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhXzaMxAMu .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXzaMxAMu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXzaMxAMu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhXzaMxAMu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhXzaMxAMu .content-head {
  max-width: 800px;
}
.cid-uhXzaMxAMu .mbr-section-title {
  color: #ffffff;
}
.cid-uhXzaMxAMu .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhXzaMxAMu .list,
.cid-uhXzaMxAMu .item-wrap {
  color: #0e008a;
}
.cid-uhXzaNkjNk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-12 .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-12 .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-12 .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-12 .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-12 .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-12 a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-12 a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uhXAuf1rjt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhXAuf1rjt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhXAuf1rjt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhXAuf1rjt .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-uhXAuf1rjt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhXAuf1rjt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXAuf1rjt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXAuf1rjt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhXAuf1rjt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhXAuf1rjt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhXAuf1rjt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhXAuf1rjt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhXAuf1rjt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhXAuf1rjt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhXAuf1rjt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhXAuf1rjt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhXAuf1rjt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhXAuf1rjt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXAuf1rjt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhXAuf1rjt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhXAuf1rjt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhXAuf1rjt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhXAuf1rjt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhXAuf1rjt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXAuf1rjt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhXAuf1rjt .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXAuf1rjt .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: #ffdd27;
}
.cid-uhXAuf1rjt .nav-item:focus,
.cid-uhXAuf1rjt .nav-link:focus {
  outline: none;
}
.cid-uhXAuf1rjt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXAuf1rjt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXAuf1rjt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXAuf1rjt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXAuf1rjt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXAuf1rjt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXAuf1rjt .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-uhXAuf1rjt .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXAuf1rjt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXAuf1rjt .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXAuf1rjt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhXAuf1rjt .navbar.collapsed {
  justify-content: center;
}
.cid-uhXAuf1rjt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXAuf1rjt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXAuf1rjt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhXAuf1rjt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXAuf1rjt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXAuf1rjt .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-uhXAuf1rjt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXAuf1rjt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXAuf1rjt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhXAuf1rjt .navbar {
    min-height: 72px;
  }
  .cid-uhXAuf1rjt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXAuf1rjt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXAuf1rjt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXAuf1rjt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXAuf1rjt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXAuf1rjt .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-uhXAuf1rjt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXAuf1rjt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhXAuf1rjt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXAuf1rjt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXAuf1rjt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhXAuf1rjt .dropdown-item.active,
.cid-uhXAuf1rjt .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXAuf1rjt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXAuf1rjt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXAuf1rjt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXAuf1rjt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uhXAuf1rjt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhXAuf1rjt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhXAuf1rjt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXAuf1rjt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhXAuf1rjt .navbar-buttons {
    text-align: left;
  }
}
.cid-uhXAuf1rjt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXAuf1rjt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uhXAuf1rjt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXAuf1rjt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXAuf1rjt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXAuf1rjt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXAuf1rjt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXAuf1rjt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXAuf1rjt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXAuf1rjt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXAuf1rjt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhXAuf1rjt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXAuf1rjt .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-uhXAuf1rjt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXAuf1rjt .navbar {
    height: 70px;
  }
  .cid-uhXAuf1rjt .navbar.opened {
    height: auto;
  }
  .cid-uhXAuf1rjt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXAuf1rjt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhXAuf1rjt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhXAuf1rjt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhXAuf1rjt .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-uhXAuf1rjt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhXAuf1rjt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhXAuf1rjt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhXAuf1rjt .navbar-brand {
    margin-right: auto;
  }
  .cid-uhXAuf1rjt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uhXAuf1rjt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhXAuf1rjt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhXAuf1rjt .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-uhXAuf1rjt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhXAuf1rjt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhXAuf1rjt .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-uhXAuf1rjt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhXAuf1rjt .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-uhXAuf1rjt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXAuf1rjt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhXAufYlf0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uhXAufYlf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAufYlf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXAufYlf0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXAufYlf0 .row {
  flex-direction: row-reverse;
}
.cid-uhXAufYlf0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXAufYlf0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXAufYlf0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXAufYlf0 .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uhXAufYlf0 .mbr-text,
.cid-uhXAufYlf0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXAugAx6n {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhXAugAx6n img,
.cid-uhXAugAx6n .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhXAugAx6n .item:focus,
.cid-uhXAugAx6n span:focus {
  outline: none;
}
.cid-uhXAugAx6n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXAugAx6n .item {
    margin-bottom: 1rem;
  }
}
.cid-uhXAugAx6n .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXAugAx6n .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXAugAx6n .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhXAugAx6n .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhXAugAx6n .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhXAugAx6n .mbr-section-title {
  color: #3924ee;
}
.cid-uhXAugAx6n .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uhXAugAx6n .item-subtitle {
  text-align: left;
}
.cid-uhXAugAx6n .mbr-text,
.cid-uhXAugAx6n .item .mbr-section-btn {
  text-align: center;
}
.cid-uhXAugAx6n .content-head {
  max-width: 800px;
}
.cid-uhXAuhpdAt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhXAuhpdAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAuhpdAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXAuhpdAt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXAuhpdAt .row {
  flex-direction: row-reverse;
}
.cid-uhXAuhpdAt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXAuhpdAt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXAuhpdAt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXAuhpdAt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhXAuhpdAt .mbr-text,
.cid-uhXAuhpdAt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXAuiKORX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhXAuiKORX .content-head {
  max-width: 800px;
}
.cid-uhXAuiKORX .mbr-text,
.cid-uhXAuiKORX .mbr-section-btn {
  color: #3924ee;
}
.cid-uhXAuj6T1Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXAuj6T1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAuj6T1Z .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXAuj6T1Z .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXAuj6T1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXAuj6T1Z .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhXAuj6T1Z .card-title,
.cid-uhXAuj6T1Z .iconfont-wrapper,
.cid-uhXAuj6T1Z .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhXAuj6T1Z .content-head {
  max-width: 800px;
}
.cid-uhXAuj6T1Z .mbr-section-title {
  color: #3924ee;
}
.cid-uhXAuj6T1Z .mbr-section-btn {
  text-align: center;
}
.cid-uhXAujLBjz {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXAujLBjz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhXAujLBjz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhXAujLBjz {
    align-items: center;
  }
  .cid-uhXAujLBjz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhXAujLBjz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhXAujLBjz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhXAujLBjz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhXAujLBjz .content-wrap {
    width: 100%;
  }
}
.cid-uhXAujLBjz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhXAujLBjz .mbr-text,
.cid-uhXAujLBjz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhXAujLBjz .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhXAukS7wz.popup-builder {
  background-color: #ffffff;
}
.cid-uhXAukS7wz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhXAukS7wz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhXAukS7wz .modal-content,
.cid-uhXAukS7wz .modal-dialog {
  height: auto;
}
.cid-uhXAukS7wz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhXAukS7wz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhXAukS7wz .form-wrapper .mbr-form .form-group,
  .cid-uhXAukS7wz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhXAukS7wz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhXAukS7wz .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-uhXAukS7wz .mbr-text {
  text-align: center;
}
.cid-uhXAukS7wz .pt-0 {
  padding-top: 0 !important;
}
.cid-uhXAukS7wz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhXAukS7wz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhXAukS7wz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhXAukS7wz .modal-open {
  overflow: hidden;
}
.cid-uhXAukS7wz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhXAukS7wz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhXAukS7wz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhXAukS7wz .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-uhXAukS7wz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhXAukS7wz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhXAukS7wz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhXAukS7wz .modal-content {
  background: #ededed;
  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-uhXAukS7wz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhXAukS7wz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhXAukS7wz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhXAukS7wz .modal-backdrop.show {
  opacity: .5;
}
.cid-uhXAukS7wz .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-uhXAukS7wz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXAukS7wz .modal-header {
    padding: 1rem;
  }
}
.cid-uhXAukS7wz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhXAukS7wz .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhXAukS7wz .modal-header .close:hover {
  opacity: 1;
}
.cid-uhXAukS7wz .modal-header .close:focus {
  outline: none;
}
.cid-uhXAukS7wz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhXAukS7wz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhXAukS7wz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXAukS7wz .modal-body {
    padding: 1rem;
  }
}
.cid-uhXAukS7wz .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-uhXAukS7wz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXAukS7wz .modal-footer {
    padding: 1rem;
  }
}
.cid-uhXAukS7wz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhXAukS7wz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhXAukS7wz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhXAukS7wz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhXAukS7wz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhXAukS7wz .modal-lg,
  .cid-uhXAukS7wz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhXAukS7wz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhXAukS7wz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhXAukS7wz .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-uhXAukS7wz .form-group {
  margin-bottom: 1rem;
}
.cid-uhXAukS7wz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhXAukS7wz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhXAukS7wz .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-uhXAukS7wz .mbr-section-btn {
  margin: 0;
}
.cid-uhXAukS7wz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhXAukS7wz .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhXAukS7wz .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhXAukS7wz P {
  text-align: center;
}
.cid-uhXAulCHwr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhXAulCHwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAulCHwr .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-uhXAulCHwr .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXAulCHwr .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhXAulCHwr .google-map {
  height: 100%;
  position: relative;
}
.cid-uhXAulCHwr .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhXAulCHwr .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhXAulCHwr .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-uhXAulCHwr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhXAulCHwr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhXAulCHwr .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXAulCHwr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXAulCHwr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhXAulCHwr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhXAulCHwr .content-head {
  max-width: 800px;
}
.cid-uhXAulCHwr .mbr-section-title {
  color: #ffffff;
}
.cid-uhXAulCHwr .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhXAulCHwr .list,
.cid-uhXAulCHwr .item-wrap {
  color: #0e008a;
}
.cid-uhXAumcfqV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-1d .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-1d .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-1d .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-1d .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-1d .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-1d a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-1d a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uhXAMIQkPb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhXAMIQkPb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhXAMIQkPb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhXAMIQkPb .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-uhXAMIQkPb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhXAMIQkPb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXAMIQkPb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXAMIQkPb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhXAMIQkPb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhXAMIQkPb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhXAMIQkPb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhXAMIQkPb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhXAMIQkPb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhXAMIQkPb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhXAMIQkPb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhXAMIQkPb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhXAMIQkPb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhXAMIQkPb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXAMIQkPb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhXAMIQkPb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhXAMIQkPb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhXAMIQkPb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhXAMIQkPb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhXAMIQkPb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXAMIQkPb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhXAMIQkPb .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXAMIQkPb .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: #ffdd27;
}
.cid-uhXAMIQkPb .nav-item:focus,
.cid-uhXAMIQkPb .nav-link:focus {
  outline: none;
}
.cid-uhXAMIQkPb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXAMIQkPb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXAMIQkPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXAMIQkPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXAMIQkPb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXAMIQkPb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXAMIQkPb .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-uhXAMIQkPb .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXAMIQkPb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXAMIQkPb .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXAMIQkPb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhXAMIQkPb .navbar.collapsed {
  justify-content: center;
}
.cid-uhXAMIQkPb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXAMIQkPb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXAMIQkPb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhXAMIQkPb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXAMIQkPb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXAMIQkPb .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-uhXAMIQkPb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXAMIQkPb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXAMIQkPb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhXAMIQkPb .navbar {
    min-height: 72px;
  }
  .cid-uhXAMIQkPb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXAMIQkPb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXAMIQkPb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXAMIQkPb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXAMIQkPb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXAMIQkPb .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-uhXAMIQkPb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXAMIQkPb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhXAMIQkPb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXAMIQkPb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXAMIQkPb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhXAMIQkPb .dropdown-item.active,
.cid-uhXAMIQkPb .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXAMIQkPb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXAMIQkPb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXAMIQkPb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXAMIQkPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uhXAMIQkPb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhXAMIQkPb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhXAMIQkPb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXAMIQkPb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhXAMIQkPb .navbar-buttons {
    text-align: left;
  }
}
.cid-uhXAMIQkPb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXAMIQkPb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uhXAMIQkPb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXAMIQkPb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXAMIQkPb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXAMIQkPb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXAMIQkPb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXAMIQkPb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXAMIQkPb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXAMIQkPb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXAMIQkPb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhXAMIQkPb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXAMIQkPb .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-uhXAMIQkPb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXAMIQkPb .navbar {
    height: 70px;
  }
  .cid-uhXAMIQkPb .navbar.opened {
    height: auto;
  }
  .cid-uhXAMIQkPb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXAMIQkPb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhXAMIQkPb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhXAMIQkPb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhXAMIQkPb .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-uhXAMIQkPb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhXAMIQkPb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhXAMIQkPb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhXAMIQkPb .navbar-brand {
    margin-right: auto;
  }
  .cid-uhXAMIQkPb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uhXAMIQkPb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhXAMIQkPb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhXAMIQkPb .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-uhXAMIQkPb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhXAMIQkPb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhXAMIQkPb .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-uhXAMIQkPb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhXAMIQkPb .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-uhXAMIQkPb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXAMIQkPb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhXAMK6lFq {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uhXAMK6lFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAMK6lFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXAMK6lFq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXAMK6lFq .row {
  flex-direction: row-reverse;
}
.cid-uhXAMK6lFq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXAMK6lFq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXAMK6lFq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXAMK6lFq .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uhXAMK6lFq .mbr-text,
.cid-uhXAMK6lFq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXAMLBLJF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhXAMLBLJF img,
.cid-uhXAMLBLJF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhXAMLBLJF .item:focus,
.cid-uhXAMLBLJF span:focus {
  outline: none;
}
.cid-uhXAMLBLJF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXAMLBLJF .item {
    margin-bottom: 1rem;
  }
}
.cid-uhXAMLBLJF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXAMLBLJF .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXAMLBLJF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhXAMLBLJF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhXAMLBLJF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhXAMLBLJF .mbr-section-title {
  color: #3924ee;
}
.cid-uhXAMLBLJF .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uhXAMLBLJF .item-subtitle {
  text-align: left;
}
.cid-uhXAMLBLJF .mbr-text,
.cid-uhXAMLBLJF .item .mbr-section-btn {
  text-align: center;
}
.cid-uhXAMLBLJF .content-head {
  max-width: 800px;
}
.cid-uhXAMMUTee {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhXAMMUTee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAMMUTee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXAMMUTee .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXAMMUTee .row {
  flex-direction: row-reverse;
}
.cid-uhXAMMUTee .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXAMMUTee .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXAMMUTee .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXAMMUTee .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhXAMMUTee .mbr-text,
.cid-uhXAMMUTee .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXAMNixC1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhXAMNixC1 .content-head {
  max-width: 800px;
}
.cid-uhXAMNixC1 .mbr-text,
.cid-uhXAMNixC1 .mbr-section-btn {
  color: #3924ee;
}
.cid-uhXAMNH1zh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXAMNH1zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAMNH1zh .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXAMNH1zh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXAMNH1zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXAMNH1zh .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhXAMNH1zh .card-title,
.cid-uhXAMNH1zh .iconfont-wrapper,
.cid-uhXAMNH1zh .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhXAMNH1zh .content-head {
  max-width: 800px;
}
.cid-uhXAMNH1zh .mbr-section-title {
  color: #3924ee;
}
.cid-uhXAMNH1zh .mbr-section-btn {
  text-align: center;
}
.cid-uhXAMOfJnE {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXAMOfJnE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhXAMOfJnE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhXAMOfJnE {
    align-items: center;
  }
  .cid-uhXAMOfJnE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhXAMOfJnE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhXAMOfJnE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhXAMOfJnE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhXAMOfJnE .content-wrap {
    width: 100%;
  }
}
.cid-uhXAMOfJnE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhXAMOfJnE .mbr-text,
.cid-uhXAMOfJnE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhXAMOfJnE .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhXAMORRxu.popup-builder {
  background-color: #ffffff;
}
.cid-uhXAMORRxu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhXAMORRxu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhXAMORRxu .modal-content,
.cid-uhXAMORRxu .modal-dialog {
  height: auto;
}
.cid-uhXAMORRxu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhXAMORRxu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhXAMORRxu .form-wrapper .mbr-form .form-group,
  .cid-uhXAMORRxu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhXAMORRxu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhXAMORRxu .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-uhXAMORRxu .mbr-text {
  text-align: center;
}
.cid-uhXAMORRxu .pt-0 {
  padding-top: 0 !important;
}
.cid-uhXAMORRxu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhXAMORRxu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhXAMORRxu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhXAMORRxu .modal-open {
  overflow: hidden;
}
.cid-uhXAMORRxu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhXAMORRxu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhXAMORRxu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhXAMORRxu .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-uhXAMORRxu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhXAMORRxu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhXAMORRxu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhXAMORRxu .modal-content {
  background: #ededed;
  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-uhXAMORRxu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhXAMORRxu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhXAMORRxu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhXAMORRxu .modal-backdrop.show {
  opacity: .5;
}
.cid-uhXAMORRxu .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-uhXAMORRxu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXAMORRxu .modal-header {
    padding: 1rem;
  }
}
.cid-uhXAMORRxu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhXAMORRxu .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhXAMORRxu .modal-header .close:hover {
  opacity: 1;
}
.cid-uhXAMORRxu .modal-header .close:focus {
  outline: none;
}
.cid-uhXAMORRxu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhXAMORRxu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhXAMORRxu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXAMORRxu .modal-body {
    padding: 1rem;
  }
}
.cid-uhXAMORRxu .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-uhXAMORRxu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXAMORRxu .modal-footer {
    padding: 1rem;
  }
}
.cid-uhXAMORRxu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhXAMORRxu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhXAMORRxu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhXAMORRxu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhXAMORRxu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhXAMORRxu .modal-lg,
  .cid-uhXAMORRxu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhXAMORRxu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhXAMORRxu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhXAMORRxu .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-uhXAMORRxu .form-group {
  margin-bottom: 1rem;
}
.cid-uhXAMORRxu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhXAMORRxu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhXAMORRxu .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-uhXAMORRxu .mbr-section-btn {
  margin: 0;
}
.cid-uhXAMORRxu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhXAMORRxu .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhXAMORRxu .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhXAMORRxu P {
  text-align: center;
}
.cid-uhXAMPy3ZF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhXAMPy3ZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAMPy3ZF .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-uhXAMPy3ZF .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXAMPy3ZF .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhXAMPy3ZF .google-map {
  height: 100%;
  position: relative;
}
.cid-uhXAMPy3ZF .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhXAMPy3ZF .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhXAMPy3ZF .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-uhXAMPy3ZF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhXAMPy3ZF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhXAMPy3ZF .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXAMPy3ZF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXAMPy3ZF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhXAMPy3ZF ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhXAMPy3ZF .content-head {
  max-width: 800px;
}
.cid-uhXAMPy3ZF .mbr-section-title {
  color: #ffffff;
}
.cid-uhXAMPy3ZF .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhXAMPy3ZF .list,
.cid-uhXAMPy3ZF .item-wrap {
  color: #0e008a;
}
.cid-uhXAMQgvPq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-1o .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-1o .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-1o .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-1o .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-1o .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-1o a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-1o a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uhXB21GxH4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhXB21GxH4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhXB21GxH4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhXB21GxH4 .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-uhXB21GxH4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhXB21GxH4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXB21GxH4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXB21GxH4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhXB21GxH4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhXB21GxH4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhXB21GxH4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhXB21GxH4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhXB21GxH4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhXB21GxH4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhXB21GxH4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhXB21GxH4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhXB21GxH4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhXB21GxH4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXB21GxH4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhXB21GxH4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhXB21GxH4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhXB21GxH4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhXB21GxH4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhXB21GxH4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXB21GxH4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhXB21GxH4 .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXB21GxH4 .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: #ffdd27;
}
.cid-uhXB21GxH4 .nav-item:focus,
.cid-uhXB21GxH4 .nav-link:focus {
  outline: none;
}
.cid-uhXB21GxH4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXB21GxH4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXB21GxH4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXB21GxH4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXB21GxH4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXB21GxH4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXB21GxH4 .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-uhXB21GxH4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXB21GxH4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXB21GxH4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXB21GxH4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhXB21GxH4 .navbar.collapsed {
  justify-content: center;
}
.cid-uhXB21GxH4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXB21GxH4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXB21GxH4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhXB21GxH4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXB21GxH4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXB21GxH4 .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-uhXB21GxH4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXB21GxH4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXB21GxH4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhXB21GxH4 .navbar {
    min-height: 72px;
  }
  .cid-uhXB21GxH4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXB21GxH4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXB21GxH4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXB21GxH4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXB21GxH4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXB21GxH4 .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-uhXB21GxH4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXB21GxH4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhXB21GxH4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXB21GxH4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXB21GxH4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhXB21GxH4 .dropdown-item.active,
.cid-uhXB21GxH4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXB21GxH4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXB21GxH4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXB21GxH4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXB21GxH4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uhXB21GxH4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhXB21GxH4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhXB21GxH4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXB21GxH4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhXB21GxH4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uhXB21GxH4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXB21GxH4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uhXB21GxH4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXB21GxH4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXB21GxH4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXB21GxH4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXB21GxH4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXB21GxH4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXB21GxH4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXB21GxH4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXB21GxH4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhXB21GxH4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXB21GxH4 .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-uhXB21GxH4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXB21GxH4 .navbar {
    height: 70px;
  }
  .cid-uhXB21GxH4 .navbar.opened {
    height: auto;
  }
  .cid-uhXB21GxH4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXB21GxH4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhXB21GxH4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhXB21GxH4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhXB21GxH4 .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-uhXB21GxH4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhXB21GxH4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhXB21GxH4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhXB21GxH4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uhXB21GxH4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uhXB21GxH4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhXB21GxH4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhXB21GxH4 .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-uhXB21GxH4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhXB21GxH4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhXB21GxH4 .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-uhXB21GxH4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhXB21GxH4 .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-uhXB21GxH4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXB21GxH4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhXB22YD81 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uhXB22YD81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXB22YD81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXB22YD81 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXB22YD81 .row {
  flex-direction: row-reverse;
}
.cid-uhXB22YD81 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXB22YD81 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXB22YD81 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXB22YD81 .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uhXB22YD81 .mbr-text,
.cid-uhXB22YD81 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXB23o7Pv {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhXB23o7Pv img,
.cid-uhXB23o7Pv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhXB23o7Pv .item:focus,
.cid-uhXB23o7Pv span:focus {
  outline: none;
}
.cid-uhXB23o7Pv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXB23o7Pv .item {
    margin-bottom: 1rem;
  }
}
.cid-uhXB23o7Pv .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXB23o7Pv .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXB23o7Pv .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhXB23o7Pv .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhXB23o7Pv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhXB23o7Pv .mbr-section-title {
  color: #3924ee;
}
.cid-uhXB23o7Pv .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uhXB23o7Pv .item-subtitle {
  text-align: left;
}
.cid-uhXB23o7Pv .mbr-text,
.cid-uhXB23o7Pv .item .mbr-section-btn {
  text-align: center;
}
.cid-uhXB23o7Pv .content-head {
  max-width: 800px;
}
.cid-uhXB242d54 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhXB242d54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXB242d54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXB242d54 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXB242d54 .row {
  flex-direction: row-reverse;
}
.cid-uhXB242d54 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXB242d54 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXB242d54 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXB242d54 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhXB242d54 .mbr-text,
.cid-uhXB242d54 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXB24n9NZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhXB24n9NZ .content-head {
  max-width: 800px;
}
.cid-uhXB24n9NZ .mbr-text,
.cid-uhXB24n9NZ .mbr-section-btn {
  color: #3924ee;
}
.cid-uhXB24IJR1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXB24IJR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXB24IJR1 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXB24IJR1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXB24IJR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXB24IJR1 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhXB24IJR1 .card-title,
.cid-uhXB24IJR1 .iconfont-wrapper,
.cid-uhXB24IJR1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhXB24IJR1 .content-head {
  max-width: 800px;
}
.cid-uhXB24IJR1 .mbr-section-title {
  color: #3924ee;
}
.cid-uhXB24IJR1 .mbr-section-btn {
  text-align: center;
}
.cid-uhXB25laJr {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXB25laJr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhXB25laJr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhXB25laJr {
    align-items: center;
  }
  .cid-uhXB25laJr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhXB25laJr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhXB25laJr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhXB25laJr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhXB25laJr .content-wrap {
    width: 100%;
  }
}
.cid-uhXB25laJr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhXB25laJr .mbr-text,
.cid-uhXB25laJr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhXB25laJr .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhXB25IoZM.popup-builder {
  background-color: #ffffff;
}
.cid-uhXB25IoZM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhXB25IoZM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhXB25IoZM .modal-content,
.cid-uhXB25IoZM .modal-dialog {
  height: auto;
}
.cid-uhXB25IoZM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhXB25IoZM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhXB25IoZM .form-wrapper .mbr-form .form-group,
  .cid-uhXB25IoZM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhXB25IoZM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhXB25IoZM .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-uhXB25IoZM .mbr-text {
  text-align: center;
}
.cid-uhXB25IoZM .pt-0 {
  padding-top: 0 !important;
}
.cid-uhXB25IoZM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhXB25IoZM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhXB25IoZM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhXB25IoZM .modal-open {
  overflow: hidden;
}
.cid-uhXB25IoZM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhXB25IoZM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhXB25IoZM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhXB25IoZM .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-uhXB25IoZM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhXB25IoZM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhXB25IoZM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhXB25IoZM .modal-content {
  background: #ededed;
  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-uhXB25IoZM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhXB25IoZM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhXB25IoZM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhXB25IoZM .modal-backdrop.show {
  opacity: .5;
}
.cid-uhXB25IoZM .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-uhXB25IoZM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXB25IoZM .modal-header {
    padding: 1rem;
  }
}
.cid-uhXB25IoZM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhXB25IoZM .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhXB25IoZM .modal-header .close:hover {
  opacity: 1;
}
.cid-uhXB25IoZM .modal-header .close:focus {
  outline: none;
}
.cid-uhXB25IoZM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhXB25IoZM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhXB25IoZM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXB25IoZM .modal-body {
    padding: 1rem;
  }
}
.cid-uhXB25IoZM .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-uhXB25IoZM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXB25IoZM .modal-footer {
    padding: 1rem;
  }
}
.cid-uhXB25IoZM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhXB25IoZM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhXB25IoZM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhXB25IoZM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhXB25IoZM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhXB25IoZM .modal-lg,
  .cid-uhXB25IoZM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhXB25IoZM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhXB25IoZM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhXB25IoZM .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-uhXB25IoZM .form-group {
  margin-bottom: 1rem;
}
.cid-uhXB25IoZM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhXB25IoZM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhXB25IoZM .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-uhXB25IoZM .mbr-section-btn {
  margin: 0;
}
.cid-uhXB25IoZM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhXB25IoZM .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhXB25IoZM .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhXB25IoZM P {
  text-align: center;
}
.cid-uhXB26mnUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhXB26mnUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXB26mnUw .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-uhXB26mnUw .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXB26mnUw .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhXB26mnUw .google-map {
  height: 100%;
  position: relative;
}
.cid-uhXB26mnUw .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhXB26mnUw .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhXB26mnUw .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-uhXB26mnUw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhXB26mnUw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhXB26mnUw .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXB26mnUw .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXB26mnUw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhXB26mnUw ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhXB26mnUw .content-head {
  max-width: 800px;
}
.cid-uhXB26mnUw .mbr-section-title {
  color: #ffffff;
}
.cid-uhXB26mnUw .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhXB26mnUw .list,
.cid-uhXB26mnUw .item-wrap {
  color: #0e008a;
}
.cid-uhXB27hKn0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-1z .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-1z .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-1z .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-1z .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-1z .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-1z a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-1z a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uhXBpVHgaw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhXBpVHgaw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhXBpVHgaw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhXBpVHgaw .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-uhXBpVHgaw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhXBpVHgaw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBpVHgaw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBpVHgaw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhXBpVHgaw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhXBpVHgaw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhXBpVHgaw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhXBpVHgaw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhXBpVHgaw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhXBpVHgaw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhXBpVHgaw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhXBpVHgaw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhXBpVHgaw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhXBpVHgaw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXBpVHgaw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhXBpVHgaw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhXBpVHgaw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBpVHgaw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhXBpVHgaw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhXBpVHgaw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXBpVHgaw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhXBpVHgaw .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBpVHgaw .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: #ffdd27;
}
.cid-uhXBpVHgaw .nav-item:focus,
.cid-uhXBpVHgaw .nav-link:focus {
  outline: none;
}
.cid-uhXBpVHgaw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBpVHgaw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBpVHgaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBpVHgaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBpVHgaw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBpVHgaw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBpVHgaw .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-uhXBpVHgaw .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBpVHgaw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBpVHgaw .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBpVHgaw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhXBpVHgaw .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBpVHgaw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBpVHgaw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBpVHgaw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhXBpVHgaw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBpVHgaw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBpVHgaw .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-uhXBpVHgaw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBpVHgaw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBpVHgaw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhXBpVHgaw .navbar {
    min-height: 72px;
  }
  .cid-uhXBpVHgaw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXBpVHgaw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBpVHgaw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBpVHgaw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBpVHgaw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBpVHgaw .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-uhXBpVHgaw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBpVHgaw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhXBpVHgaw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBpVHgaw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBpVHgaw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhXBpVHgaw .dropdown-item.active,
.cid-uhXBpVHgaw .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBpVHgaw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBpVHgaw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBpVHgaw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBpVHgaw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uhXBpVHgaw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhXBpVHgaw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhXBpVHgaw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBpVHgaw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhXBpVHgaw .navbar-buttons {
    text-align: left;
  }
}
.cid-uhXBpVHgaw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBpVHgaw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uhXBpVHgaw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBpVHgaw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBpVHgaw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBpVHgaw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBpVHgaw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBpVHgaw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBpVHgaw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBpVHgaw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBpVHgaw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhXBpVHgaw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBpVHgaw .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-uhXBpVHgaw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBpVHgaw .navbar {
    height: 70px;
  }
  .cid-uhXBpVHgaw .navbar.opened {
    height: auto;
  }
  .cid-uhXBpVHgaw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXBpVHgaw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhXBpVHgaw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhXBpVHgaw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhXBpVHgaw .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-uhXBpVHgaw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhXBpVHgaw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhXBpVHgaw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhXBpVHgaw .navbar-brand {
    margin-right: auto;
  }
  .cid-uhXBpVHgaw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uhXBpVHgaw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhXBpVHgaw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhXBpVHgaw .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-uhXBpVHgaw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhXBpVHgaw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhXBpVHgaw .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-uhXBpVHgaw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhXBpVHgaw .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-uhXBpVHgaw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXBpVHgaw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhXBpWQXDe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uhXBpWQXDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXBpWQXDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXBpWQXDe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXBpWQXDe .row {
  flex-direction: row-reverse;
}
.cid-uhXBpWQXDe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXBpWQXDe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXBpWQXDe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXBpWQXDe .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uhXBpWQXDe .mbr-text,
.cid-uhXBpWQXDe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXBpXhyLo {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhXBpXhyLo img,
.cid-uhXBpXhyLo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhXBpXhyLo .item:focus,
.cid-uhXBpXhyLo span:focus {
  outline: none;
}
.cid-uhXBpXhyLo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXBpXhyLo .item {
    margin-bottom: 1rem;
  }
}
.cid-uhXBpXhyLo .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXBpXhyLo .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXBpXhyLo .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhXBpXhyLo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhXBpXhyLo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhXBpXhyLo .mbr-section-title {
  color: #3924ee;
}
.cid-uhXBpXhyLo .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uhXBpXhyLo .item-subtitle {
  text-align: left;
}
.cid-uhXBpXhyLo .mbr-text,
.cid-uhXBpXhyLo .item .mbr-section-btn {
  text-align: center;
}
.cid-uhXBpXhyLo .content-head {
  max-width: 800px;
}
.cid-uhXBpXXQgw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhXBpXXQgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXBpXXQgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXBpXXQgw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXBpXXQgw .row {
  flex-direction: row-reverse;
}
.cid-uhXBpXXQgw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXBpXXQgw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXBpXXQgw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXBpXXQgw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhXBpXXQgw .mbr-text,
.cid-uhXBpXXQgw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXBpYjqmJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhXBpYjqmJ .content-head {
  max-width: 800px;
}
.cid-uhXBpYjqmJ .mbr-text,
.cid-uhXBpYjqmJ .mbr-section-btn {
  color: #3924ee;
}
.cid-uhXBpYRGYM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXBpYRGYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXBpYRGYM .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXBpYRGYM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXBpYRGYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXBpYRGYM .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhXBpYRGYM .card-title,
.cid-uhXBpYRGYM .iconfont-wrapper,
.cid-uhXBpYRGYM .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhXBpYRGYM .content-head {
  max-width: 800px;
}
.cid-uhXBpYRGYM .mbr-section-title {
  color: #3924ee;
}
.cid-uhXBpYRGYM .mbr-section-btn {
  text-align: center;
}
.cid-uhXBpZqV0n {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXBpZqV0n .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhXBpZqV0n .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhXBpZqV0n {
    align-items: center;
  }
  .cid-uhXBpZqV0n .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhXBpZqV0n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhXBpZqV0n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhXBpZqV0n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhXBpZqV0n .content-wrap {
    width: 100%;
  }
}
.cid-uhXBpZqV0n .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhXBpZqV0n .mbr-text,
.cid-uhXBpZqV0n .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhXBpZqV0n .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhXBq0hqeR.popup-builder {
  background-color: #ffffff;
}
.cid-uhXBq0hqeR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhXBq0hqeR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhXBq0hqeR .modal-content,
.cid-uhXBq0hqeR .modal-dialog {
  height: auto;
}
.cid-uhXBq0hqeR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhXBq0hqeR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhXBq0hqeR .form-wrapper .mbr-form .form-group,
  .cid-uhXBq0hqeR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhXBq0hqeR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhXBq0hqeR .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-uhXBq0hqeR .mbr-text {
  text-align: center;
}
.cid-uhXBq0hqeR .pt-0 {
  padding-top: 0 !important;
}
.cid-uhXBq0hqeR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhXBq0hqeR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhXBq0hqeR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhXBq0hqeR .modal-open {
  overflow: hidden;
}
.cid-uhXBq0hqeR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhXBq0hqeR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhXBq0hqeR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhXBq0hqeR .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-uhXBq0hqeR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhXBq0hqeR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhXBq0hqeR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhXBq0hqeR .modal-content {
  background: #ededed;
  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-uhXBq0hqeR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhXBq0hqeR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhXBq0hqeR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhXBq0hqeR .modal-backdrop.show {
  opacity: .5;
}
.cid-uhXBq0hqeR .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-uhXBq0hqeR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXBq0hqeR .modal-header {
    padding: 1rem;
  }
}
.cid-uhXBq0hqeR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhXBq0hqeR .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhXBq0hqeR .modal-header .close:hover {
  opacity: 1;
}
.cid-uhXBq0hqeR .modal-header .close:focus {
  outline: none;
}
.cid-uhXBq0hqeR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhXBq0hqeR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhXBq0hqeR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXBq0hqeR .modal-body {
    padding: 1rem;
  }
}
.cid-uhXBq0hqeR .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-uhXBq0hqeR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXBq0hqeR .modal-footer {
    padding: 1rem;
  }
}
.cid-uhXBq0hqeR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhXBq0hqeR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhXBq0hqeR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhXBq0hqeR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhXBq0hqeR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhXBq0hqeR .modal-lg,
  .cid-uhXBq0hqeR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhXBq0hqeR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhXBq0hqeR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhXBq0hqeR .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-uhXBq0hqeR .form-group {
  margin-bottom: 1rem;
}
.cid-uhXBq0hqeR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhXBq0hqeR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhXBq0hqeR .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-uhXBq0hqeR .mbr-section-btn {
  margin: 0;
}
.cid-uhXBq0hqeR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhXBq0hqeR .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhXBq0hqeR .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhXBq0hqeR P {
  text-align: center;
}
.cid-uhXBq1la1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhXBq1la1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXBq1la1i .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-uhXBq1la1i .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXBq1la1i .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhXBq1la1i .google-map {
  height: 100%;
  position: relative;
}
.cid-uhXBq1la1i .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhXBq1la1i .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhXBq1la1i .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-uhXBq1la1i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhXBq1la1i .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhXBq1la1i .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXBq1la1i .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXBq1la1i .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhXBq1la1i ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhXBq1la1i .content-head {
  max-width: 800px;
}
.cid-uhXBq1la1i .mbr-section-title {
  color: #ffffff;
}
.cid-uhXBq1la1i .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhXBq1la1i .list,
.cid-uhXBq1la1i .item-wrap {
  color: #0e008a;
}
.cid-uhXBq2aRHl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-2a .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-2a .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-2a .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-2a .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-2a .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-2a a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-2a a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uhXBPdYERz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhXBPdYERz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhXBPdYERz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhXBPdYERz .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-uhXBPdYERz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhXBPdYERz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBPdYERz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBPdYERz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhXBPdYERz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhXBPdYERz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhXBPdYERz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhXBPdYERz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhXBPdYERz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhXBPdYERz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhXBPdYERz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhXBPdYERz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhXBPdYERz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhXBPdYERz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXBPdYERz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhXBPdYERz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhXBPdYERz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBPdYERz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhXBPdYERz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhXBPdYERz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXBPdYERz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhXBPdYERz .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBPdYERz .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: #ffdd27;
}
.cid-uhXBPdYERz .nav-item:focus,
.cid-uhXBPdYERz .nav-link:focus {
  outline: none;
}
.cid-uhXBPdYERz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBPdYERz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBPdYERz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBPdYERz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBPdYERz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBPdYERz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBPdYERz .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-uhXBPdYERz .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBPdYERz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBPdYERz .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBPdYERz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhXBPdYERz .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBPdYERz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBPdYERz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBPdYERz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhXBPdYERz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBPdYERz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBPdYERz .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-uhXBPdYERz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBPdYERz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBPdYERz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhXBPdYERz .navbar {
    min-height: 72px;
  }
  .cid-uhXBPdYERz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXBPdYERz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBPdYERz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBPdYERz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBPdYERz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBPdYERz .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-uhXBPdYERz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBPdYERz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhXBPdYERz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBPdYERz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBPdYERz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhXBPdYERz .dropdown-item.active,
.cid-uhXBPdYERz .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBPdYERz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBPdYERz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBPdYERz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBPdYERz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uhXBPdYERz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhXBPdYERz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhXBPdYERz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBPdYERz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhXBPdYERz .navbar-buttons {
    text-align: left;
  }
}
.cid-uhXBPdYERz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBPdYERz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uhXBPdYERz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBPdYERz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBPdYERz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBPdYERz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBPdYERz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBPdYERz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBPdYERz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBPdYERz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBPdYERz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhXBPdYERz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBPdYERz .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-uhXBPdYERz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBPdYERz .navbar {
    height: 70px;
  }
  .cid-uhXBPdYERz .navbar.opened {
    height: auto;
  }
  .cid-uhXBPdYERz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXBPdYERz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhXBPdYERz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhXBPdYERz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhXBPdYERz .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-uhXBPdYERz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhXBPdYERz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhXBPdYERz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhXBPdYERz .navbar-brand {
    margin-right: auto;
  }
  .cid-uhXBPdYERz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uhXBPdYERz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhXBPdYERz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhXBPdYERz .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-uhXBPdYERz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhXBPdYERz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhXBPdYERz .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-uhXBPdYERz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhXBPdYERz .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-uhXBPdYERz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXBPdYERz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhXBPf9OTB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uhXBPf9OTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXBPf9OTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXBPf9OTB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXBPf9OTB .row {
  flex-direction: row-reverse;
}
.cid-uhXBPf9OTB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXBPf9OTB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXBPf9OTB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXBPf9OTB .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uhXBPf9OTB .mbr-text,
.cid-uhXBPf9OTB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXBPfDnIo {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhXBPfDnIo img,
.cid-uhXBPfDnIo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhXBPfDnIo .item:focus,
.cid-uhXBPfDnIo span:focus {
  outline: none;
}
.cid-uhXBPfDnIo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXBPfDnIo .item {
    margin-bottom: 1rem;
  }
}
.cid-uhXBPfDnIo .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXBPfDnIo .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXBPfDnIo .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhXBPfDnIo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhXBPfDnIo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhXBPfDnIo .mbr-section-title {
  color: #3924ee;
}
.cid-uhXBPfDnIo .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uhXBPfDnIo .item-subtitle {
  text-align: left;
}
.cid-uhXBPfDnIo .mbr-text,
.cid-uhXBPfDnIo .item .mbr-section-btn {
  text-align: center;
}
.cid-uhXBPfDnIo .content-head {
  max-width: 800px;
}
.cid-uhXBPg6zEo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhXBPg6zEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXBPg6zEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXBPg6zEo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXBPg6zEo .row {
  flex-direction: row-reverse;
}
.cid-uhXBPg6zEo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXBPg6zEo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXBPg6zEo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXBPg6zEo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhXBPg6zEo .mbr-text,
.cid-uhXBPg6zEo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXBPgEpRd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhXBPgEpRd .content-head {
  max-width: 800px;
}
.cid-uhXBPgEpRd .mbr-text,
.cid-uhXBPgEpRd .mbr-section-btn {
  color: #3924ee;
}
.cid-uhXBPh1YeV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXBPh1YeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXBPh1YeV .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXBPh1YeV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXBPh1YeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXBPh1YeV .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhXBPh1YeV .card-title,
.cid-uhXBPh1YeV .iconfont-wrapper,
.cid-uhXBPh1YeV .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhXBPh1YeV .content-head {
  max-width: 800px;
}
.cid-uhXBPh1YeV .mbr-section-title {
  color: #3924ee;
}
.cid-uhXBPh1YeV .mbr-section-btn {
  text-align: center;
}
.cid-uhXBPhEbpw {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXBPhEbpw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhXBPhEbpw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhXBPhEbpw {
    align-items: center;
  }
  .cid-uhXBPhEbpw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhXBPhEbpw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhXBPhEbpw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhXBPhEbpw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhXBPhEbpw .content-wrap {
    width: 100%;
  }
}
.cid-uhXBPhEbpw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhXBPhEbpw .mbr-text,
.cid-uhXBPhEbpw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhXBPhEbpw .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhXBPi3EAz.popup-builder {
  background-color: #ffffff;
}
.cid-uhXBPi3EAz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhXBPi3EAz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhXBPi3EAz .modal-content,
.cid-uhXBPi3EAz .modal-dialog {
  height: auto;
}
.cid-uhXBPi3EAz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhXBPi3EAz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhXBPi3EAz .form-wrapper .mbr-form .form-group,
  .cid-uhXBPi3EAz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhXBPi3EAz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhXBPi3EAz .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-uhXBPi3EAz .mbr-text {
  text-align: center;
}
.cid-uhXBPi3EAz .pt-0 {
  padding-top: 0 !important;
}
.cid-uhXBPi3EAz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhXBPi3EAz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhXBPi3EAz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhXBPi3EAz .modal-open {
  overflow: hidden;
}
.cid-uhXBPi3EAz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhXBPi3EAz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhXBPi3EAz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhXBPi3EAz .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-uhXBPi3EAz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhXBPi3EAz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhXBPi3EAz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhXBPi3EAz .modal-content {
  background: #ededed;
  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-uhXBPi3EAz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhXBPi3EAz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhXBPi3EAz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhXBPi3EAz .modal-backdrop.show {
  opacity: .5;
}
.cid-uhXBPi3EAz .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-uhXBPi3EAz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXBPi3EAz .modal-header {
    padding: 1rem;
  }
}
.cid-uhXBPi3EAz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhXBPi3EAz .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhXBPi3EAz .modal-header .close:hover {
  opacity: 1;
}
.cid-uhXBPi3EAz .modal-header .close:focus {
  outline: none;
}
.cid-uhXBPi3EAz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhXBPi3EAz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhXBPi3EAz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXBPi3EAz .modal-body {
    padding: 1rem;
  }
}
.cid-uhXBPi3EAz .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-uhXBPi3EAz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXBPi3EAz .modal-footer {
    padding: 1rem;
  }
}
.cid-uhXBPi3EAz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhXBPi3EAz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhXBPi3EAz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhXBPi3EAz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhXBPi3EAz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhXBPi3EAz .modal-lg,
  .cid-uhXBPi3EAz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhXBPi3EAz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhXBPi3EAz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhXBPi3EAz .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-uhXBPi3EAz .form-group {
  margin-bottom: 1rem;
}
.cid-uhXBPi3EAz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhXBPi3EAz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhXBPi3EAz .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-uhXBPi3EAz .mbr-section-btn {
  margin: 0;
}
.cid-uhXBPi3EAz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhXBPi3EAz .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhXBPi3EAz .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhXBPi3EAz P {
  text-align: center;
}
.cid-uhXBPiIxen {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhXBPiIxen .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXBPiIxen .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-uhXBPiIxen .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXBPiIxen .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhXBPiIxen .google-map {
  height: 100%;
  position: relative;
}
.cid-uhXBPiIxen .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhXBPiIxen .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhXBPiIxen .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-uhXBPiIxen .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhXBPiIxen .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhXBPiIxen .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXBPiIxen .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXBPiIxen .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhXBPiIxen ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhXBPiIxen .content-head {
  max-width: 800px;
}
.cid-uhXBPiIxen .mbr-section-title {
  color: #ffffff;
}
.cid-uhXBPiIxen .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhXBPiIxen .list,
.cid-uhXBPiIxen .item-wrap {
  color: #0e008a;
}
.cid-uhXBPjhTvV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-2l .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-2l .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-2l .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-2l .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-2l .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-2l a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-2l a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uhXC3geGvY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhXC3geGvY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhXC3geGvY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhXC3geGvY .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-uhXC3geGvY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhXC3geGvY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXC3geGvY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXC3geGvY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhXC3geGvY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhXC3geGvY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhXC3geGvY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhXC3geGvY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhXC3geGvY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhXC3geGvY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhXC3geGvY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhXC3geGvY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhXC3geGvY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhXC3geGvY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXC3geGvY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhXC3geGvY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhXC3geGvY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhXC3geGvY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhXC3geGvY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhXC3geGvY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXC3geGvY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhXC3geGvY .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXC3geGvY .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: #ffdd27;
}
.cid-uhXC3geGvY .nav-item:focus,
.cid-uhXC3geGvY .nav-link:focus {
  outline: none;
}
.cid-uhXC3geGvY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXC3geGvY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXC3geGvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXC3geGvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXC3geGvY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXC3geGvY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXC3geGvY .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-uhXC3geGvY .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXC3geGvY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXC3geGvY .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXC3geGvY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhXC3geGvY .navbar.collapsed {
  justify-content: center;
}
.cid-uhXC3geGvY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXC3geGvY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXC3geGvY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhXC3geGvY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXC3geGvY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXC3geGvY .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-uhXC3geGvY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXC3geGvY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXC3geGvY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhXC3geGvY .navbar {
    min-height: 72px;
  }
  .cid-uhXC3geGvY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXC3geGvY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXC3geGvY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXC3geGvY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXC3geGvY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXC3geGvY .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-uhXC3geGvY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXC3geGvY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhXC3geGvY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXC3geGvY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXC3geGvY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhXC3geGvY .dropdown-item.active,
.cid-uhXC3geGvY .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXC3geGvY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXC3geGvY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXC3geGvY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXC3geGvY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uhXC3geGvY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhXC3geGvY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhXC3geGvY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXC3geGvY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhXC3geGvY .navbar-buttons {
    text-align: left;
  }
}
.cid-uhXC3geGvY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXC3geGvY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uhXC3geGvY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXC3geGvY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXC3geGvY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXC3geGvY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXC3geGvY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXC3geGvY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXC3geGvY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXC3geGvY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXC3geGvY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhXC3geGvY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXC3geGvY .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-uhXC3geGvY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXC3geGvY .navbar {
    height: 70px;
  }
  .cid-uhXC3geGvY .navbar.opened {
    height: auto;
  }
  .cid-uhXC3geGvY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXC3geGvY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhXC3geGvY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhXC3geGvY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhXC3geGvY .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-uhXC3geGvY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhXC3geGvY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhXC3geGvY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhXC3geGvY .navbar-brand {
    margin-right: auto;
  }
  .cid-uhXC3geGvY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uhXC3geGvY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhXC3geGvY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhXC3geGvY .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-uhXC3geGvY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhXC3geGvY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhXC3geGvY .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-uhXC3geGvY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhXC3geGvY .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-uhXC3geGvY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXC3geGvY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhXC3hDx4I {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uhXC3hDx4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXC3hDx4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXC3hDx4I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXC3hDx4I .row {
  flex-direction: row-reverse;
}
.cid-uhXC3hDx4I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXC3hDx4I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXC3hDx4I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXC3hDx4I .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uhXC3hDx4I .mbr-text,
.cid-uhXC3hDx4I .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXC3iee7E {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhXC3iee7E img,
.cid-uhXC3iee7E .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhXC3iee7E .item:focus,
.cid-uhXC3iee7E span:focus {
  outline: none;
}
.cid-uhXC3iee7E .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXC3iee7E .item {
    margin-bottom: 1rem;
  }
}
.cid-uhXC3iee7E .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXC3iee7E .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXC3iee7E .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhXC3iee7E .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhXC3iee7E .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhXC3iee7E .mbr-section-title {
  color: #3924ee;
}
.cid-uhXC3iee7E .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uhXC3iee7E .item-subtitle {
  text-align: left;
}
.cid-uhXC3iee7E .mbr-text,
.cid-uhXC3iee7E .item .mbr-section-btn {
  text-align: center;
}
.cid-uhXC3iee7E .content-head {
  max-width: 800px;
}
.cid-uhXC3iM4cb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhXC3iM4cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXC3iM4cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXC3iM4cb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXC3iM4cb .row {
  flex-direction: row-reverse;
}
.cid-uhXC3iM4cb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXC3iM4cb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXC3iM4cb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXC3iM4cb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhXC3iM4cb .mbr-text,
.cid-uhXC3iM4cb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXC3j8Xme {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhXC3j8Xme .content-head {
  max-width: 800px;
}
.cid-uhXC3j8Xme .mbr-text,
.cid-uhXC3j8Xme .mbr-section-btn {
  color: #3924ee;
}
.cid-uhXC3jx8mv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXC3jx8mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXC3jx8mv .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXC3jx8mv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXC3jx8mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXC3jx8mv .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhXC3jx8mv .card-title,
.cid-uhXC3jx8mv .iconfont-wrapper,
.cid-uhXC3jx8mv .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhXC3jx8mv .content-head {
  max-width: 800px;
}
.cid-uhXC3jx8mv .mbr-section-title {
  color: #3924ee;
}
.cid-uhXC3jx8mv .mbr-section-btn {
  text-align: center;
}
.cid-uhXC3kWHfh {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXC3kWHfh .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhXC3kWHfh .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhXC3kWHfh {
    align-items: center;
  }
  .cid-uhXC3kWHfh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhXC3kWHfh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhXC3kWHfh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhXC3kWHfh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhXC3kWHfh .content-wrap {
    width: 100%;
  }
}
.cid-uhXC3kWHfh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhXC3kWHfh .mbr-text,
.cid-uhXC3kWHfh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhXC3kWHfh .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhXC3lBL8p.popup-builder {
  background-color: #ffffff;
}
.cid-uhXC3lBL8p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhXC3lBL8p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhXC3lBL8p .modal-content,
.cid-uhXC3lBL8p .modal-dialog {
  height: auto;
}
.cid-uhXC3lBL8p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhXC3lBL8p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhXC3lBL8p .form-wrapper .mbr-form .form-group,
  .cid-uhXC3lBL8p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhXC3lBL8p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhXC3lBL8p .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-uhXC3lBL8p .mbr-text {
  text-align: center;
}
.cid-uhXC3lBL8p .pt-0 {
  padding-top: 0 !important;
}
.cid-uhXC3lBL8p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhXC3lBL8p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhXC3lBL8p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhXC3lBL8p .modal-open {
  overflow: hidden;
}
.cid-uhXC3lBL8p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhXC3lBL8p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhXC3lBL8p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhXC3lBL8p .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-uhXC3lBL8p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhXC3lBL8p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhXC3lBL8p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhXC3lBL8p .modal-content {
  background: #ededed;
  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-uhXC3lBL8p .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhXC3lBL8p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhXC3lBL8p .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhXC3lBL8p .modal-backdrop.show {
  opacity: .5;
}
.cid-uhXC3lBL8p .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-uhXC3lBL8p .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXC3lBL8p .modal-header {
    padding: 1rem;
  }
}
.cid-uhXC3lBL8p .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhXC3lBL8p .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhXC3lBL8p .modal-header .close:hover {
  opacity: 1;
}
.cid-uhXC3lBL8p .modal-header .close:focus {
  outline: none;
}
.cid-uhXC3lBL8p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhXC3lBL8p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhXC3lBL8p .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXC3lBL8p .modal-body {
    padding: 1rem;
  }
}
.cid-uhXC3lBL8p .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-uhXC3lBL8p .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXC3lBL8p .modal-footer {
    padding: 1rem;
  }
}
.cid-uhXC3lBL8p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhXC3lBL8p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhXC3lBL8p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhXC3lBL8p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhXC3lBL8p .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhXC3lBL8p .modal-lg,
  .cid-uhXC3lBL8p .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhXC3lBL8p .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhXC3lBL8p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhXC3lBL8p .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-uhXC3lBL8p .form-group {
  margin-bottom: 1rem;
}
.cid-uhXC3lBL8p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhXC3lBL8p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhXC3lBL8p .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-uhXC3lBL8p .mbr-section-btn {
  margin: 0;
}
.cid-uhXC3lBL8p .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhXC3lBL8p .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhXC3lBL8p .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhXC3lBL8p P {
  text-align: center;
}
.cid-uhXC3mgevy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhXC3mgevy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXC3mgevy .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-uhXC3mgevy .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXC3mgevy .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhXC3mgevy .google-map {
  height: 100%;
  position: relative;
}
.cid-uhXC3mgevy .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhXC3mgevy .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhXC3mgevy .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-uhXC3mgevy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhXC3mgevy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhXC3mgevy .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXC3mgevy .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXC3mgevy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhXC3mgevy ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhXC3mgevy .content-head {
  max-width: 800px;
}
.cid-uhXC3mgevy .mbr-section-title {
  color: #ffffff;
}
.cid-uhXC3mgevy .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhXC3mgevy .list,
.cid-uhXC3mgevy .item-wrap {
  color: #0e008a;
}
.cid-uhXC3mW8RD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-2w .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-2w .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-2w .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-2w .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-2w .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-2w a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-2w a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uhXCkDGyfg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhXCkDGyfg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhXCkDGyfg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhXCkDGyfg .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-uhXCkDGyfg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhXCkDGyfg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXCkDGyfg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXCkDGyfg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhXCkDGyfg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhXCkDGyfg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhXCkDGyfg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhXCkDGyfg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhXCkDGyfg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhXCkDGyfg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhXCkDGyfg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhXCkDGyfg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhXCkDGyfg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhXCkDGyfg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXCkDGyfg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhXCkDGyfg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhXCkDGyfg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhXCkDGyfg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhXCkDGyfg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffdd27;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhXCkDGyfg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXCkDGyfg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhXCkDGyfg .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXCkDGyfg .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: #ffdd27;
}
.cid-uhXCkDGyfg .nav-item:focus,
.cid-uhXCkDGyfg .nav-link:focus {
  outline: none;
}
.cid-uhXCkDGyfg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXCkDGyfg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXCkDGyfg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXCkDGyfg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXCkDGyfg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXCkDGyfg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXCkDGyfg .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-uhXCkDGyfg .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXCkDGyfg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXCkDGyfg .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXCkDGyfg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhXCkDGyfg .navbar.collapsed {
  justify-content: center;
}
.cid-uhXCkDGyfg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXCkDGyfg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXCkDGyfg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhXCkDGyfg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXCkDGyfg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXCkDGyfg .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-uhXCkDGyfg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXCkDGyfg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXCkDGyfg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhXCkDGyfg .navbar {
    min-height: 72px;
  }
  .cid-uhXCkDGyfg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXCkDGyfg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXCkDGyfg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXCkDGyfg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXCkDGyfg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXCkDGyfg .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-uhXCkDGyfg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXCkDGyfg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhXCkDGyfg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXCkDGyfg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXCkDGyfg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhXCkDGyfg .dropdown-item.active,
.cid-uhXCkDGyfg .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXCkDGyfg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXCkDGyfg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXCkDGyfg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXCkDGyfg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdd27;
}
.cid-uhXCkDGyfg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhXCkDGyfg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhXCkDGyfg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXCkDGyfg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhXCkDGyfg .navbar-buttons {
    text-align: left;
  }
}
.cid-uhXCkDGyfg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXCkDGyfg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3924ee;
}
.cid-uhXCkDGyfg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXCkDGyfg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXCkDGyfg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXCkDGyfg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXCkDGyfg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXCkDGyfg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXCkDGyfg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXCkDGyfg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXCkDGyfg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhXCkDGyfg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXCkDGyfg .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-uhXCkDGyfg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXCkDGyfg .navbar {
    height: 70px;
  }
  .cid-uhXCkDGyfg .navbar.opened {
    height: auto;
  }
  .cid-uhXCkDGyfg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXCkDGyfg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhXCkDGyfg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhXCkDGyfg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhXCkDGyfg .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-uhXCkDGyfg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhXCkDGyfg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhXCkDGyfg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhXCkDGyfg .navbar-brand {
    margin-right: auto;
  }
  .cid-uhXCkDGyfg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffdd27;
    backdrop-filter: blur(8px);
  }
  .cid-uhXCkDGyfg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhXCkDGyfg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhXCkDGyfg .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-uhXCkDGyfg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhXCkDGyfg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhXCkDGyfg .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-uhXCkDGyfg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhXCkDGyfg .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-uhXCkDGyfg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXCkDGyfg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhXCkELG0b {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-baner-1920x1000.webp");
}
.cid-uhXCkELG0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXCkELG0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXCkELG0b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXCkELG0b .row {
  flex-direction: row-reverse;
}
.cid-uhXCkELG0b .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXCkELG0b .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXCkELG0b .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXCkELG0b .mbr-section-title {
  color: #ffdd27;
  text-align: center;
}
.cid-uhXCkELG0b .mbr-text,
.cid-uhXCkELG0b .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXCkF70ud {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhXCkF70ud img,
.cid-uhXCkF70ud .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhXCkF70ud .item:focus,
.cid-uhXCkF70ud span:focus {
  outline: none;
}
.cid-uhXCkF70ud .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXCkF70ud .item {
    margin-bottom: 1rem;
  }
}
.cid-uhXCkF70ud .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXCkF70ud .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXCkF70ud .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhXCkF70ud .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhXCkF70ud .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhXCkF70ud .mbr-section-title {
  color: #3924ee;
}
.cid-uhXCkF70ud .item-title {
  text-align: center;
  color: #3924ee;
}
.cid-uhXCkF70ud .item-subtitle {
  text-align: left;
}
.cid-uhXCkF70ud .mbr-text,
.cid-uhXCkF70ud .item .mbr-section-btn {
  text-align: center;
}
.cid-uhXCkF70ud .content-head {
  max-width: 800px;
}
.cid-uhXCkFH11B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e008a;
}
.cid-uhXCkFH11B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXCkFH11B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhXCkFH11B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXCkFH11B .row {
  flex-direction: row-reverse;
}
.cid-uhXCkFH11B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXCkFH11B .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhXCkFH11B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXCkFH11B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhXCkFH11B .mbr-text,
.cid-uhXCkFH11B .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhXCkG4A04 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhXCkG4A04 .content-head {
  max-width: 800px;
}
.cid-uhXCkG4A04 .mbr-text,
.cid-uhXCkG4A04 .mbr-section-btn {
  color: #3924ee;
}
.cid-uhXCkGreqt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXCkGreqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXCkGreqt .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhXCkGreqt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXCkGreqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXCkGreqt .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fff500;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0e008a;
  height: 80px;
  border-radius: 50%;
}
.cid-uhXCkGreqt .card-title,
.cid-uhXCkGreqt .iconfont-wrapper,
.cid-uhXCkGreqt .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhXCkGreqt .content-head {
  max-width: 800px;
}
.cid-uhXCkGreqt .mbr-section-title {
  color: #3924ee;
}
.cid-uhXCkGreqt .mbr-section-btn {
  text-align: center;
}
.cid-uhXCkH4rOE {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdd27;
}
.cid-uhXCkH4rOE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhXCkH4rOE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhXCkH4rOE {
    align-items: center;
  }
  .cid-uhXCkH4rOE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhXCkH4rOE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhXCkH4rOE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhXCkH4rOE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhXCkH4rOE .content-wrap {
    width: 100%;
  }
}
.cid-uhXCkH4rOE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhXCkH4rOE .mbr-text,
.cid-uhXCkH4rOE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhXCkH4rOE .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uhXCkHpGQz.popup-builder {
  background-color: #ffffff;
}
.cid-uhXCkHpGQz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhXCkHpGQz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhXCkHpGQz .modal-content,
.cid-uhXCkHpGQz .modal-dialog {
  height: auto;
}
.cid-uhXCkHpGQz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhXCkHpGQz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhXCkHpGQz .form-wrapper .mbr-form .form-group,
  .cid-uhXCkHpGQz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhXCkHpGQz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhXCkHpGQz .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-uhXCkHpGQz .mbr-text {
  text-align: center;
}
.cid-uhXCkHpGQz .pt-0 {
  padding-top: 0 !important;
}
.cid-uhXCkHpGQz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhXCkHpGQz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhXCkHpGQz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhXCkHpGQz .modal-open {
  overflow: hidden;
}
.cid-uhXCkHpGQz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhXCkHpGQz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhXCkHpGQz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhXCkHpGQz .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-uhXCkHpGQz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhXCkHpGQz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhXCkHpGQz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhXCkHpGQz .modal-content {
  background: #ededed;
  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-uhXCkHpGQz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhXCkHpGQz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhXCkHpGQz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhXCkHpGQz .modal-backdrop.show {
  opacity: .5;
}
.cid-uhXCkHpGQz .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-uhXCkHpGQz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXCkHpGQz .modal-header {
    padding: 1rem;
  }
}
.cid-uhXCkHpGQz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhXCkHpGQz .modal-header .close svg {
  fill: #133bb4;
}
.cid-uhXCkHpGQz .modal-header .close:hover {
  opacity: 1;
}
.cid-uhXCkHpGQz .modal-header .close:focus {
  outline: none;
}
.cid-uhXCkHpGQz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uhXCkHpGQz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhXCkHpGQz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXCkHpGQz .modal-body {
    padding: 1rem;
  }
}
.cid-uhXCkHpGQz .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-uhXCkHpGQz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhXCkHpGQz .modal-footer {
    padding: 1rem;
  }
}
.cid-uhXCkHpGQz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhXCkHpGQz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhXCkHpGQz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhXCkHpGQz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhXCkHpGQz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhXCkHpGQz .modal-lg,
  .cid-uhXCkHpGQz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhXCkHpGQz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhXCkHpGQz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhXCkHpGQz .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-uhXCkHpGQz .form-group {
  margin-bottom: 1rem;
}
.cid-uhXCkHpGQz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhXCkHpGQz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhXCkHpGQz .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-uhXCkHpGQz .mbr-section-btn {
  margin: 0;
}
.cid-uhXCkHpGQz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhXCkHpGQz .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uhXCkHpGQz .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uhXCkHpGQz P {
  text-align: center;
}
.cid-uhXCkI2qiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uhXCkI2qiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXCkI2qiW .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-uhXCkI2qiW .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXCkI2qiW .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhXCkI2qiW .google-map {
  height: 100%;
  position: relative;
}
.cid-uhXCkI2qiW .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhXCkI2qiW .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhXCkI2qiW .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-uhXCkI2qiW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhXCkI2qiW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhXCkI2qiW .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhXCkI2qiW .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhXCkI2qiW .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhXCkI2qiW ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhXCkI2qiW .content-head {
  max-width: 800px;
}
.cid-uhXCkI2qiW .mbr-section-title {
  color: #ffffff;
}
.cid-uhXCkI2qiW .cardTitle {
  text-align: center;
  color: #0e008a;
}
.cid-uhXCkI2qiW .list,
.cid-uhXCkI2qiW .item-wrap {
  color: #0e008a;
}
.cid-uhXCkIy5nU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e008a;
  overflow: hidden;
}
#custom-html-37 .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-37 .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-37 .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-37 .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-37 .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-37 a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-37 a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
