.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: #ff0909 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #ff0909 !important;
  border-color: #ff0909 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff3c3c !important;
  border-color: #ff3c3c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff3c3c !important;
  border-color: #ff3c3c !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: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ff0909;
  color: #ff0909;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b10000 !important;
  background-color: transparent !important;
  border-color: #b10000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0909 !important;
  border-color: #ff0909 !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: #ffffff !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #ffdd27 !important;
}
.text-warning {
  color: #ff0909 !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: #cccccc !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: #a20000 !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: #ff0909;
}
.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: #ffd5d5;
}
.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: #ffffff !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: #0e008a;
  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: #0e008a;
}
.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: #0e008a;
}
.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: #ff0909;
}
.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: #0e008a;
    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-header-1920x1262.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: #ffffff;
  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: #0e008a;
}
.cid-uh7qGQiGtv .item-title {
  text-align: center;
  color: #232323;
}
.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: #3924ee;
}
.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: #0e008a;
}
.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: #ff0909;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #3924ee;
  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: #ffffff;
}
.cid-uhqABSbJHF .mbr-section-btn {
  text-align: center;
}
.cid-uhqABSbJHF .card-text,
.cid-uhqABSbJHF .mbr-section-btn {
  color: #ffffff;
}
.cid-uhqABSbJHF .card-title,
.cid-uhqABSbJHF .iconfont-wrapper {
  color: #3924ee;
}
.cid-uq6ALieVmm {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3924ee;
}
.cid-uq6ALieVmm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uq6ALieVmm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uq6ALieVmm {
    align-items: center;
  }
  .cid-uq6ALieVmm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uq6ALieVmm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uq6ALieVmm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uq6ALieVmm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uq6ALieVmm .content-wrap {
    width: 100%;
  }
}
.cid-uq6ALieVmm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uq6ALieVmm .mbr-text,
.cid-uq6ALieVmm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uq6ALieVmm .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: #000000;
}
.cid-uhAajQ4M4B .list,
.cid-uhAajQ4M4B .item-wrap {
  color: #000000;
}
.cid-uhAegPQ7pj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uhAegPQ7pj .media-container-row .mbr-text {
  color: #ffffff;
}
#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-uXa622vAWL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXa622vAWL .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-uXa622vAWL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXa622vAWL .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-uXa622vAWL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXa622vAWL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXa622vAWL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXa622vAWL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXa622vAWL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXa622vAWL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXa622vAWL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXa622vAWL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXa622vAWL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXa622vAWL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXa622vAWL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXa622vAWL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXa622vAWL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXa622vAWL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXa622vAWL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXa622vAWL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXa622vAWL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXa622vAWL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXa622vAWL .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: #0e008a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXa622vAWL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa622vAWL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXa622vAWL .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXa622vAWL .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: #0e008a;
}
.cid-uXa622vAWL .nav-item:focus,
.cid-uXa622vAWL .nav-link:focus {
  outline: none;
}
.cid-uXa622vAWL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXa622vAWL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXa622vAWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXa622vAWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXa622vAWL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXa622vAWL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXa622vAWL .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-uXa622vAWL .navbar.opened {
  transition: all 0.3s;
}
.cid-uXa622vAWL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXa622vAWL .navbar .navbar-logo img {
  width: auto;
}
.cid-uXa622vAWL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXa622vAWL .navbar.collapsed {
  justify-content: center;
}
.cid-uXa622vAWL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXa622vAWL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXa622vAWL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXa622vAWL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXa622vAWL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXa622vAWL .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-uXa622vAWL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXa622vAWL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXa622vAWL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXa622vAWL .navbar {
    min-height: 72px;
  }
  .cid-uXa622vAWL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXa622vAWL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXa622vAWL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXa622vAWL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXa622vAWL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXa622vAWL .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-uXa622vAWL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXa622vAWL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXa622vAWL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXa622vAWL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXa622vAWL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXa622vAWL .dropdown-item.active,
.cid-uXa622vAWL .dropdown-item:active {
  background-color: transparent;
}
.cid-uXa622vAWL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXa622vAWL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXa622vAWL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXa622vAWL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e008a;
}
.cid-uXa622vAWL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXa622vAWL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXa622vAWL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXa622vAWL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXa622vAWL .navbar-buttons {
    text-align: left;
  }
}
.cid-uXa622vAWL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXa622vAWL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0909;
}
.cid-uXa622vAWL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXa622vAWL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa622vAWL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa622vAWL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXa622vAWL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa622vAWL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXa622vAWL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXa622vAWL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa622vAWL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXa622vAWL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXa622vAWL .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-uXa622vAWL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXa622vAWL .navbar {
    height: 70px;
  }
  .cid-uXa622vAWL .navbar.opened {
    height: auto;
  }
  .cid-uXa622vAWL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXa622vAWL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXa622vAWL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXa622vAWL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXa622vAWL .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-uXa622vAWL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXa622vAWL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXa622vAWL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXa622vAWL .navbar-brand {
    margin-right: auto;
  }
  .cid-uXa622vAWL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e008a;
    backdrop-filter: blur(8px);
  }
  .cid-uXa622vAWL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXa622vAWL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXa622vAWL .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-uXa622vAWL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXa622vAWL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXa622vAWL .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-uXa622vAWL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXa622vAWL .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-uXa622vAWL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXa622vAWL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXa623C8Br {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-header-1920x1262.webp");
}
.cid-uXa623C8Br .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa623C8Br .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-uXa623C8Br .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa623C8Br .row {
  flex-direction: row-reverse;
}
.cid-uXa623C8Br .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa623C8Br .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa623C8Br .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa623C8Br .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa623C8Br .mbr-text,
.cid-uXa623C8Br .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa6249XgO {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXa6249XgO img,
.cid-uXa6249XgO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXa6249XgO .item:focus,
.cid-uXa6249XgO span:focus {
  outline: none;
}
.cid-uXa6249XgO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa6249XgO .item {
    margin-bottom: 1rem;
  }
}
.cid-uXa6249XgO .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-uXa6249XgO .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa6249XgO .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXa6249XgO .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXa6249XgO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXa6249XgO .mbr-section-title {
  color: #0e008a;
}
.cid-uXa6249XgO .item-title {
  text-align: center;
  color: #232323;
}
.cid-uXa6249XgO .item-subtitle {
  text-align: left;
}
.cid-uXa6249XgO .mbr-text,
.cid-uXa6249XgO .item .mbr-section-btn {
  text-align: center;
}
.cid-uXa6249XgO .content-head {
  max-width: 800px;
}
.cid-uXa624FL08 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3924ee;
}
.cid-uXa624FL08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa624FL08 .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-uXa624FL08 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa624FL08 .row {
  flex-direction: row-reverse;
}
.cid-uXa624FL08 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa624FL08 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa624FL08 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa624FL08 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa624FL08 .mbr-text,
.cid-uXa624FL08 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa6251KPl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXa6251KPl .content-head {
  max-width: 800px;
}
.cid-uXa6251KPl .mbr-text,
.cid-uXa6251KPl .mbr-section-btn {
  color: #3924ee;
}
.cid-uXa625kalc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e008a;
}
.cid-uXa625kalc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa625kalc .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa625kalc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa625kalc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa625kalc .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ff0909;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #3924ee;
  height: 80px;
  border-radius: 50%;
}
.cid-uXa625kalc .card-title,
.cid-uXa625kalc .iconfont-wrapper,
.cid-uXa625kalc .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXa625kalc .content-head {
  max-width: 800px;
}
.cid-uXa625kalc .mbr-section-title {
  color: #ffffff;
}
.cid-uXa625kalc .mbr-section-btn {
  text-align: center;
}
.cid-uXa625kalc .card-text,
.cid-uXa625kalc .mbr-section-btn {
  color: #ffffff;
}
.cid-uXa625kalc .card-title,
.cid-uXa625kalc .iconfont-wrapper {
  color: #3924ee;
}
.cid-uXa625Z9xu {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3924ee;
}
.cid-uXa625Z9xu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXa625Z9xu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXa625Z9xu {
    align-items: center;
  }
  .cid-uXa625Z9xu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXa625Z9xu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXa625Z9xu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXa625Z9xu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXa625Z9xu .content-wrap {
    width: 100%;
  }
}
.cid-uXa625Z9xu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXa625Z9xu .mbr-text,
.cid-uXa625Z9xu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXa625Z9xu .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uXa626mgon.popup-builder {
  background-color: #ffffff;
}
.cid-uXa626mgon.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXa626mgon.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXa626mgon .modal-content,
.cid-uXa626mgon .modal-dialog {
  height: auto;
}
.cid-uXa626mgon .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXa626mgon .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXa626mgon .form-wrapper .mbr-form .form-group,
  .cid-uXa626mgon .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXa626mgon .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXa626mgon .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-uXa626mgon .mbr-text {
  text-align: center;
}
.cid-uXa626mgon .pt-0 {
  padding-top: 0 !important;
}
.cid-uXa626mgon .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXa626mgon .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXa626mgon .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXa626mgon .modal-open {
  overflow: hidden;
}
.cid-uXa626mgon .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXa626mgon .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXa626mgon .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXa626mgon .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-uXa626mgon .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXa626mgon .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXa626mgon .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXa626mgon .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-uXa626mgon .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXa626mgon .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXa626mgon .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXa626mgon .modal-backdrop.show {
  opacity: .5;
}
.cid-uXa626mgon .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-uXa626mgon .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa626mgon .modal-header {
    padding: 1rem;
  }
}
.cid-uXa626mgon .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXa626mgon .modal-header .close svg {
  fill: #133bb4;
}
.cid-uXa626mgon .modal-header .close:hover {
  opacity: 1;
}
.cid-uXa626mgon .modal-header .close:focus {
  outline: none;
}
.cid-uXa626mgon .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uXa626mgon .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXa626mgon .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa626mgon .modal-body {
    padding: 1rem;
  }
}
.cid-uXa626mgon .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-uXa626mgon .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa626mgon .modal-footer {
    padding: 1rem;
  }
}
.cid-uXa626mgon .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXa626mgon .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXa626mgon .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXa626mgon .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXa626mgon .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXa626mgon .modal-lg,
  .cid-uXa626mgon .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXa626mgon .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXa626mgon .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXa626mgon .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-uXa626mgon .form-group {
  margin-bottom: 1rem;
}
.cid-uXa626mgon .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXa626mgon .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXa626mgon .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-uXa626mgon .mbr-section-btn {
  margin: 0;
}
.cid-uXa626mgon .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXa626mgon .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uXa626mgon .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uXa626mgon P {
  text-align: center;
}
.cid-uXa626YxoL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uXa626YxoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa626YxoL .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-uXa626YxoL .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa626YxoL .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uXa626YxoL .google-map {
  height: 100%;
  position: relative;
}
.cid-uXa626YxoL .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXa626YxoL .google-map iframe {
    min-height: 350px;
  }
}
.cid-uXa626YxoL .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-uXa626YxoL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXa626YxoL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXa626YxoL .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXa626YxoL .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa626YxoL .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXa626YxoL ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uXa626YxoL .content-head {
  max-width: 800px;
}
.cid-uXa626YxoL .mbr-section-title {
  color: #ffffff;
}
.cid-uXa626YxoL .cardTitle {
  text-align: center;
  color: #000000;
}
.cid-uXa626YxoL .list,
.cid-uXa626YxoL .item-wrap {
  color: #000000;
}
.cid-uXa627tlGN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXa627tlGN .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-6y .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-6y .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-6y .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-6y .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-6y .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-6y a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-6y a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uXa6GCtl0K {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXa6GCtl0K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXa6GCtl0K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXa6GCtl0K .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXa6GCtl0K .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXa6GCtl0K .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXa6GCtl0K .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXa6GCtl0K .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXa6GCtl0K .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXa6GCtl0K .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXa6GCtl0K .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXa6GCtl0K .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXa6GCtl0K .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXa6GCtl0K .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXa6GCtl0K .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXa6GCtl0K .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXa6GCtl0K .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXa6GCtl0K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXa6GCtl0K .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: #0e008a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXa6GCtl0K .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa6GCtl0K .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXa6GCtl0K .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXa6GCtl0K .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: #0e008a;
}
.cid-uXa6GCtl0K .nav-item:focus,
.cid-uXa6GCtl0K .nav-link:focus {
  outline: none;
}
.cid-uXa6GCtl0K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXa6GCtl0K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXa6GCtl0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXa6GCtl0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXa6GCtl0K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXa6GCtl0K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar.opened {
  transition: all 0.3s;
}
.cid-uXa6GCtl0K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXa6GCtl0K .navbar .navbar-logo img {
  width: auto;
}
.cid-uXa6GCtl0K .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXa6GCtl0K .navbar.collapsed {
  justify-content: center;
}
.cid-uXa6GCtl0K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXa6GCtl0K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXa6GCtl0K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXa6GCtl0K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXa6GCtl0K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXa6GCtl0K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXa6GCtl0K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXa6GCtl0K .navbar {
    min-height: 72px;
  }
  .cid-uXa6GCtl0K .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXa6GCtl0K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXa6GCtl0K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXa6GCtl0K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXa6GCtl0K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXa6GCtl0K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXa6GCtl0K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXa6GCtl0K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXa6GCtl0K .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXa6GCtl0K .dropdown-item.active,
.cid-uXa6GCtl0K .dropdown-item:active {
  background-color: transparent;
}
.cid-uXa6GCtl0K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXa6GCtl0K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXa6GCtl0K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXa6GCtl0K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e008a;
}
.cid-uXa6GCtl0K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXa6GCtl0K .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXa6GCtl0K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXa6GCtl0K .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXa6GCtl0K .navbar-buttons {
    text-align: left;
  }
}
.cid-uXa6GCtl0K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXa6GCtl0K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0909;
}
.cid-uXa6GCtl0K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXa6GCtl0K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa6GCtl0K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa6GCtl0K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXa6GCtl0K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa6GCtl0K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXa6GCtl0K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXa6GCtl0K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa6GCtl0K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXa6GCtl0K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXa6GCtl0K .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-uXa6GCtl0K .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXa6GCtl0K .navbar {
    height: 70px;
  }
  .cid-uXa6GCtl0K .navbar.opened {
    height: auto;
  }
  .cid-uXa6GCtl0K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXa6GCtl0K .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXa6GCtl0K .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXa6GCtl0K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXa6GCtl0K .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXa6GCtl0K .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXa6GCtl0K .navbar-brand {
    margin-right: auto;
  }
  .cid-uXa6GCtl0K .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e008a;
    backdrop-filter: blur(8px);
  }
  .cid-uXa6GCtl0K .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXa6GCtl0K .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXa6GCtl0K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXa6GCtl0K .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-uXa6GCtl0K .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXa6GCtl0K .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXa6GDkatb {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-header-1920x1262.webp");
}
.cid-uXa6GDkatb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa6GDkatb .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-uXa6GDkatb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa6GDkatb .row {
  flex-direction: row-reverse;
}
.cid-uXa6GDkatb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa6GDkatb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa6GDkatb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa6GDkatb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa6GDkatb .mbr-text,
.cid-uXa6GDkatb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa6GEbdWq {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXa6GEbdWq img,
.cid-uXa6GEbdWq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXa6GEbdWq .item:focus,
.cid-uXa6GEbdWq span:focus {
  outline: none;
}
.cid-uXa6GEbdWq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa6GEbdWq .item {
    margin-bottom: 1rem;
  }
}
.cid-uXa6GEbdWq .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-uXa6GEbdWq .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa6GEbdWq .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXa6GEbdWq .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXa6GEbdWq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXa6GEbdWq .mbr-section-title {
  color: #0e008a;
}
.cid-uXa6GEbdWq .item-title {
  text-align: center;
  color: #232323;
}
.cid-uXa6GEbdWq .item-subtitle {
  text-align: left;
}
.cid-uXa6GEbdWq .mbr-text,
.cid-uXa6GEbdWq .item .mbr-section-btn {
  text-align: center;
}
.cid-uXa6GEbdWq .content-head {
  max-width: 800px;
}
.cid-uXa6GF1KBp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3924ee;
}
.cid-uXa6GF1KBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa6GF1KBp .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-uXa6GF1KBp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa6GF1KBp .row {
  flex-direction: row-reverse;
}
.cid-uXa6GF1KBp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa6GF1KBp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa6GF1KBp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa6GF1KBp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa6GF1KBp .mbr-text,
.cid-uXa6GF1KBp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa6GGofDu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXa6GGofDu .content-head {
  max-width: 800px;
}
.cid-uXa6GGofDu .mbr-text,
.cid-uXa6GGofDu .mbr-section-btn {
  color: #3924ee;
}
.cid-uXa6GGGOwf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e008a;
}
.cid-uXa6GGGOwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa6GGGOwf .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa6GGGOwf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa6GGGOwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa6GGGOwf .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ff0909;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #3924ee;
  height: 80px;
  border-radius: 50%;
}
.cid-uXa6GGGOwf .card-title,
.cid-uXa6GGGOwf .iconfont-wrapper,
.cid-uXa6GGGOwf .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXa6GGGOwf .content-head {
  max-width: 800px;
}
.cid-uXa6GGGOwf .mbr-section-title {
  color: #ffffff;
}
.cid-uXa6GGGOwf .mbr-section-btn {
  text-align: center;
}
.cid-uXa6GGGOwf .card-text,
.cid-uXa6GGGOwf .mbr-section-btn {
  color: #ffffff;
}
.cid-uXa6GGGOwf .card-title,
.cid-uXa6GGGOwf .iconfont-wrapper {
  color: #3924ee;
}
.cid-uXa6GHhr1q {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3924ee;
}
.cid-uXa6GHhr1q .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXa6GHhr1q .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXa6GHhr1q {
    align-items: center;
  }
  .cid-uXa6GHhr1q .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXa6GHhr1q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXa6GHhr1q {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXa6GHhr1q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXa6GHhr1q .content-wrap {
    width: 100%;
  }
}
.cid-uXa6GHhr1q .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXa6GHhr1q .mbr-text,
.cid-uXa6GHhr1q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXa6GHhr1q .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uXa6GHDrYA.popup-builder {
  background-color: #ffffff;
}
.cid-uXa6GHDrYA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXa6GHDrYA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXa6GHDrYA .modal-content,
.cid-uXa6GHDrYA .modal-dialog {
  height: auto;
}
.cid-uXa6GHDrYA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXa6GHDrYA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXa6GHDrYA .form-wrapper .mbr-form .form-group,
  .cid-uXa6GHDrYA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXa6GHDrYA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXa6GHDrYA .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-uXa6GHDrYA .mbr-text {
  text-align: center;
}
.cid-uXa6GHDrYA .pt-0 {
  padding-top: 0 !important;
}
.cid-uXa6GHDrYA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXa6GHDrYA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXa6GHDrYA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXa6GHDrYA .modal-open {
  overflow: hidden;
}
.cid-uXa6GHDrYA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXa6GHDrYA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXa6GHDrYA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXa6GHDrYA .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-uXa6GHDrYA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXa6GHDrYA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXa6GHDrYA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXa6GHDrYA .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-uXa6GHDrYA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXa6GHDrYA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXa6GHDrYA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXa6GHDrYA .modal-backdrop.show {
  opacity: .5;
}
.cid-uXa6GHDrYA .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-uXa6GHDrYA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa6GHDrYA .modal-header {
    padding: 1rem;
  }
}
.cid-uXa6GHDrYA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXa6GHDrYA .modal-header .close svg {
  fill: #133bb4;
}
.cid-uXa6GHDrYA .modal-header .close:hover {
  opacity: 1;
}
.cid-uXa6GHDrYA .modal-header .close:focus {
  outline: none;
}
.cid-uXa6GHDrYA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uXa6GHDrYA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXa6GHDrYA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa6GHDrYA .modal-body {
    padding: 1rem;
  }
}
.cid-uXa6GHDrYA .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-uXa6GHDrYA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa6GHDrYA .modal-footer {
    padding: 1rem;
  }
}
.cid-uXa6GHDrYA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXa6GHDrYA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXa6GHDrYA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXa6GHDrYA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXa6GHDrYA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXa6GHDrYA .modal-lg,
  .cid-uXa6GHDrYA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXa6GHDrYA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXa6GHDrYA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXa6GHDrYA .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-uXa6GHDrYA .form-group {
  margin-bottom: 1rem;
}
.cid-uXa6GHDrYA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXa6GHDrYA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXa6GHDrYA .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-uXa6GHDrYA .mbr-section-btn {
  margin: 0;
}
.cid-uXa6GHDrYA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXa6GHDrYA .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uXa6GHDrYA .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uXa6GHDrYA P {
  text-align: center;
}
.cid-uXa6GIacij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uXa6GIacij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa6GIacij .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-uXa6GIacij .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa6GIacij .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uXa6GIacij .google-map {
  height: 100%;
  position: relative;
}
.cid-uXa6GIacij .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXa6GIacij .google-map iframe {
    min-height: 350px;
  }
}
.cid-uXa6GIacij .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-uXa6GIacij .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXa6GIacij .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXa6GIacij .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXa6GIacij .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa6GIacij .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXa6GIacij ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uXa6GIacij .content-head {
  max-width: 800px;
}
.cid-uXa6GIacij .mbr-section-title {
  color: #ffffff;
}
.cid-uXa6GIacij .cardTitle {
  text-align: center;
  color: #000000;
}
.cid-uXa6GIacij .list,
.cid-uXa6GIacij .item-wrap {
  color: #000000;
}
.cid-uXa6GIIuZA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXa6GIIuZA .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-7k .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-7k .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-7k .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-7k .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-7k .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-7k a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-7k a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uXa7hlRDAq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXa7hlRDAq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXa7hlRDAq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXa7hlRDAq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXa7hlRDAq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXa7hlRDAq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXa7hlRDAq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXa7hlRDAq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXa7hlRDAq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXa7hlRDAq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXa7hlRDAq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXa7hlRDAq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXa7hlRDAq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXa7hlRDAq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXa7hlRDAq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXa7hlRDAq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXa7hlRDAq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXa7hlRDAq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXa7hlRDAq .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: #0e008a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXa7hlRDAq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa7hlRDAq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXa7hlRDAq .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXa7hlRDAq .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: #0e008a;
}
.cid-uXa7hlRDAq .nav-item:focus,
.cid-uXa7hlRDAq .nav-link:focus {
  outline: none;
}
.cid-uXa7hlRDAq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXa7hlRDAq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXa7hlRDAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXa7hlRDAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXa7hlRDAq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXa7hlRDAq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar.opened {
  transition: all 0.3s;
}
.cid-uXa7hlRDAq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXa7hlRDAq .navbar .navbar-logo img {
  width: auto;
}
.cid-uXa7hlRDAq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXa7hlRDAq .navbar.collapsed {
  justify-content: center;
}
.cid-uXa7hlRDAq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXa7hlRDAq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXa7hlRDAq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXa7hlRDAq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXa7hlRDAq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXa7hlRDAq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXa7hlRDAq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXa7hlRDAq .navbar {
    min-height: 72px;
  }
  .cid-uXa7hlRDAq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXa7hlRDAq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXa7hlRDAq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXa7hlRDAq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXa7hlRDAq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXa7hlRDAq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXa7hlRDAq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXa7hlRDAq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXa7hlRDAq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXa7hlRDAq .dropdown-item.active,
.cid-uXa7hlRDAq .dropdown-item:active {
  background-color: transparent;
}
.cid-uXa7hlRDAq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXa7hlRDAq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXa7hlRDAq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXa7hlRDAq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e008a;
}
.cid-uXa7hlRDAq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXa7hlRDAq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXa7hlRDAq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXa7hlRDAq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXa7hlRDAq .navbar-buttons {
    text-align: left;
  }
}
.cid-uXa7hlRDAq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXa7hlRDAq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0909;
}
.cid-uXa7hlRDAq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXa7hlRDAq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa7hlRDAq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa7hlRDAq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXa7hlRDAq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa7hlRDAq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXa7hlRDAq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXa7hlRDAq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa7hlRDAq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXa7hlRDAq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXa7hlRDAq .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-uXa7hlRDAq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXa7hlRDAq .navbar {
    height: 70px;
  }
  .cid-uXa7hlRDAq .navbar.opened {
    height: auto;
  }
  .cid-uXa7hlRDAq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXa7hlRDAq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXa7hlRDAq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXa7hlRDAq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXa7hlRDAq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXa7hlRDAq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXa7hlRDAq .navbar-brand {
    margin-right: auto;
  }
  .cid-uXa7hlRDAq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e008a;
    backdrop-filter: blur(8px);
  }
  .cid-uXa7hlRDAq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXa7hlRDAq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXa7hlRDAq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXa7hlRDAq .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-uXa7hlRDAq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXa7hlRDAq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXa7hmJ3h7 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-header-1920x1262.webp");
}
.cid-uXa7hmJ3h7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa7hmJ3h7 .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-uXa7hmJ3h7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa7hmJ3h7 .row {
  flex-direction: row-reverse;
}
.cid-uXa7hmJ3h7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa7hmJ3h7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa7hmJ3h7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa7hmJ3h7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa7hmJ3h7 .mbr-text,
.cid-uXa7hmJ3h7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa7hn5v2i {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXa7hn5v2i img,
.cid-uXa7hn5v2i .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXa7hn5v2i .item:focus,
.cid-uXa7hn5v2i span:focus {
  outline: none;
}
.cid-uXa7hn5v2i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa7hn5v2i .item {
    margin-bottom: 1rem;
  }
}
.cid-uXa7hn5v2i .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-uXa7hn5v2i .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa7hn5v2i .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXa7hn5v2i .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXa7hn5v2i .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXa7hn5v2i .mbr-section-title {
  color: #0e008a;
}
.cid-uXa7hn5v2i .item-title {
  text-align: center;
  color: #232323;
}
.cid-uXa7hn5v2i .item-subtitle {
  text-align: left;
}
.cid-uXa7hn5v2i .mbr-text,
.cid-uXa7hn5v2i .item .mbr-section-btn {
  text-align: center;
}
.cid-uXa7hn5v2i .content-head {
  max-width: 800px;
}
.cid-uXa7hnySGL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3924ee;
}
.cid-uXa7hnySGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa7hnySGL .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-uXa7hnySGL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa7hnySGL .row {
  flex-direction: row-reverse;
}
.cid-uXa7hnySGL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa7hnySGL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa7hnySGL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa7hnySGL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa7hnySGL .mbr-text,
.cid-uXa7hnySGL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa7hnSfHg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXa7hnSfHg .content-head {
  max-width: 800px;
}
.cid-uXa7hnSfHg .mbr-text,
.cid-uXa7hnSfHg .mbr-section-btn {
  color: #3924ee;
}
.cid-uXa7ho9C2d {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e008a;
}
.cid-uXa7ho9C2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa7ho9C2d .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa7ho9C2d .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa7ho9C2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa7ho9C2d .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ff0909;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #3924ee;
  height: 80px;
  border-radius: 50%;
}
.cid-uXa7ho9C2d .card-title,
.cid-uXa7ho9C2d .iconfont-wrapper,
.cid-uXa7ho9C2d .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXa7ho9C2d .content-head {
  max-width: 800px;
}
.cid-uXa7ho9C2d .mbr-section-title {
  color: #ffffff;
}
.cid-uXa7ho9C2d .mbr-section-btn {
  text-align: center;
}
.cid-uXa7ho9C2d .card-text,
.cid-uXa7ho9C2d .mbr-section-btn {
  color: #ffffff;
}
.cid-uXa7ho9C2d .card-title,
.cid-uXa7ho9C2d .iconfont-wrapper {
  color: #3924ee;
}
.cid-uXa7hoF9TY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3924ee;
}
.cid-uXa7hoF9TY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXa7hoF9TY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXa7hoF9TY {
    align-items: center;
  }
  .cid-uXa7hoF9TY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXa7hoF9TY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXa7hoF9TY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXa7hoF9TY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXa7hoF9TY .content-wrap {
    width: 100%;
  }
}
.cid-uXa7hoF9TY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXa7hoF9TY .mbr-text,
.cid-uXa7hoF9TY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXa7hoF9TY .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uXa7hp5awE.popup-builder {
  background-color: #ffffff;
}
.cid-uXa7hp5awE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXa7hp5awE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXa7hp5awE .modal-content,
.cid-uXa7hp5awE .modal-dialog {
  height: auto;
}
.cid-uXa7hp5awE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXa7hp5awE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXa7hp5awE .form-wrapper .mbr-form .form-group,
  .cid-uXa7hp5awE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXa7hp5awE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXa7hp5awE .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-uXa7hp5awE .mbr-text {
  text-align: center;
}
.cid-uXa7hp5awE .pt-0 {
  padding-top: 0 !important;
}
.cid-uXa7hp5awE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXa7hp5awE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXa7hp5awE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXa7hp5awE .modal-open {
  overflow: hidden;
}
.cid-uXa7hp5awE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXa7hp5awE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXa7hp5awE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXa7hp5awE .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-uXa7hp5awE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXa7hp5awE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXa7hp5awE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXa7hp5awE .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-uXa7hp5awE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXa7hp5awE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXa7hp5awE .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXa7hp5awE .modal-backdrop.show {
  opacity: .5;
}
.cid-uXa7hp5awE .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-uXa7hp5awE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa7hp5awE .modal-header {
    padding: 1rem;
  }
}
.cid-uXa7hp5awE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXa7hp5awE .modal-header .close svg {
  fill: #133bb4;
}
.cid-uXa7hp5awE .modal-header .close:hover {
  opacity: 1;
}
.cid-uXa7hp5awE .modal-header .close:focus {
  outline: none;
}
.cid-uXa7hp5awE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uXa7hp5awE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXa7hp5awE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa7hp5awE .modal-body {
    padding: 1rem;
  }
}
.cid-uXa7hp5awE .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-uXa7hp5awE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa7hp5awE .modal-footer {
    padding: 1rem;
  }
}
.cid-uXa7hp5awE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXa7hp5awE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXa7hp5awE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXa7hp5awE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXa7hp5awE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXa7hp5awE .modal-lg,
  .cid-uXa7hp5awE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXa7hp5awE .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXa7hp5awE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXa7hp5awE .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-uXa7hp5awE .form-group {
  margin-bottom: 1rem;
}
.cid-uXa7hp5awE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXa7hp5awE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXa7hp5awE .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-uXa7hp5awE .mbr-section-btn {
  margin: 0;
}
.cid-uXa7hp5awE .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXa7hp5awE .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uXa7hp5awE .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uXa7hp5awE P {
  text-align: center;
}
.cid-uXa7hpCpCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uXa7hpCpCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa7hpCpCO .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-uXa7hpCpCO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa7hpCpCO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uXa7hpCpCO .google-map {
  height: 100%;
  position: relative;
}
.cid-uXa7hpCpCO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXa7hpCpCO .google-map iframe {
    min-height: 350px;
  }
}
.cid-uXa7hpCpCO .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-uXa7hpCpCO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXa7hpCpCO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXa7hpCpCO .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXa7hpCpCO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa7hpCpCO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXa7hpCpCO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uXa7hpCpCO .content-head {
  max-width: 800px;
}
.cid-uXa7hpCpCO .mbr-section-title {
  color: #ffffff;
}
.cid-uXa7hpCpCO .cardTitle {
  text-align: center;
  color: #000000;
}
.cid-uXa7hpCpCO .list,
.cid-uXa7hpCpCO .item-wrap {
  color: #000000;
}
.cid-uXa7hq4Opm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXa7hq4Opm .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-7v .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-7v .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-7v .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-7v .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-7v .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-7v a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-7v a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uXa7GVGlbT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXa7GVGlbT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXa7GVGlbT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXa7GVGlbT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXa7GVGlbT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXa7GVGlbT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXa7GVGlbT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXa7GVGlbT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXa7GVGlbT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXa7GVGlbT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXa7GVGlbT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXa7GVGlbT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXa7GVGlbT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXa7GVGlbT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXa7GVGlbT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXa7GVGlbT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXa7GVGlbT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXa7GVGlbT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXa7GVGlbT .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: #0e008a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXa7GVGlbT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa7GVGlbT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXa7GVGlbT .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXa7GVGlbT .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: #0e008a;
}
.cid-uXa7GVGlbT .nav-item:focus,
.cid-uXa7GVGlbT .nav-link:focus {
  outline: none;
}
.cid-uXa7GVGlbT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXa7GVGlbT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXa7GVGlbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXa7GVGlbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXa7GVGlbT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXa7GVGlbT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar.opened {
  transition: all 0.3s;
}
.cid-uXa7GVGlbT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXa7GVGlbT .navbar .navbar-logo img {
  width: auto;
}
.cid-uXa7GVGlbT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXa7GVGlbT .navbar.collapsed {
  justify-content: center;
}
.cid-uXa7GVGlbT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXa7GVGlbT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXa7GVGlbT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXa7GVGlbT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXa7GVGlbT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXa7GVGlbT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXa7GVGlbT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXa7GVGlbT .navbar {
    min-height: 72px;
  }
  .cid-uXa7GVGlbT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXa7GVGlbT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXa7GVGlbT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXa7GVGlbT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXa7GVGlbT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXa7GVGlbT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXa7GVGlbT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXa7GVGlbT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXa7GVGlbT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXa7GVGlbT .dropdown-item.active,
.cid-uXa7GVGlbT .dropdown-item:active {
  background-color: transparent;
}
.cid-uXa7GVGlbT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXa7GVGlbT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXa7GVGlbT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXa7GVGlbT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e008a;
}
.cid-uXa7GVGlbT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXa7GVGlbT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXa7GVGlbT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXa7GVGlbT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXa7GVGlbT .navbar-buttons {
    text-align: left;
  }
}
.cid-uXa7GVGlbT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXa7GVGlbT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0909;
}
.cid-uXa7GVGlbT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXa7GVGlbT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa7GVGlbT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa7GVGlbT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXa7GVGlbT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa7GVGlbT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXa7GVGlbT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXa7GVGlbT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa7GVGlbT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXa7GVGlbT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXa7GVGlbT .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-uXa7GVGlbT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXa7GVGlbT .navbar {
    height: 70px;
  }
  .cid-uXa7GVGlbT .navbar.opened {
    height: auto;
  }
  .cid-uXa7GVGlbT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXa7GVGlbT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXa7GVGlbT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXa7GVGlbT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXa7GVGlbT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXa7GVGlbT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXa7GVGlbT .navbar-brand {
    margin-right: auto;
  }
  .cid-uXa7GVGlbT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e008a;
    backdrop-filter: blur(8px);
  }
  .cid-uXa7GVGlbT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXa7GVGlbT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXa7GVGlbT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXa7GVGlbT .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-uXa7GVGlbT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXa7GVGlbT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXa7GWJsoC {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-header-1920x1262.webp");
}
.cid-uXa7GWJsoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa7GWJsoC .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-uXa7GWJsoC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa7GWJsoC .row {
  flex-direction: row-reverse;
}
.cid-uXa7GWJsoC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa7GWJsoC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa7GWJsoC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa7GWJsoC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa7GWJsoC .mbr-text,
.cid-uXa7GWJsoC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa7GX5nP3 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXa7GX5nP3 img,
.cid-uXa7GX5nP3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXa7GX5nP3 .item:focus,
.cid-uXa7GX5nP3 span:focus {
  outline: none;
}
.cid-uXa7GX5nP3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa7GX5nP3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uXa7GX5nP3 .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-uXa7GX5nP3 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa7GX5nP3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXa7GX5nP3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXa7GX5nP3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXa7GX5nP3 .mbr-section-title {
  color: #0e008a;
}
.cid-uXa7GX5nP3 .item-title {
  text-align: center;
  color: #232323;
}
.cid-uXa7GX5nP3 .item-subtitle {
  text-align: left;
}
.cid-uXa7GX5nP3 .mbr-text,
.cid-uXa7GX5nP3 .item .mbr-section-btn {
  text-align: center;
}
.cid-uXa7GX5nP3 .content-head {
  max-width: 800px;
}
.cid-uXa7GXFYtv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3924ee;
}
.cid-uXa7GXFYtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa7GXFYtv .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-uXa7GXFYtv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa7GXFYtv .row {
  flex-direction: row-reverse;
}
.cid-uXa7GXFYtv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa7GXFYtv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa7GXFYtv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa7GXFYtv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa7GXFYtv .mbr-text,
.cid-uXa7GXFYtv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa7GXViQD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXa7GXViQD .content-head {
  max-width: 800px;
}
.cid-uXa7GXViQD .mbr-text,
.cid-uXa7GXViQD .mbr-section-btn {
  color: #3924ee;
}
.cid-uXa7GYc5AS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e008a;
}
.cid-uXa7GYc5AS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa7GYc5AS .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa7GYc5AS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa7GYc5AS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa7GYc5AS .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ff0909;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #3924ee;
  height: 80px;
  border-radius: 50%;
}
.cid-uXa7GYc5AS .card-title,
.cid-uXa7GYc5AS .iconfont-wrapper,
.cid-uXa7GYc5AS .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXa7GYc5AS .content-head {
  max-width: 800px;
}
.cid-uXa7GYc5AS .mbr-section-title {
  color: #ffffff;
}
.cid-uXa7GYc5AS .mbr-section-btn {
  text-align: center;
}
.cid-uXa7GYc5AS .card-text,
.cid-uXa7GYc5AS .mbr-section-btn {
  color: #ffffff;
}
.cid-uXa7GYc5AS .card-title,
.cid-uXa7GYc5AS .iconfont-wrapper {
  color: #3924ee;
}
.cid-uXa7GYIBSG {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3924ee;
}
.cid-uXa7GYIBSG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXa7GYIBSG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXa7GYIBSG {
    align-items: center;
  }
  .cid-uXa7GYIBSG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXa7GYIBSG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXa7GYIBSG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXa7GYIBSG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXa7GYIBSG .content-wrap {
    width: 100%;
  }
}
.cid-uXa7GYIBSG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXa7GYIBSG .mbr-text,
.cid-uXa7GYIBSG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXa7GYIBSG .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uXa7GZ5dKC.popup-builder {
  background-color: #ffffff;
}
.cid-uXa7GZ5dKC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXa7GZ5dKC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXa7GZ5dKC .modal-content,
.cid-uXa7GZ5dKC .modal-dialog {
  height: auto;
}
.cid-uXa7GZ5dKC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXa7GZ5dKC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXa7GZ5dKC .form-wrapper .mbr-form .form-group,
  .cid-uXa7GZ5dKC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXa7GZ5dKC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXa7GZ5dKC .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-uXa7GZ5dKC .mbr-text {
  text-align: center;
}
.cid-uXa7GZ5dKC .pt-0 {
  padding-top: 0 !important;
}
.cid-uXa7GZ5dKC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXa7GZ5dKC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXa7GZ5dKC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXa7GZ5dKC .modal-open {
  overflow: hidden;
}
.cid-uXa7GZ5dKC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXa7GZ5dKC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXa7GZ5dKC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXa7GZ5dKC .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-uXa7GZ5dKC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXa7GZ5dKC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXa7GZ5dKC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXa7GZ5dKC .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-uXa7GZ5dKC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXa7GZ5dKC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXa7GZ5dKC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXa7GZ5dKC .modal-backdrop.show {
  opacity: .5;
}
.cid-uXa7GZ5dKC .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-uXa7GZ5dKC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa7GZ5dKC .modal-header {
    padding: 1rem;
  }
}
.cid-uXa7GZ5dKC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXa7GZ5dKC .modal-header .close svg {
  fill: #133bb4;
}
.cid-uXa7GZ5dKC .modal-header .close:hover {
  opacity: 1;
}
.cid-uXa7GZ5dKC .modal-header .close:focus {
  outline: none;
}
.cid-uXa7GZ5dKC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uXa7GZ5dKC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXa7GZ5dKC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa7GZ5dKC .modal-body {
    padding: 1rem;
  }
}
.cid-uXa7GZ5dKC .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-uXa7GZ5dKC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa7GZ5dKC .modal-footer {
    padding: 1rem;
  }
}
.cid-uXa7GZ5dKC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXa7GZ5dKC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXa7GZ5dKC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXa7GZ5dKC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXa7GZ5dKC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXa7GZ5dKC .modal-lg,
  .cid-uXa7GZ5dKC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXa7GZ5dKC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXa7GZ5dKC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXa7GZ5dKC .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-uXa7GZ5dKC .form-group {
  margin-bottom: 1rem;
}
.cid-uXa7GZ5dKC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXa7GZ5dKC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXa7GZ5dKC .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-uXa7GZ5dKC .mbr-section-btn {
  margin: 0;
}
.cid-uXa7GZ5dKC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXa7GZ5dKC .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uXa7GZ5dKC .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uXa7GZ5dKC P {
  text-align: center;
}
.cid-uXa7GZRXjB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uXa7GZRXjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa7GZRXjB .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-uXa7GZRXjB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa7GZRXjB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uXa7GZRXjB .google-map {
  height: 100%;
  position: relative;
}
.cid-uXa7GZRXjB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXa7GZRXjB .google-map iframe {
    min-height: 350px;
  }
}
.cid-uXa7GZRXjB .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-uXa7GZRXjB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXa7GZRXjB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXa7GZRXjB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXa7GZRXjB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa7GZRXjB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXa7GZRXjB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uXa7GZRXjB .content-head {
  max-width: 800px;
}
.cid-uXa7GZRXjB .mbr-section-title {
  color: #ffffff;
}
.cid-uXa7GZRXjB .cardTitle {
  text-align: center;
  color: #000000;
}
.cid-uXa7GZRXjB .list,
.cid-uXa7GZRXjB .item-wrap {
  color: #000000;
}
.cid-uXa7H0xCOj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXa7H0xCOj .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-86 .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-86 .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-86 .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-86 .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-86 .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-86 a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-86 a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uXa855GYIh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXa855GYIh .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-uXa855GYIh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXa855GYIh .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-uXa855GYIh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXa855GYIh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXa855GYIh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXa855GYIh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXa855GYIh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXa855GYIh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXa855GYIh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXa855GYIh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXa855GYIh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXa855GYIh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXa855GYIh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXa855GYIh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXa855GYIh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXa855GYIh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXa855GYIh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXa855GYIh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXa855GYIh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXa855GYIh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXa855GYIh .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: #0e008a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXa855GYIh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa855GYIh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXa855GYIh .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXa855GYIh .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: #0e008a;
}
.cid-uXa855GYIh .nav-item:focus,
.cid-uXa855GYIh .nav-link:focus {
  outline: none;
}
.cid-uXa855GYIh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXa855GYIh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXa855GYIh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXa855GYIh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXa855GYIh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXa855GYIh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXa855GYIh .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-uXa855GYIh .navbar.opened {
  transition: all 0.3s;
}
.cid-uXa855GYIh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXa855GYIh .navbar .navbar-logo img {
  width: auto;
}
.cid-uXa855GYIh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXa855GYIh .navbar.collapsed {
  justify-content: center;
}
.cid-uXa855GYIh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXa855GYIh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXa855GYIh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXa855GYIh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXa855GYIh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXa855GYIh .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-uXa855GYIh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXa855GYIh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXa855GYIh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXa855GYIh .navbar {
    min-height: 72px;
  }
  .cid-uXa855GYIh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXa855GYIh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXa855GYIh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXa855GYIh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXa855GYIh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXa855GYIh .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-uXa855GYIh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXa855GYIh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXa855GYIh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXa855GYIh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXa855GYIh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXa855GYIh .dropdown-item.active,
.cid-uXa855GYIh .dropdown-item:active {
  background-color: transparent;
}
.cid-uXa855GYIh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXa855GYIh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXa855GYIh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXa855GYIh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e008a;
}
.cid-uXa855GYIh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXa855GYIh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXa855GYIh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXa855GYIh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXa855GYIh .navbar-buttons {
    text-align: left;
  }
}
.cid-uXa855GYIh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXa855GYIh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0909;
}
.cid-uXa855GYIh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXa855GYIh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa855GYIh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa855GYIh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXa855GYIh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa855GYIh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXa855GYIh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXa855GYIh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa855GYIh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXa855GYIh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXa855GYIh .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-uXa855GYIh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXa855GYIh .navbar {
    height: 70px;
  }
  .cid-uXa855GYIh .navbar.opened {
    height: auto;
  }
  .cid-uXa855GYIh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXa855GYIh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXa855GYIh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXa855GYIh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXa855GYIh .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-uXa855GYIh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXa855GYIh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXa855GYIh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXa855GYIh .navbar-brand {
    margin-right: auto;
  }
  .cid-uXa855GYIh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e008a;
    backdrop-filter: blur(8px);
  }
  .cid-uXa855GYIh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXa855GYIh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXa855GYIh .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-uXa855GYIh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXa855GYIh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXa855GYIh .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-uXa855GYIh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXa855GYIh .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-uXa855GYIh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXa855GYIh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXa856yFmu {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-header-1920x1262.webp");
}
.cid-uXa856yFmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa856yFmu .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-uXa856yFmu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa856yFmu .row {
  flex-direction: row-reverse;
}
.cid-uXa856yFmu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa856yFmu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa856yFmu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa856yFmu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa856yFmu .mbr-text,
.cid-uXa856yFmu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa856SXZk {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXa856SXZk img,
.cid-uXa856SXZk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXa856SXZk .item:focus,
.cid-uXa856SXZk span:focus {
  outline: none;
}
.cid-uXa856SXZk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa856SXZk .item {
    margin-bottom: 1rem;
  }
}
.cid-uXa856SXZk .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-uXa856SXZk .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa856SXZk .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXa856SXZk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXa856SXZk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXa856SXZk .mbr-section-title {
  color: #0e008a;
}
.cid-uXa856SXZk .item-title {
  text-align: center;
  color: #232323;
}
.cid-uXa856SXZk .item-subtitle {
  text-align: left;
}
.cid-uXa856SXZk .mbr-text,
.cid-uXa856SXZk .item .mbr-section-btn {
  text-align: center;
}
.cid-uXa856SXZk .content-head {
  max-width: 800px;
}
.cid-uXa857mlPt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3924ee;
}
.cid-uXa857mlPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa857mlPt .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-uXa857mlPt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa857mlPt .row {
  flex-direction: row-reverse;
}
.cid-uXa857mlPt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa857mlPt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa857mlPt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa857mlPt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa857mlPt .mbr-text,
.cid-uXa857mlPt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa857GXzi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXa857GXzi .content-head {
  max-width: 800px;
}
.cid-uXa857GXzi .mbr-text,
.cid-uXa857GXzi .mbr-section-btn {
  color: #3924ee;
}
.cid-uXa857Zm19 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e008a;
}
.cid-uXa857Zm19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa857Zm19 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa857Zm19 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa857Zm19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa857Zm19 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ff0909;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #3924ee;
  height: 80px;
  border-radius: 50%;
}
.cid-uXa857Zm19 .card-title,
.cid-uXa857Zm19 .iconfont-wrapper,
.cid-uXa857Zm19 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXa857Zm19 .content-head {
  max-width: 800px;
}
.cid-uXa857Zm19 .mbr-section-title {
  color: #ffffff;
}
.cid-uXa857Zm19 .mbr-section-btn {
  text-align: center;
}
.cid-uXa857Zm19 .card-text,
.cid-uXa857Zm19 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXa857Zm19 .card-title,
.cid-uXa857Zm19 .iconfont-wrapper {
  color: #3924ee;
}
.cid-uXa858xwie {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3924ee;
}
.cid-uXa858xwie .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXa858xwie .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXa858xwie {
    align-items: center;
  }
  .cid-uXa858xwie .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXa858xwie .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXa858xwie {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXa858xwie .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXa858xwie .content-wrap {
    width: 100%;
  }
}
.cid-uXa858xwie .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXa858xwie .mbr-text,
.cid-uXa858xwie .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXa858xwie .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uXa858TcC8.popup-builder {
  background-color: #ffffff;
}
.cid-uXa858TcC8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXa858TcC8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXa858TcC8 .modal-content,
.cid-uXa858TcC8 .modal-dialog {
  height: auto;
}
.cid-uXa858TcC8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXa858TcC8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXa858TcC8 .form-wrapper .mbr-form .form-group,
  .cid-uXa858TcC8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXa858TcC8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXa858TcC8 .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-uXa858TcC8 .mbr-text {
  text-align: center;
}
.cid-uXa858TcC8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXa858TcC8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXa858TcC8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXa858TcC8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXa858TcC8 .modal-open {
  overflow: hidden;
}
.cid-uXa858TcC8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXa858TcC8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXa858TcC8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXa858TcC8 .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-uXa858TcC8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXa858TcC8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXa858TcC8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXa858TcC8 .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-uXa858TcC8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXa858TcC8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXa858TcC8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXa858TcC8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXa858TcC8 .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-uXa858TcC8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa858TcC8 .modal-header {
    padding: 1rem;
  }
}
.cid-uXa858TcC8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXa858TcC8 .modal-header .close svg {
  fill: #133bb4;
}
.cid-uXa858TcC8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXa858TcC8 .modal-header .close:focus {
  outline: none;
}
.cid-uXa858TcC8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uXa858TcC8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXa858TcC8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa858TcC8 .modal-body {
    padding: 1rem;
  }
}
.cid-uXa858TcC8 .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-uXa858TcC8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa858TcC8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXa858TcC8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXa858TcC8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXa858TcC8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXa858TcC8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXa858TcC8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXa858TcC8 .modal-lg,
  .cid-uXa858TcC8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXa858TcC8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXa858TcC8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXa858TcC8 .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-uXa858TcC8 .form-group {
  margin-bottom: 1rem;
}
.cid-uXa858TcC8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXa858TcC8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXa858TcC8 .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-uXa858TcC8 .mbr-section-btn {
  margin: 0;
}
.cid-uXa858TcC8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXa858TcC8 .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uXa858TcC8 .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uXa858TcC8 P {
  text-align: center;
}
.cid-uXa859rBVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uXa859rBVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa859rBVE .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-uXa859rBVE .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa859rBVE .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uXa859rBVE .google-map {
  height: 100%;
  position: relative;
}
.cid-uXa859rBVE .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXa859rBVE .google-map iframe {
    min-height: 350px;
  }
}
.cid-uXa859rBVE .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-uXa859rBVE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXa859rBVE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXa859rBVE .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXa859rBVE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa859rBVE .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXa859rBVE ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uXa859rBVE .content-head {
  max-width: 800px;
}
.cid-uXa859rBVE .mbr-section-title {
  color: #ffffff;
}
.cid-uXa859rBVE .cardTitle {
  text-align: center;
  color: #000000;
}
.cid-uXa859rBVE .list,
.cid-uXa859rBVE .item-wrap {
  color: #000000;
}
.cid-uXa859XbVB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXa859XbVB .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-8h .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-8h .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-8h .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-8h .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-8h .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-8h a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-8h a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-uXa8A5HrSu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXa8A5HrSu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXa8A5HrSu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXa8A5HrSu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXa8A5HrSu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXa8A5HrSu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXa8A5HrSu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXa8A5HrSu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXa8A5HrSu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXa8A5HrSu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXa8A5HrSu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXa8A5HrSu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXa8A5HrSu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXa8A5HrSu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXa8A5HrSu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXa8A5HrSu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXa8A5HrSu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXa8A5HrSu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXa8A5HrSu .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: #0e008a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXa8A5HrSu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa8A5HrSu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXa8A5HrSu .iconfont-wrapper {
  color: #3924ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXa8A5HrSu .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: #0e008a;
}
.cid-uXa8A5HrSu .nav-item:focus,
.cid-uXa8A5HrSu .nav-link:focus {
  outline: none;
}
.cid-uXa8A5HrSu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXa8A5HrSu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXa8A5HrSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXa8A5HrSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXa8A5HrSu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXa8A5HrSu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar.opened {
  transition: all 0.3s;
}
.cid-uXa8A5HrSu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXa8A5HrSu .navbar .navbar-logo img {
  width: auto;
}
.cid-uXa8A5HrSu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXa8A5HrSu .navbar.collapsed {
  justify-content: center;
}
.cid-uXa8A5HrSu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXa8A5HrSu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXa8A5HrSu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXa8A5HrSu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXa8A5HrSu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXa8A5HrSu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXa8A5HrSu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXa8A5HrSu .navbar {
    min-height: 72px;
  }
  .cid-uXa8A5HrSu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXa8A5HrSu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXa8A5HrSu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXa8A5HrSu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXa8A5HrSu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXa8A5HrSu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXa8A5HrSu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXa8A5HrSu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXa8A5HrSu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXa8A5HrSu .dropdown-item.active,
.cid-uXa8A5HrSu .dropdown-item:active {
  background-color: transparent;
}
.cid-uXa8A5HrSu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXa8A5HrSu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXa8A5HrSu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXa8A5HrSu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e008a;
}
.cid-uXa8A5HrSu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXa8A5HrSu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXa8A5HrSu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXa8A5HrSu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXa8A5HrSu .navbar-buttons {
    text-align: left;
  }
}
.cid-uXa8A5HrSu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXa8A5HrSu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0909;
}
.cid-uXa8A5HrSu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXa8A5HrSu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa8A5HrSu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXa8A5HrSu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXa8A5HrSu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa8A5HrSu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXa8A5HrSu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXa8A5HrSu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXa8A5HrSu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXa8A5HrSu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXa8A5HrSu .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-uXa8A5HrSu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXa8A5HrSu .navbar {
    height: 70px;
  }
  .cid-uXa8A5HrSu .navbar.opened {
    height: auto;
  }
  .cid-uXa8A5HrSu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXa8A5HrSu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXa8A5HrSu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXa8A5HrSu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXa8A5HrSu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXa8A5HrSu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXa8A5HrSu .navbar-brand {
    margin-right: auto;
  }
  .cid-uXa8A5HrSu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e008a;
    backdrop-filter: blur(8px);
  }
  .cid-uXa8A5HrSu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXa8A5HrSu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXa8A5HrSu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXa8A5HrSu .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-uXa8A5HrSu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXa8A5HrSu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXa8A70h0j {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-header-1920x1262.webp");
}
.cid-uXa8A70h0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa8A70h0j .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-uXa8A70h0j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa8A70h0j .row {
  flex-direction: row-reverse;
}
.cid-uXa8A70h0j .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa8A70h0j .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa8A70h0j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa8A70h0j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa8A70h0j .mbr-text,
.cid-uXa8A70h0j .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa8A7tOJm {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXa8A7tOJm img,
.cid-uXa8A7tOJm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXa8A7tOJm .item:focus,
.cid-uXa8A7tOJm span:focus {
  outline: none;
}
.cid-uXa8A7tOJm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa8A7tOJm .item {
    margin-bottom: 1rem;
  }
}
.cid-uXa8A7tOJm .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-uXa8A7tOJm .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa8A7tOJm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXa8A7tOJm .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXa8A7tOJm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXa8A7tOJm .mbr-section-title {
  color: #0e008a;
}
.cid-uXa8A7tOJm .item-title {
  text-align: center;
  color: #232323;
}
.cid-uXa8A7tOJm .item-subtitle {
  text-align: left;
}
.cid-uXa8A7tOJm .mbr-text,
.cid-uXa8A7tOJm .item .mbr-section-btn {
  text-align: center;
}
.cid-uXa8A7tOJm .content-head {
  max-width: 800px;
}
.cid-uXa8A825oh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3924ee;
}
.cid-uXa8A825oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa8A825oh .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-uXa8A825oh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa8A825oh .row {
  flex-direction: row-reverse;
}
.cid-uXa8A825oh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXa8A825oh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXa8A825oh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXa8A825oh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXa8A825oh .mbr-text,
.cid-uXa8A825oh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uXa8A8jL0q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXa8A8jL0q .content-head {
  max-width: 800px;
}
.cid-uXa8A8jL0q .mbr-text,
.cid-uXa8A8jL0q .mbr-section-btn {
  color: #3924ee;
}
.cid-uXa8A8DIFd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e008a;
}
.cid-uXa8A8DIFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa8A8DIFd .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXa8A8DIFd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXa8A8DIFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa8A8DIFd .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ff0909;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #3924ee;
  height: 80px;
  border-radius: 50%;
}
.cid-uXa8A8DIFd .card-title,
.cid-uXa8A8DIFd .iconfont-wrapper,
.cid-uXa8A8DIFd .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXa8A8DIFd .content-head {
  max-width: 800px;
}
.cid-uXa8A8DIFd .mbr-section-title {
  color: #ffffff;
}
.cid-uXa8A8DIFd .mbr-section-btn {
  text-align: center;
}
.cid-uXa8A8DIFd .card-text,
.cid-uXa8A8DIFd .mbr-section-btn {
  color: #ffffff;
}
.cid-uXa8A8DIFd .card-title,
.cid-uXa8A8DIFd .iconfont-wrapper {
  color: #3924ee;
}
.cid-uXa8A9dWRZ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3924ee;
}
.cid-uXa8A9dWRZ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXa8A9dWRZ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXa8A9dWRZ {
    align-items: center;
  }
  .cid-uXa8A9dWRZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXa8A9dWRZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXa8A9dWRZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXa8A9dWRZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXa8A9dWRZ .content-wrap {
    width: 100%;
  }
}
.cid-uXa8A9dWRZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXa8A9dWRZ .mbr-text,
.cid-uXa8A9dWRZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXa8A9dWRZ .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uXa8A9Apjy.popup-builder {
  background-color: #ffffff;
}
.cid-uXa8A9Apjy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXa8A9Apjy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXa8A9Apjy .modal-content,
.cid-uXa8A9Apjy .modal-dialog {
  height: auto;
}
.cid-uXa8A9Apjy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXa8A9Apjy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXa8A9Apjy .form-wrapper .mbr-form .form-group,
  .cid-uXa8A9Apjy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXa8A9Apjy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXa8A9Apjy .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-uXa8A9Apjy .mbr-text {
  text-align: center;
}
.cid-uXa8A9Apjy .pt-0 {
  padding-top: 0 !important;
}
.cid-uXa8A9Apjy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXa8A9Apjy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXa8A9Apjy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXa8A9Apjy .modal-open {
  overflow: hidden;
}
.cid-uXa8A9Apjy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXa8A9Apjy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXa8A9Apjy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXa8A9Apjy .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-uXa8A9Apjy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXa8A9Apjy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXa8A9Apjy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXa8A9Apjy .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-uXa8A9Apjy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXa8A9Apjy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXa8A9Apjy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXa8A9Apjy .modal-backdrop.show {
  opacity: .5;
}
.cid-uXa8A9Apjy .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-uXa8A9Apjy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa8A9Apjy .modal-header {
    padding: 1rem;
  }
}
.cid-uXa8A9Apjy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXa8A9Apjy .modal-header .close svg {
  fill: #133bb4;
}
.cid-uXa8A9Apjy .modal-header .close:hover {
  opacity: 1;
}
.cid-uXa8A9Apjy .modal-header .close:focus {
  outline: none;
}
.cid-uXa8A9Apjy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uXa8A9Apjy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXa8A9Apjy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa8A9Apjy .modal-body {
    padding: 1rem;
  }
}
.cid-uXa8A9Apjy .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-uXa8A9Apjy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXa8A9Apjy .modal-footer {
    padding: 1rem;
  }
}
.cid-uXa8A9Apjy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXa8A9Apjy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXa8A9Apjy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXa8A9Apjy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXa8A9Apjy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXa8A9Apjy .modal-lg,
  .cid-uXa8A9Apjy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXa8A9Apjy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXa8A9Apjy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXa8A9Apjy .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-uXa8A9Apjy .form-group {
  margin-bottom: 1rem;
}
.cid-uXa8A9Apjy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXa8A9Apjy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXa8A9Apjy .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-uXa8A9Apjy .mbr-section-btn {
  margin: 0;
}
.cid-uXa8A9Apjy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXa8A9Apjy .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-uXa8A9Apjy .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-uXa8A9Apjy P {
  text-align: center;
}
.cid-uXa8Aaf3f8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0e008a;
}
.cid-uXa8Aaf3f8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa8Aaf3f8 .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-uXa8Aaf3f8 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa8Aaf3f8 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uXa8Aaf3f8 .google-map {
  height: 100%;
  position: relative;
}
.cid-uXa8Aaf3f8 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXa8Aaf3f8 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uXa8Aaf3f8 .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-uXa8Aaf3f8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXa8Aaf3f8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXa8Aaf3f8 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXa8Aaf3f8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXa8Aaf3f8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXa8Aaf3f8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uXa8Aaf3f8 .content-head {
  max-width: 800px;
}
.cid-uXa8Aaf3f8 .mbr-section-title {
  color: #ffffff;
}
.cid-uXa8Aaf3f8 .cardTitle {
  text-align: center;
  color: #000000;
}
.cid-uXa8Aaf3f8 .list,
.cid-uXa8Aaf3f8 .item-wrap {
  color: #000000;
}
.cid-uXa8AaMmqI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXa8AaMmqI .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-8s .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-8s .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-8s .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-8s .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-8s .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-8s a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-8s a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
