.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #291f1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.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: #291f1e !important;
}
.bg-success {
  background-color: #1f6463 !important;
}
.bg-info {
  background-color: #0c2c68 !important;
}
.bg-warning {
  background-color: #18212d !important;
}
.bg-danger {
  background-color: #155bf0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #291f1e !important;
  border-color: #291f1e !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #463534 !important;
  border-color: #463534 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #463534 !important;
  border-color: #463534 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #18212d !important;
  border-color: #18212d !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #155bf0 !important;
  border-color: #155bf0 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #457df3 !important;
  border-color: #457df3 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #457df3 !important;
  border-color: #457df3 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #291f1e;
  color: #291f1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #291f1e !important;
  border-color: #291f1e !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: #0c2c68;
  color: #0c2c68;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1f6463;
  color: #1f6463;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a2221 !important;
  background-color: transparent !important;
  border-color: #0a2221 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #18212d;
  color: #18212d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #18212d !important;
  border-color: #18212d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #155bf0;
  color: #155bf0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b3ba4 !important;
  background-color: transparent !important;
  border-color: #0b3ba4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #155bf0 !important;
  border-color: #155bf0 !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: #291f1e !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #1f6463 !important;
}
.text-info {
  color: #0c2c68 !important;
}
.text-warning {
  color: #18212d !important;
}
.text-danger {
  color: #155bf0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #071616 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #01050d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0a3695 !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: #291f1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0c2c68;
}
.alert-warning {
  background-color: #18212d;
}
.alert-danger {
  background-color: #155bf0;
}
.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: #291f1e;
  border-color: #291f1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #291f1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcd1d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3fc3c2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c8d3e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5e1fc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #291f1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #291f1e;
}
/* 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: #291f1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #291f1e;
}
.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: #291f1e;
  border-bottom-color: #291f1e;
}
.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: #291f1e !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='%23291f1e' %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-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .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;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #0c2c68 !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    opacity: 1;
    border-color: rgba(12, 44, 104, 0) !important;
    background: rgba(12, 44, 104, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZs5WPRvK6 {
  display: flex;
  background-image: url("../../../assets/images/envato-labs-ai-185431b4-a630-4293-848f-e193fb96fad1201-1344x768.webp");
}
.cid-tZs5WPRvK6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-tZs5WPRvK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs5WPRvK6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs5WPRvK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs5WPRvK6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZs5WPRvK6 {
    align-items: center;
  }
  .cid-tZs5WPRvK6 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs5WPRvK6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WPRvK6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs5WPRvK6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs5WPRvK6 .content-wrap {
    width: 100%;
  }
}
.cid-tZs5WPRvK6 .mbr-section-subtitle,
.cid-tZs5WPRvK6 .line {
  color: #ffffff;
}
.cid-tZs5WPRvK6 .mbr-text,
.cid-tZs5WPRvK6 .mbr-section-btn {
  text-align: left;
}
.cid-tZs9GKcBB6 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZs9GKcBB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9GKcBB6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs9GKcBB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9GKcBB6 h1 {
  max-width: 800px;
}
.cid-tZs9GKcBB6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZs9GKcBB6 .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-tZs9GKcBB6 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9GKcBB6 .btn div {
  overflow: hidden;
}
.cid-tZs9GKcBB6 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9GKcBB6 {
    align-items: center;
  }
  .cid-tZs9GKcBB6 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9GKcBB6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9GKcBB6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9GKcBB6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9GKcBB6 .content-wrap {
    width: 100%;
  }
}
.cid-tZs9GKcBB6 .mbr-section-subtitle,
.cid-tZs9GKcBB6 .line {
  color: #291f1e;
}
.cid-tZs9GKcBB6 .mbr-text,
.cid-tZs9GKcBB6 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZs9GKcBB6 .mbr-section-title {
  color: #000000;
}
.cid-uX2oesJGxe {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/high20resolution204k20image20of20-solar-panels-20with20enhanced20detail20showing20the20glossy20blue20solar20panels20with20crisp20grid20lines20and20reflective20surfaces20in20bright20daylight-1280x720.webp");
}
.cid-uX2oesJGxe .mbr-overlay {
  background-color: #172c54;
  opacity: 0.9;
}
.cid-uX2oesJGxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2oesJGxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2oesJGxe .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uX2oesJGxe .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uX2oesJGxe {
    align-items: center;
  }
  .cid-uX2oesJGxe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX2oesJGxe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX2oesJGxe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX2oesJGxe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX2oesJGxe .content-wrap {
    width: 100%;
  }
}
.cid-uX2oesJGxe .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uX2oesJGxe .mbr-text,
.cid-uX2oesJGxe .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-tZs9LX8uOJ {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.cid-tZs9LX8uOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9LX8uOJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-tZs9LX8uOJ .line {
    margin-bottom: 10rem;
  }
}
.cid-tZs9LX8uOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tZs9LX8uOJ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZs9LX8uOJ .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-tZs9LX8uOJ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9LX8uOJ .btn div {
  overflow: hidden;
}
.cid-tZs9LX8uOJ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9LX8uOJ {
    align-items: center;
  }
  .cid-tZs9LX8uOJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9LX8uOJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9LX8uOJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9LX8uOJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9LX8uOJ .content-wrap {
    width: 100%;
  }
}
.cid-tZs9LX8uOJ .mbr-section-subtitle,
.cid-tZs9LX8uOJ .line {
  color: #ffffff;
  text-align: left;
}
.cid-tZs9LX8uOJ .mbr-text,
.cid-tZs9LX8uOJ .mbr-section-btn {
  text-align: left;
}
.cid-tZs9LX8uOJ .mbr-section-title {
  text-align: left;
}
.cid-uWrlOOiZxw {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWrlOOiZxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWrlOOiZxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWrlOOiZxw .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uWrlOOiZxw .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWrlOOiZxw .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #7787a5;
  margin-bottom: 15px;
}
.cid-uWrlOOiZxw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWrlOOiZxw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWrlOOiZxw .cards {
  margin: 0 -10px;
}
.cid-uWrlOOiZxw .cards .card {
  padding: 0 10px;
}
.cid-uWrlOOiZxw .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWrlOOiZxw .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-uWrlOOiZxw .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWrlOOiZxw .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uWrlOOiZxw .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uWrlOOiZxw .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uWrlOOiZxw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWrlOOiZxw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWrlOOiZxw .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWrlOOiZxw .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uWrlOOiZxw .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uWrlOOiZxw .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #f7f4f2;
}
@media (max-width: 992px) {
  .cid-uWrlOOiZxw .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #0c2c68;
  color: #000000;
}
.cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #0c2c68;
  color: #000000;
}
.cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uWrlOOiZxw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWrlOOiZxw .mbr-label {
  color: #000000;
}
.cid-uWrlOOiZxw .mbr-section-title {
  color: #000000;
}
.cid-uWrlOOiZxw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWrlOOiZxw .mbr-text {
  color: #ffffff;
}
.cid-uWrlOOiZxw .card-title {
  color: #000000;
}
.cid-uWrlOOiZxw .card-text {
  color: #000000;
}
.cid-uWrlOOiZxw .mbr-label,
.cid-uWrlOOiZxw .label-wrapper {
  color: #ffffff;
}
.cid-uWrqJYg4Pu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWrqJYg4Pu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWrqJYg4Pu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWrqJYg4Pu .row {
  justify-content: space-between;
}
.cid-uWrqJYg4Pu .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #7787a5;
}
@media (max-width: 992px) {
  .cid-uWrqJYg4Pu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWrqJYg4Pu .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uWrqJYg4Pu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWrqJYg4Pu .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWrqJYg4Pu .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uWrqJYg4Pu .mbr-label {
  color: #000000;
}
.cid-uWrqJYg4Pu .mbr-section-title {
  color: #000000;
}
.cid-uWrqJYg4Pu .mbr-desc {
  color: #000000;
}
.cid-uWrqJYg4Pu .mbr-text {
  color: #8a8a8a;
}
.cid-uWrsmU3RDt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWrsmU3RDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWrsmU3RDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWrsmU3RDt .row {
  margin: -10px;
}
.cid-uWrsmU3RDt .row .card {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uWrsmU3RDt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWrsmU3RDt .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWrsmU3RDt .content-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWrsmU3RDt .content-wrapper .image-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uWrsmU3RDt .content-wrapper .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uWrsmU3RDt .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uWrsmU3RDt .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-uWrsmU3RDt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWrsmU3RDt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uWrsmU3RDt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 20px;
}
@media (max-width: 992px) {
  .cid-uWrsmU3RDt .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWrsmU3RDt .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uWrsmU3RDt .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWrsmU3RDt .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uWrsmU3RDt .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uWrsmU3RDt .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWrsmU3RDt .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uWrsmU3RDt .items-wrapper .item .item-wrapper .item-img img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWrsmU3RDt .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uWrsmU3RDt .items-wrapper .item .item-wrapper .card-box .card-date {
  margin-bottom: 10px;
}
.cid-uWrsmU3RDt .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uWrsmU3RDt .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 20px;
}
.cid-uWrsmU3RDt .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWrsmU3RDt .mbr-label {
  color: #000000;
}
.cid-uWrsmU3RDt .mbr-section-title {
  color: #000000;
}
.cid-uWrsmU3RDt .card-title {
  color: #000000;
}
.cid-uWrsmU3RDt .card-date {
  color: #000000;
}
.cid-uWrsmU3RDt .card-label {
  color: #767481;
}
.cid-uWrsmU3RDt .card-text {
  color: #000000;
}
.cid-uWrsmU3RDt .mbr-section-title,
.cid-uWrsmU3RDt .title-wrapper,
.cid-uWrsmU3RDt .main {
  text-align: left;
}
.cid-uWrvEe3wuO {
  display: flex;
  background-image: url("../../../assets/images/envato-labs-ai-daa64d59-e9a9-41ba-968f-035119c9cdcf-1408x768.webp");
}
.cid-uWrvEe3wuO .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uWrvEe3wuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWrvEe3wuO .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWrvEe3wuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uWrvEe3wuO {
    align-items: flex-end;
  }
  .cid-uWrvEe3wuO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWrvEe3wuO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWrvEe3wuO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWrvEe3wuO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWrvEe3wuO .content-wrap {
    width: 100%;
  }
}
.cid-uWrvEe3wuO .mbr-section-subtitle,
.cid-uWrvEe3wuO .line {
  color: #ffffff;
}
.cid-uWrvEe3wuO .mbr-text,
.cid-uWrvEe3wuO .mbr-section-btn {
  text-align: right;
}
.cid-uWrCsNVYLB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWrCsNVYLB .item-img {
  position: relative;
}
.cid-uWrCsNVYLB .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uWrCsNVYLB .cardbg {
  background: #18212d;
  height: 100%;
  min-height: 300px;
}
.cid-uWrCsNVYLB .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uWrCsNVYLB .image-wrapper {
  overflow: hidden;
}
.cid-uWrCsNVYLB .item1 {
  margin-bottom: 2rem !important;
}
.cid-uWrCsNVYLB .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWrCsNVYLB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWrCsNVYLB .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uWrCsNVYLB .item1,
.cid-uWrCsNVYLB .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uWrCsNVYLB .item1 .item:hover,
.cid-uWrCsNVYLB .item .item:hover {
  cursor: pointer;
}
.cid-uWrCsNVYLB .item1:hover .link-icon-wrapper span,
.cid-uWrCsNVYLB .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uWrCsNVYLB .card2 {
    margin-top: 1rem;
  }
}
.cid-uWrCsNVYLB .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uWrCsNVYLB .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uWrCsNVYLB .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uWrCsNVYLB .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uWrCsNVYLB .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uWrCsNVYLB .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uWrCsNVYLB .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uWrCsNVYLB .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWrCsNVYLB .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uWrCsNVYLB img,
.cid-uWrCsNVYLB .item-img {
  width: 100%;
}
.cid-uWrCsNVYLB .item:focus,
.cid-uWrCsNVYLB span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uWrCsNVYLB .item {
    margin-bottom: 1rem;
  }
}
.cid-uWrCsNVYLB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uWrCsNVYLB .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uWrCsNVYLB .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uWrCsNVYLB .mbr-section-subtitle,
.cid-uWrCsNVYLB .subtitle-wrap,
.cid-uWrCsNVYLB .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uWrCsNVYLB .mbr-text,
.cid-uWrCsNVYLB .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uSMQX3Ph2g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSMQX3Ph2g .mbr-overlay {
  background-color: #333333;
  opacity: 0.4;
}
.cid-uSMQX3Ph2g input,
.cid-uSMQX3Ph2g textarea,
.cid-uSMQX3Ph2g .jqselect {
  font-weight: 300 !important;
}
.cid-uSMQX3Ph2g textarea {
  min-height: 200px !important;
}
.cid-uSMQX3Ph2g .wrapper {
  background-color: #18212d;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uSMQX3Ph2g .wrapper {
    padding: 4rem 1rem;
  }
}
.cid-uSMQX3Ph2g .row {
  padding: 0 1rem;
}
.cid-uSMQX3Ph2g .btn {
  height: 49px;
  margin: 0 !important;
}
.cid-uSMQX3Ph2g .form-row {
  justify-content: center;
}
.cid-uSMQX3Ph2g .form-control {
  min-height: 63px;
}
.cid-uSMQX3Ph2g .mbr-form {
  padding: 0;
}
.cid-uSMQX3Ph2g .jq-selectbox__select-text {
  color: #18212d;
}
.cid-uSMQX3Ph2g .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-uSMQX3Ph2g .jq-selectbox li {
  padding: 0.8em 1.4em !important;
  color: #18212d !important;
}
.cid-uSMQX3Ph2g .form-control,
.cid-uSMQX3Ph2g .field-input {
  padding: 0.6rem 1.5rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  height: auto;
}
.cid-uSMQX3Ph2g .form-control::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .field-input::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .form-control::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .field-input::-webkit-input-placeholder {
  color: #18212d;
}
.cid-uSMQX3Ph2g .form-control:-moz-placeholder,
.cid-uSMQX3Ph2g .field-input:-moz-placeholder,
.cid-uSMQX3Ph2g .form-control:-moz-placeholder,
.cid-uSMQX3Ph2g .field-input:-moz-placeholder {
  color: #18212d;
}
.cid-uSMQX3Ph2g .form-control:hover,
.cid-uSMQX3Ph2g .field-input:hover,
.cid-uSMQX3Ph2g .form-control:focus,
.cid-uSMQX3Ph2g .field-input:focus {
  background-color: #ffffff;
  border-color: #f6f3ee !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uSMQX3Ph2g .form-control:hover::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .field-input:hover::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .form-control:focus::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .field-input:focus::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .form-control:hover::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .field-input:hover::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .form-control:focus::-webkit-input-placeholder,
.cid-uSMQX3Ph2g .field-input:focus::-webkit-input-placeholder {
  color: #283f67;
}
.cid-uSMQX3Ph2g .form-control:hover:-moz-placeholder,
.cid-uSMQX3Ph2g .field-input:hover:-moz-placeholder,
.cid-uSMQX3Ph2g .form-control:focus:-moz-placeholder,
.cid-uSMQX3Ph2g .field-input:focus:-moz-placeholder,
.cid-uSMQX3Ph2g .form-control:hover:-moz-placeholder,
.cid-uSMQX3Ph2g .field-input:hover:-moz-placeholder,
.cid-uSMQX3Ph2g .form-control:focus:-moz-placeholder,
.cid-uSMQX3Ph2g .field-input:focus:-moz-placeholder {
  color: #283f67;
}
.cid-uSMQX3Ph2g textarea {
  padding-top: 1rem !important;
}
.cid-uSMQX3Ph2g .jq-number__spin:hover,
.cid-uSMQX3Ph2g .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f6f3ee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uSMQX3Ph2g .jq-number__spin {
  background-color: #ffffff;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uSMQX3Ph2g .jq-selectbox li,
.cid-uSMQX3Ph2g .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSMQX3Ph2g .jq-selectbox li:hover,
.cid-uSMQX3Ph2g .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSMQX3Ph2g .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uSMQX3Ph2g .jq-number__spin.minus:hover:after,
.cid-uSMQX3Ph2g .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSMQX3Ph2g .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uSMQX3Ph2g .jq-number__spin.minus:after,
.cid-uSMQX3Ph2g .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSMQX3Ph2g .jq-selectbox__trigger-arrow {
  border-top-color: #18212d !important;
  border-bottom-color: #18212d !important;
}
.cid-uSMQX3Ph2g input::-webkit-clear-button {
  display: none;
}
.cid-uSMQX3Ph2g input::-webkit-inner-spin-button {
  display: none;
}
.cid-uSMQX3Ph2g input::-webkit-outer-spin-button {
  display: none;
}
.cid-uSMQX3Ph2g input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uSMQX3Ph2g H5 {
  text-align: center;
  color: #ffffff;
}
.cid-uSMQX3Ph2g H6 {
  text-align: center;
  color: #8ccff8;
}
.cid-uSMQU96nzH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSMQU96nzH .text__subt {
  margin: 15px 0;
  opacity: 0.8;
}
.cid-uSMQU96nzH .mbr-text {
  opacity: 0.8;
  margin-bottom: 30px;
}
.cid-uSMQU96nzH .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-uSMQU96nzH .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-uSMQU96nzH .input-group-btn {
  padding-left: 0;
}
.cid-uSMQU96nzH .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-uSMQU96nzH .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-uSMQU96nzH .mbr-form .btn {
  margin: 0;
}
.cid-uSMQU96nzH input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-uSMQU96nzH input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-uSMQU96nzH .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSMQU96nzH .image {
    display: none;
  }
}
.cid-uSMQU96nzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSMQU96nzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSMQU96nzH .mbr-section-title {
  color: #18212d;
}
.cid-uSvyAv1wzb {
  display: flex;
  background-image: url("../../../assets/images/drone-view-of-technician-installing-solar-panels-2025-03-09-00-16-49-utc.webp");
}
.cid-uSvyAv1wzb .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uSvyAv1wzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSvyAv1wzb .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uSvyAv1wzb .line {
    margin-bottom: 10rem;
  }
}
.cid-uSvyAv1wzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSvyAv1wzb p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uSvyAv1wzb .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uSvyAv1wzb .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uSvyAv1wzb .btn div {
  overflow: hidden;
}
.cid-uSvyAv1wzb .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uSvyAv1wzb {
    align-items: center;
  }
  .cid-uSvyAv1wzb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSvyAv1wzb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSvyAv1wzb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSvyAv1wzb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSvyAv1wzb .content-wrap {
    width: 100%;
  }
}
.cid-uSvyAv1wzb .mbr-section-subtitle,
.cid-uSvyAv1wzb .line {
  color: #ffffff;
}
.cid-uSvyAv1wzb .mbr-text,
.cid-uSvyAv1wzb .mbr-section-btn {
  text-align: right;
}
.cid-uSMToKDmel {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uSMToKDmel .title_block {
  margin-bottom: 80px;
}
.cid-uSMToKDmel .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #291f1e;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uSMToKDmel .mbr-section-title {
  color: #000000;
}
.cid-uSMToKDmel .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-uSMToKDmel .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(41, 31, 30, 0.15);
  border-radius: 50%;
}
.cid-uSMToKDmel .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(41, 31, 30, 0.15);
  border-radius: 50%;
}
.cid-uSMToKDmel .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-uSMToKDmel .user {
  display: flex;
  align-items: center;
}
.cid-uSMToKDmel .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-uSMToKDmel .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-uSMToKDmel .user_name {
  margin-bottom: 2px;
  display: block;
  color: #291f1e;
}
.cid-uSMToKDmel .desk {
  margin-bottom: 0;
}
.cid-uSMToKDmel .iconfont-wrapper {
  min-width: 115px;
}
.cid-uSMToKDmel .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-uSMToKDmel .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-uSMToKDmel .carousel-item > div {
  width: 100%;
}
.cid-uSMToKDmel .carousel-item.active,
.cid-uSMToKDmel .carousel-item-next,
.cid-uSMToKDmel .carousel-item-prev {
  display: flex;
}
.cid-uSMToKDmel .carousel-controls a {
  width: 9%;
}
.cid-uSMToKDmel .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uSMToKDmel .carousel-controls a:hover span {
  background-color: #291f1e;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uSMToKDmel .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-uSMToKDmel .title_block {
    margin-bottom: 40px;
  }
  .cid-uSMToKDmel .card_header {
    flex-direction: column;
  }
  .cid-uSMToKDmel .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-uSMToKDmel .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uSMToKDmel .carousel-controls {
    display: none;
  }
  .cid-uSMToKDmel .carousel-item {
    padding: 0;
  }
  .cid-uSMToKDmel .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-uSMToKDmel .card_header {
    margin-bottom: 15px;
  }
  .cid-uSMToKDmel .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-uSMToKDmel .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-uSMToKDmel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSMToKDmel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWrElMuFHc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uWrElMuFHc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uWrElMuFHc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWrElMuFHc .container {
    padding: 0 25px;
  }
}
.cid-uWrElMuFHc .row {
  margin: 0;
}
.cid-uWrElMuFHc .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uWrElMuFHc .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uWrElMuFHc .image-wrapper {
    min-height: 350px;
  }
}
.cid-uWrElMuFHc .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWrElMuFHc .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uWrElMuFHc .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uWrElMuFHc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWrElMuFHc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWrElMuFHc .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uWrElMuFHc .mbr-section-title {
  color: #000000;
}
.cid-uWrElMuFHc .mbr-text {
  color: #000000;
}
.cid-uSMRXKdIVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uSMRXKdIVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSMRXKdIVz .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-uSMRXKdIVz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSMRXKdIVz .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSMRXKdIVz .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSMRXKdIVz .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSMRXKdIVz .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f7f7f7;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSMRXKdIVz .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uSMRXKdIVz .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSMRXKdIVz .mbr-label {
  color: #ffffff;
}
.cid-uSMRXKdIVz .mbr-section-title {
  color: #ffffff;
}
.cid-uSMRXKdIVz label {
  color: #ffffff;
}
.cid-uT8TUXQ9dV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT8TUXQ9dV p {
  line-height: 2;
}
.cid-uT8TUXQ9dV .container {
  max-width: 1400px;
}
.cid-uT8TUXQ9dV .mbr-section-title {
  text-align: center;
}
.cid-uT8TUXQ9dV .mbr-section-subtitle {
  text-align: center;
}
.cid-uT8TUXQ9dV .mbr-text {
  text-align: center;
}
.cid-uTMbgE5QMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uTMbgE5QMT .container {
  max-width: 1400px;
}
.cid-uTMbgE5QMT .container-fluid {
  max-width: 100%;
}
.cid-uTMbgE5QMT .google-map {
  height: 400px;
  filter: grayscale(1);
  position: relative;
}
.cid-uTMbgE5QMT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTMbgE5QMT .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-uTMbgE5QMT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTMbgE5QMT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTMbgE5QMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMbgE5QMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT9m1Hvhz9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #18212d;
}
.cid-uT9m1Hvhz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT9m1Hvhz9 .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-uT9m1Hvhz9 .container {
    padding: 0 30px;
  }
}
.cid-uT9m1Hvhz9 .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uT9m1Hvhz9 .row {
    padding-bottom: 50px;
  }
}
.cid-uT9m1Hvhz9 .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uT9m1Hvhz9 .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uT9m1Hvhz9 .card {
  justify-content: center;
}
.cid-uT9m1Hvhz9 .title-wrapper {
  margin-bottom: 20px;
}
.cid-uT9m1Hvhz9 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uT9m1Hvhz9 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uT9m1Hvhz9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT9m1Hvhz9 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uT9m1Hvhz9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uT9m1Hvhz9 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uT9m1Hvhz9 .nav-wrapper .list .item-wrap:hover::before,
.cid-uT9m1Hvhz9 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uT9m1Hvhz9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uT9m1Hvhz9 .mbr-copy {
  margin-bottom: 0;
  color: #fffcee;
}
.cid-uT9m1Hvhz9 .mbr-section-title {
  color: #144031;
}
.cid-uT9m1Hvhz9 .list {
  color: #144031;
}
.cid-uT9m1Hvhz9 .list,
.cid-uT9m1Hvhz9 .item-wrap {
  color: #fffcee;
}
.cid-uT9m1Hvhz9 .mbr-section-title,
.cid-uT9m1Hvhz9 .title-wrapper {
  color: #fffcee;
}
.cid-uWrzMAVH3r {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWrzMAVH3r .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-uWrzMAVH3r .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWrzMAVH3r .btn {
  font-weight: 400;
}
.cid-uWrzMAVH3r .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-uWrzMAVH3r .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWrzMAVH3r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWrzMAVH3r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWrzMAVH3r .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWrzMAVH3r .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWrzMAVH3r .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWrzMAVH3r .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWrzMAVH3r .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWrzMAVH3r .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWrzMAVH3r .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWrzMAVH3r .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWrzMAVH3r .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWrzMAVH3r .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWrzMAVH3r .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWrzMAVH3r .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWrzMAVH3r .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWrzMAVH3r .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWrzMAVH3r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWrzMAVH3r .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;
}
@media (max-width: 992px) {
  .cid-uWrzMAVH3r .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWrzMAVH3r .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWrzMAVH3r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWrzMAVH3r .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-uWrzMAVH3r .nav-item:focus,
.cid-uWrzMAVH3r .nav-link:focus {
  outline: none;
}
.cid-uWrzMAVH3r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWrzMAVH3r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWrzMAVH3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWrzMAVH3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWrzMAVH3r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWrzMAVH3r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWrzMAVH3r .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-uWrzMAVH3r .navbar.opened {
  transition: all 0.25s;
}
.cid-uWrzMAVH3r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWrzMAVH3r .navbar .navbar-logo img {
  width: auto;
}
.cid-uWrzMAVH3r .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWrzMAVH3r .navbar.collapsed {
  justify-content: center;
}
.cid-uWrzMAVH3r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWrzMAVH3r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWrzMAVH3r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWrzMAVH3r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWrzMAVH3r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWrzMAVH3r .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-uWrzMAVH3r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWrzMAVH3r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWrzMAVH3r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWrzMAVH3r .navbar {
    min-height: 72px;
  }
  .cid-uWrzMAVH3r .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWrzMAVH3r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWrzMAVH3r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWrzMAVH3r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWrzMAVH3r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWrzMAVH3r .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-uWrzMAVH3r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWrzMAVH3r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWrzMAVH3r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWrzMAVH3r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWrzMAVH3r .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWrzMAVH3r .dropdown-item.active,
.cid-uWrzMAVH3r .dropdown-item:active {
  background-color: transparent;
}
.cid-uWrzMAVH3r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWrzMAVH3r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWrzMAVH3r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWrzMAVH3r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uWrzMAVH3r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWrzMAVH3r .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWrzMAVH3r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWrzMAVH3r .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWrzMAVH3r .navbar-buttons {
    text-align: left;
  }
}
.cid-uWrzMAVH3r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWrzMAVH3r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWrzMAVH3r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWrzMAVH3r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWrzMAVH3r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWrzMAVH3r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWrzMAVH3r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWrzMAVH3r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWrzMAVH3r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWrzMAVH3r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWrzMAVH3r .navbar-dropdown {
  padding: 0;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-uWrzMAVH3r .opacityScroll {
  background: #0c2c68 !important;
}
.cid-uWrzMAVH3r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWrzMAVH3r .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-uWrzMAVH3r .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWrzMAVH3r .navbar {
    height: 70px;
  }
  .cid-uWrzMAVH3r .navbar.opened {
    height: auto;
  }
  .cid-uWrzMAVH3r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWrzMAVH3r .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWrzMAVH3r .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWrzMAVH3r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWrzMAVH3r .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uWrzMAVH3r .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWrzMAVH3r .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWrzMAVH3r .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWrzMAVH3r .navbar-brand {
    margin-right: auto;
  }
  .cid-uWrzMAVH3r .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    opacity: 1;
    border-color: rgba(12, 44, 104, 0) !important;
    background: rgba(12, 44, 104, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWrzMAVH3r .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWrzMAVH3r .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWrzMAVH3r .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-uWrzMAVH3r .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWrzMAVH3r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWrzMAVH3r .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uWrzMAVH3r .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWrzMAVH3r .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-uWrzMAVH3r .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWrzMAVH3r .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uWrzMAVH3r .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uWrzMAVH3r .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWrzMBRumM {
  display: flex;
  background-image: url("../../../assets/images/envato-labs-ai-dd751281-a94a-429b-ba28-9fcbe97e1e95.webp");
}
.cid-uWrzMBRumM .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uWrzMBRumM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWrzMBRumM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWrzMBRumM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWrzMBRumM p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uWrzMBRumM {
    align-items: center;
  }
  .cid-uWrzMBRumM .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWrzMBRumM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWrzMBRumM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWrzMBRumM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWrzMBRumM .content-wrap {
    width: 100%;
  }
}
.cid-uWrzMBRumM .mbr-section-subtitle,
.cid-uWrzMBRumM .line {
  color: #ffffff;
}
.cid-uWrzMBRumM .mbr-text,
.cid-uWrzMBRumM .mbr-section-btn {
  text-align: left;
}
.cid-uWSKpi3aZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWSKpi3aZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKpi3aZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSKpi3aZy .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWSKpi3aZy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWSKpi3aZy .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWSKpi3aZy .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWSKpi3aZy .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWSKpi3aZy .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWSKpi3aZy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWSKpi3aZy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWSKpi3aZy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSKpi3aZy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWSKpi3aZy .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWSKpi3aZy .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWSKpi3aZy .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWSKpi3aZy .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWSKpi3aZy .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWSKpi3aZy .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWSKpi3aZy .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWSKpi3aZy .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uWSKpi3aZy .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWSKpi3aZy .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWSKpi3aZy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWSKpi3aZy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWSKpi3aZy .mbr-label,
.cid-uWSKpi3aZy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWSKpi3aZy .mbr-section-title,
.cid-uWSKpi3aZy .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWSKpi3aZy .mbr-text,
.cid-uWSKpi3aZy .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWSKpi3aZy .item-title {
  color: #000000;
}
.cid-uWSKpi3aZy .item-text {
  color: #515151;
}
.cid-uWSKpi3aZy .item-title,
.cid-uWSKpi3aZy .mbr-section-btn DIV {
  text-align: center;
}
.cid-uWSZmFdy6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWSZmFdy6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSZmFdy6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSZmFdy6O .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWSZmFdy6O .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWSZmFdy6O .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWSZmFdy6O .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWSZmFdy6O .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWSZmFdy6O .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWSZmFdy6O .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWSZmFdy6O .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWSZmFdy6O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSZmFdy6O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWSZmFdy6O .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-uWSZmFdy6O .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-uWSZmFdy6O .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-uWSZmFdy6O .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #e8e8e8;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWSZmFdy6O .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-uWSZmFdy6O .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uWSZmFdy6O .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-uWSZmFdy6O .mbr-label,
.cid-uWSZmFdy6O .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWSZmFdy6O .mbr-section-title,
.cid-uWSZmFdy6O .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWSZmFdy6O .mbr-text,
.cid-uWSZmFdy6O .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWSZmFdy6O .item-title {
  color: #515151;
  text-align: center;
}
.cid-uWSZmFdy6O .item-number {
  color: #000000;
  text-align: center;
}
.cid-uWSKT43GkG {
  display: flex;
  background-image: url("../../../assets/images/envato-labs-ai-590a8dbc-0ae6-4f7e-91f6-171c92605e5d.webp");
}
.cid-uWSKT43GkG .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uWSKT43GkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSKT43GkG .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWSKT43GkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uWSKT43GkG {
    align-items: flex-end;
  }
  .cid-uWSKT43GkG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWSKT43GkG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWSKT43GkG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWSKT43GkG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWSKT43GkG .content-wrap {
    width: 100%;
  }
}
.cid-uWSKT43GkG .mbr-section-subtitle,
.cid-uWSKT43GkG .line {
  color: #ffffff;
}
.cid-uWSKT43GkG .mbr-text,
.cid-uWSKT43GkG .mbr-section-btn {
  text-align: right;
}
.cid-uWT0lbDSXL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWT0lbDSXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT0lbDSXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT0lbDSXL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uWT0lbDSXL .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uWT0lbDSXL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWT0lbDSXL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uWT0lbDSXL .container {
    padding: 0 24px;
  }
}
.cid-uWT0lbDSXL .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWT0lbDSXL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWT0lbDSXL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #a6a99c;
}
.cid-uWT0lbDSXL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWT0lbDSXL .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWT0lbDSXL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWT0lbDSXL .item {
  margin-bottom: 32px;
}
.cid-uWT0lbDSXL .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uWT0lbDSXL .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWT0lbDSXL .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWT0lbDSXL .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uWT0lbDSXL .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #a6a99c;
}
.cid-uWT0lbDSXL .item .item-wrapper .card-box .item-price,
.cid-uWT0lbDSXL .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uWT0lbDSXL .item .item-wrapper .card-box .item-text,
.cid-uWT0lbDSXL .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uWT0lbDSXL .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uWT0lbDSXL .item .item-wrapper .card-box .list-wrapper .list,
.cid-uWT0lbDSXL .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWT0lbDSXL .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uWT0lbDSXL .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uWT0lbDSXL .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uWT0lbDSXL .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #18212d;
}
.cid-uWT0lbDSXL .item .dark-card {
  background-color: #18212d;
  border: none;
}
.cid-uWT0lbDSXL .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uWT0lbDSXL .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uWT0lbDSXL .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uWT0lbDSXL .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffffff;
}
.cid-uWT0lbDSXL .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uWT0lbDSXL .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uWT0lbDSXL .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uWT0lbDSXL .mbr-desc,
.cid-uWT0lbDSXL .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uWT0lbDSXL .mbr-text,
.cid-uWT0lbDSXL .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uWT0lbDSXL .item-title {
  color: #18212d;
}
.cid-uWT0lbDSXL .item-desc {
  color: #18212d;
}
.cid-uWT0lbDSXL .item-price {
  color: #18212d;
}
.cid-uWT0lbDSXL .item-text {
  color: #18212d;
}
.cid-uWT0lbDSXL .list {
  color: #18212d;
}
.cid-uWT0lbDSXL .item-title_2 {
  color: #ffffff;
}
.cid-uWT0lbDSXL .item-desc_2 {
  color: #ffffff;
}
.cid-uWT0lbDSXL .item-price_2 {
  color: #ffffff;
}
.cid-uWT0lbDSXL .item-text_2 {
  color: #ffffff;
}
.cid-uWT0lbDSXL .list_2 {
  color: #ffffff;
}
.cid-uWT0lbDSXL .item-price_2,
.cid-uWT0lbDSXL .price-wrapper {
  color: #fffcee;
}
.cid-uWT0lbDSXL .list_2,
.cid-uWT0lbDSXL .item-wrap,
.cid-uWT0lbDSXL .list-wrapper {
  color: #9a9ea4;
}
.cid-uWT0lbDSXL .item-desc_2,
.cid-uWT0lbDSXL .desc-wrap {
  color: #fffcee;
}
.cid-uWT0lbDSXL .item-text,
.cid-uWT0lbDSXL .mbr-section-btn {
  color: #000612;
}
.cid-uWT0lbDSXL .list,
.cid-uWT0lbDSXL .item-wrap,
.cid-uWT0lbDSXL .list-wrapper {
  color: #59606c;
}
.cid-uWrzMCi2no {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #18212d;
}
.cid-uWrzMCi2no .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWrzMCi2no .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWrzMCi2no .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWrzMCi2no h1 {
  max-width: 800px;
}
.cid-uWrzMCi2no p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWrzMCi2no .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWrzMCi2no .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWrzMCi2no .btn div {
  overflow: hidden;
}
.cid-uWrzMCi2no .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWrzMCi2no {
    align-items: center;
  }
  .cid-uWrzMCi2no .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWrzMCi2no .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWrzMCi2no {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWrzMCi2no .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWrzMCi2no .content-wrap {
    width: 100%;
  }
}
.cid-uWrzMCi2no .mbr-section-subtitle,
.cid-uWrzMCi2no .line {
  color: #ffffff;
  text-align: left;
}
.cid-uWrzMCi2no .mbr-text,
.cid-uWrzMCi2no .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWrzMCi2no .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWT0TrD015 {
  display: flex;
  background-image: url("../../../assets/images/men-working-installing-solar-panels-in-a-residence-2025-01-08-03-41-35-utc.webp");
}
.cid-uWT0TrD015 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uWT0TrD015 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT0TrD015 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uWT0TrD015 .line {
    margin-bottom: 10rem;
  }
}
.cid-uWT0TrD015 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT0TrD015 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWT0TrD015 .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWT0TrD015 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWT0TrD015 .btn div {
  overflow: hidden;
}
.cid-uWT0TrD015 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWT0TrD015 {
    align-items: center;
  }
  .cid-uWT0TrD015 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWT0TrD015 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWT0TrD015 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWT0TrD015 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWT0TrD015 .content-wrap {
    width: 100%;
  }
}
.cid-uWT0TrD015 .mbr-section-subtitle,
.cid-uWT0TrD015 .line {
  color: #ffffff;
  text-align: right;
}
.cid-uWT0TrD015 .mbr-text,
.cid-uWT0TrD015 .mbr-section-btn {
  text-align: left;
}
.cid-uWT0TrD015 .mbr-section-title {
  text-align: right;
}
.cid-uWTBltvRHy {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWTBltvRHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTBltvRHy .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWTBltvRHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTBltvRHy h1 {
  max-width: 800px;
}
.cid-uWTBltvRHy p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWTBltvRHy .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWTBltvRHy .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWTBltvRHy .btn div {
  overflow: hidden;
}
.cid-uWTBltvRHy .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWTBltvRHy {
    align-items: center;
  }
  .cid-uWTBltvRHy .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTBltvRHy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTBltvRHy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTBltvRHy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTBltvRHy .content-wrap {
    width: 100%;
  }
}
.cid-uWTBltvRHy .mbr-section-subtitle,
.cid-uWTBltvRHy .line {
  color: #291f1e;
  text-align: left;
}
.cid-uWTBltvRHy .mbr-text,
.cid-uWTBltvRHy .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uWTBltvRHy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uWTBsANu1n {
  display: flex;
  background-image: url("../../../assets/images/2025-08-06-20-13-53.webp");
}
.cid-uWTBsANu1n .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uWTBsANu1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTBsANu1n .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uWTBsANu1n .line {
    margin-bottom: 10rem;
  }
}
.cid-uWTBsANu1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTBsANu1n p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWTBsANu1n .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWTBsANu1n .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWTBsANu1n .btn div {
  overflow: hidden;
}
.cid-uWTBsANu1n .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWTBsANu1n {
    align-items: center;
  }
  .cid-uWTBsANu1n .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTBsANu1n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTBsANu1n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTBsANu1n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTBsANu1n .content-wrap {
    width: 100%;
  }
}
.cid-uWTBsANu1n .mbr-section-subtitle,
.cid-uWTBsANu1n .line {
  color: #ffffff;
  text-align: right;
}
.cid-uWTBsANu1n .mbr-text,
.cid-uWTBsANu1n .mbr-section-btn {
  text-align: left;
}
.cid-uWTBsANu1n .mbr-section-title {
  text-align: right;
}
.cid-uWTEt8ncK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWTEt8ncK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTEt8ncK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTEt8ncK8 .row {
  justify-content: space-between;
}
.cid-uWTEt8ncK8 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #7787a5;
}
@media (max-width: 992px) {
  .cid-uWTEt8ncK8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWTEt8ncK8 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uWTEt8ncK8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWTEt8ncK8 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWTEt8ncK8 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uWTEt8ncK8 .mbr-label {
  color: #000000;
}
.cid-uWTEt8ncK8 .mbr-section-title {
  color: #000000;
}
.cid-uWTEt8ncK8 .mbr-desc {
  color: #000000;
}
.cid-uWTEt8ncK8 .mbr-text {
  color: #8a8a8a;
}
.cid-uWTDwHbEkj {
  display: flex;
  background-image: url("../../../assets/images/chatgpt-image-8-oct-2025-06-11-56-p.m.-1536x1024.webp");
}
.cid-uWTDwHbEkj .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uWTDwHbEkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTDwHbEkj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uWTDwHbEkj .line {
    margin-bottom: 10rem;
  }
}
.cid-uWTDwHbEkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTDwHbEkj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWTDwHbEkj .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWTDwHbEkj .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWTDwHbEkj .btn div {
  overflow: hidden;
}
.cid-uWTDwHbEkj .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWTDwHbEkj {
    align-items: center;
  }
  .cid-uWTDwHbEkj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTDwHbEkj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTDwHbEkj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTDwHbEkj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTDwHbEkj .content-wrap {
    width: 100%;
  }
}
.cid-uWTDwHbEkj .mbr-section-subtitle,
.cid-uWTDwHbEkj .line {
  color: #ffffff;
}
.cid-uWTDwHbEkj .mbr-text,
.cid-uWTDwHbEkj .mbr-section-btn {
  text-align: right;
}
.cid-uWTDuSpclB {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #18212d;
}
.cid-uWTDuSpclB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTDuSpclB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWTDuSpclB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTDuSpclB h1 {
  max-width: 800px;
}
.cid-uWTDuSpclB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWTDuSpclB .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWTDuSpclB .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWTDuSpclB .btn div {
  overflow: hidden;
}
.cid-uWTDuSpclB .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWTDuSpclB {
    align-items: center;
  }
  .cid-uWTDuSpclB .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTDuSpclB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTDuSpclB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTDuSpclB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTDuSpclB .content-wrap {
    width: 100%;
  }
}
.cid-uWTDuSpclB .mbr-section-subtitle,
.cid-uWTDuSpclB .line {
  color: #ffffff;
  text-align: left;
}
.cid-uWTDuSpclB .mbr-text,
.cid-uWTDuSpclB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWTDuSpclB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWTFJWWJne {
  display: flex;
  background-image: url("../../../assets/images/close-up-of-hand-attaching-power-cable-to-environm-2024-10-19-04-57-11-utc.webp");
}
.cid-uWTFJWWJne .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uWTFJWWJne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTFJWWJne .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWTFJWWJne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uWTFJWWJne {
    align-items: flex-end;
  }
  .cid-uWTFJWWJne .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTFJWWJne .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTFJWWJne {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTFJWWJne .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTFJWWJne .content-wrap {
    width: 100%;
  }
}
.cid-uWTFJWWJne .mbr-section-subtitle,
.cid-uWTFJWWJne .line {
  color: #ffffff;
}
.cid-uWTFJWWJne .mbr-text,
.cid-uWTFJWWJne .mbr-section-btn {
  text-align: right;
}
.cid-uWTGjftuXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWTGjftuXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTGjftuXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTGjftuXB .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWTGjftuXB .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uWTGjftuXB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWTGjftuXB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uWTGjftuXB .mbr-section-title {
  color: #f5f8ff;
}
.cid-uWTGjftuXB .mbr-label {
  color: #18212d;
  text-align: center;
}
.cid-uWTGjftuXB .mbr-section-title,
.cid-uWTGjftuXB .title-wrapper,
.cid-uWTGjftuXB .mbr-section-btn {
  text-align: center;
}
.cid-uWTGjftuXB .mbr-section-title,
.cid-uWTGjftuXB .mbr-section-btn,
.cid-uWTGjftuXB .title-wrapper {
  color: #18212d;
}
.cid-uWrzMJrVS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uWrzMJrVS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWrzMJrVS2 .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-uWrzMJrVS2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWrzMJrVS2 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWrzMJrVS2 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uWrzMJrVS2 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWrzMJrVS2 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f7f7f7;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWrzMJrVS2 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uWrzMJrVS2 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWrzMJrVS2 .mbr-label {
  color: #ffffff;
}
.cid-uWrzMJrVS2 .mbr-section-title {
  color: #ffffff;
}
.cid-uWrzMJrVS2 label {
  color: #ffffff;
}
.cid-uX4JF6USDH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uX4JF6USDH p {
  line-height: 2;
}
.cid-uX4JF6USDH .container {
  max-width: 1400px;
}
.cid-uX4JF6USDH .mbr-section-title {
  text-align: center;
}
.cid-uX4JF6USDH .mbr-section-subtitle {
  text-align: center;
}
.cid-uX4JF6USDH .mbr-text {
  text-align: center;
}
.cid-uX4JFx0akE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uX4JFx0akE .container {
  max-width: 1400px;
}
.cid-uX4JFx0akE .container-fluid {
  max-width: 100%;
}
.cid-uX4JFx0akE .google-map {
  height: 400px;
  filter: grayscale(1);
  position: relative;
}
.cid-uX4JFx0akE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uX4JFx0akE .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-uX4JFx0akE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uX4JFx0akE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uX4JFx0akE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4JFx0akE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWrzMKQsox {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #18212d;
}
.cid-uWrzMKQsox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWrzMKQsox .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-uWrzMKQsox .container {
    padding: 0 30px;
  }
}
.cid-uWrzMKQsox .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uWrzMKQsox .row {
    padding-bottom: 50px;
  }
}
.cid-uWrzMKQsox .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uWrzMKQsox .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uWrzMKQsox .card {
  justify-content: center;
}
.cid-uWrzMKQsox .title-wrapper {
  margin-bottom: 20px;
}
.cid-uWrzMKQsox .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uWrzMKQsox .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uWrzMKQsox .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWrzMKQsox .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uWrzMKQsox .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWrzMKQsox .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uWrzMKQsox .nav-wrapper .list .item-wrap:hover::before,
.cid-uWrzMKQsox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uWrzMKQsox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uWrzMKQsox .mbr-copy {
  margin-bottom: 0;
  color: #fffcee;
}
.cid-uWrzMKQsox .mbr-section-title {
  color: #144031;
}
.cid-uWrzMKQsox .list {
  color: #144031;
}
.cid-uWrzMKQsox .list,
.cid-uWrzMKQsox .item-wrap {
  color: #fffcee;
}
.cid-uWrzMKQsox .mbr-section-title,
.cid-uWrzMKQsox .title-wrapper {
  color: #fffcee;
}
.cid-uWTHU1Vc0u {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWTHU1Vc0u .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-uWTHU1Vc0u .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWTHU1Vc0u .btn {
  font-weight: 400;
}
.cid-uWTHU1Vc0u .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-uWTHU1Vc0u .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWTHU1Vc0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWTHU1Vc0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWTHU1Vc0u .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWTHU1Vc0u .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWTHU1Vc0u .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWTHU1Vc0u .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWTHU1Vc0u .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWTHU1Vc0u .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWTHU1Vc0u .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWTHU1Vc0u .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWTHU1Vc0u .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWTHU1Vc0u .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWTHU1Vc0u .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWTHU1Vc0u .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWTHU1Vc0u .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWTHU1Vc0u .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWTHU1Vc0u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWTHU1Vc0u .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;
}
@media (max-width: 992px) {
  .cid-uWTHU1Vc0u .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTHU1Vc0u .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWTHU1Vc0u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWTHU1Vc0u .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-uWTHU1Vc0u .nav-item:focus,
.cid-uWTHU1Vc0u .nav-link:focus {
  outline: none;
}
.cid-uWTHU1Vc0u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWTHU1Vc0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWTHU1Vc0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWTHU1Vc0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWTHU1Vc0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWTHU1Vc0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWTHU1Vc0u .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-uWTHU1Vc0u .navbar.opened {
  transition: all 0.25s;
}
.cid-uWTHU1Vc0u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWTHU1Vc0u .navbar .navbar-logo img {
  width: auto;
}
.cid-uWTHU1Vc0u .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWTHU1Vc0u .navbar.collapsed {
  justify-content: center;
}
.cid-uWTHU1Vc0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWTHU1Vc0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWTHU1Vc0u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWTHU1Vc0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWTHU1Vc0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWTHU1Vc0u .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-uWTHU1Vc0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWTHU1Vc0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWTHU1Vc0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWTHU1Vc0u .navbar {
    min-height: 72px;
  }
  .cid-uWTHU1Vc0u .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWTHU1Vc0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWTHU1Vc0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWTHU1Vc0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWTHU1Vc0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWTHU1Vc0u .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-uWTHU1Vc0u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWTHU1Vc0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWTHU1Vc0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWTHU1Vc0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWTHU1Vc0u .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWTHU1Vc0u .dropdown-item.active,
.cid-uWTHU1Vc0u .dropdown-item:active {
  background-color: transparent;
}
.cid-uWTHU1Vc0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWTHU1Vc0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWTHU1Vc0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWTHU1Vc0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uWTHU1Vc0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWTHU1Vc0u .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWTHU1Vc0u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWTHU1Vc0u .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWTHU1Vc0u .navbar-buttons {
    text-align: left;
  }
}
.cid-uWTHU1Vc0u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWTHU1Vc0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWTHU1Vc0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWTHU1Vc0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWTHU1Vc0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWTHU1Vc0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWTHU1Vc0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWTHU1Vc0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWTHU1Vc0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWTHU1Vc0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWTHU1Vc0u .navbar-dropdown {
  padding: 0;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-uWTHU1Vc0u .opacityScroll {
  background: #0c2c68 !important;
}
.cid-uWTHU1Vc0u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWTHU1Vc0u .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-uWTHU1Vc0u .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWTHU1Vc0u .navbar {
    height: 70px;
  }
  .cid-uWTHU1Vc0u .navbar.opened {
    height: auto;
  }
  .cid-uWTHU1Vc0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWTHU1Vc0u .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWTHU1Vc0u .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWTHU1Vc0u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWTHU1Vc0u .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uWTHU1Vc0u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWTHU1Vc0u .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWTHU1Vc0u .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWTHU1Vc0u .navbar-brand {
    margin-right: auto;
  }
  .cid-uWTHU1Vc0u .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    opacity: 1;
    border-color: rgba(12, 44, 104, 0) !important;
    background: rgba(12, 44, 104, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWTHU1Vc0u .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWTHU1Vc0u .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWTHU1Vc0u .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-uWTHU1Vc0u .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWTHU1Vc0u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWTHU1Vc0u .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uWTHU1Vc0u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWTHU1Vc0u .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-uWTHU1Vc0u .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWTHU1Vc0u .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uWTHU1Vc0u .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uWTHU1Vc0u .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWTHU2O2H1 {
  display: flex;
  background-image: url("../../../assets/images/envato-labs-ai-9de59a6e-c64d-4d38-a953-3f0f71a723b1-1376x768.webp");
}
.cid-uWTHU2O2H1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uWTHU2O2H1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU2O2H1 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWTHU2O2H1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU2O2H1 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uWTHU2O2H1 {
    align-items: center;
  }
  .cid-uWTHU2O2H1 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTHU2O2H1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTHU2O2H1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTHU2O2H1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTHU2O2H1 .content-wrap {
    width: 100%;
  }
}
.cid-uWTHU2O2H1 .mbr-section-subtitle,
.cid-uWTHU2O2H1 .line {
  color: #ffffff;
}
.cid-uWTHU2O2H1 .mbr-text,
.cid-uWTHU2O2H1 .mbr-section-btn {
  text-align: left;
}
.cid-uWTHU3dHJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWTHU3dHJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU3dHJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU3dHJe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWTHU3dHJe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWTHU3dHJe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWTHU3dHJe .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWTHU3dHJe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWTHU3dHJe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWTHU3dHJe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWTHU3dHJe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWTHU3dHJe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTHU3dHJe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWTHU3dHJe .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWTHU3dHJe .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWTHU3dHJe .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWTHU3dHJe .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWTHU3dHJe .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWTHU3dHJe .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWTHU3dHJe .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWTHU3dHJe .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uWTHU3dHJe .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWTHU3dHJe .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWTHU3dHJe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWTHU3dHJe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWTHU3dHJe .mbr-label,
.cid-uWTHU3dHJe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWTHU3dHJe .mbr-section-title,
.cid-uWTHU3dHJe .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWTHU3dHJe .mbr-text,
.cid-uWTHU3dHJe .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWTHU3dHJe .item-title {
  color: #000000;
}
.cid-uWTHU3dHJe .item-text {
  color: #515151;
  text-align: center;
}
.cid-uWTHU3dHJe .item-title,
.cid-uWTHU3dHJe .mbr-section-btn DIV {
  text-align: center;
}
.cid-uWTHU3dHJe .item-title,
.cid-uWTHU3dHJe .mbr-section-btn {
  text-align: center;
}
.cid-uWTHU3WjPO {
  display: flex;
}
.cid-uWTHU3WjPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU3WjPO .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWTHU3WjPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.webp");
}
@media (min-width: 768px) {
  .cid-uWTHU3WjPO {
    align-items: flex-end;
  }
  .cid-uWTHU3WjPO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTHU3WjPO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTHU3WjPO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTHU3WjPO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTHU3WjPO .content-wrap {
    width: 100%;
  }
}
.cid-uWTHU3WjPO .mbr-section-subtitle,
.cid-uWTHU3WjPO .line {
  color: #ffffff;
}
.cid-uWTHU3WjPO .mbr-text,
.cid-uWTHU3WjPO .mbr-section-btn {
  text-align: right;
}
.cid-uWTOjB8X5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWTOjB8X5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTOjB8X5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTOjB8X5p .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWTOjB8X5p .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWTOjB8X5p .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWTOjB8X5p .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWTOjB8X5p .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWTOjB8X5p .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWTOjB8X5p .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWTOjB8X5p .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWTOjB8X5p .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTOjB8X5p .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWTOjB8X5p .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-uWTOjB8X5p .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-uWTOjB8X5p .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-uWTOjB8X5p .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #e8e8e8;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWTOjB8X5p .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-uWTOjB8X5p .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uWTOjB8X5p .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-uWTOjB8X5p .mbr-label,
.cid-uWTOjB8X5p .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWTOjB8X5p .mbr-section-title,
.cid-uWTOjB8X5p .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWTOjB8X5p .mbr-text,
.cid-uWTOjB8X5p .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWTOjB8X5p .item-title {
  color: #515151;
  text-align: center;
}
.cid-uWTOjB8X5p .item-number {
  color: #000000;
  text-align: center;
}
.cid-uWTOsmYNhX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWTOsmYNhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTOsmYNhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTOsmYNhX .row {
  justify-content: space-between;
}
.cid-uWTOsmYNhX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #7787a5;
}
@media (max-width: 992px) {
  .cid-uWTOsmYNhX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWTOsmYNhX .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uWTOsmYNhX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWTOsmYNhX .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWTOsmYNhX .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uWTOsmYNhX .mbr-label {
  color: #000000;
}
.cid-uWTOsmYNhX .mbr-section-title {
  color: #000000;
}
.cid-uWTOsmYNhX .mbr-desc {
  color: #000000;
}
.cid-uWTOsmYNhX .mbr-text {
  color: #8a8a8a;
}
.cid-uWTOWVnhQM {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/envato-labs-ai-daa64d59-e9a9-41ba-968f-035119c9cdcf.webp");
}
.cid-uWTOWVnhQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTOWVnhQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTOWVnhQM .card {
  justify-content: flex-end;
}
.cid-uWTOWVnhQM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWTOWVnhQM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWTOWVnhQM .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uWTOWVnhQM .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTOWVnhQM .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uWTOWVnhQM .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uWTOWVnhQM .items-wrapper .item {
  padding: 0 15px;
}
.cid-uWTOWVnhQM .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWTOWVnhQM .item {
    margin-bottom: 15px;
  }
}
.cid-uWTOWVnhQM .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWTOWVnhQM .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uWTOWVnhQM .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background-color: #000000;
}
.cid-uWTOWVnhQM .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uWTOWVnhQM .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #e4ed64;
}
.cid-uWTOWVnhQM .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uWTOWVnhQM .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWTOWVnhQM .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e4ed64;
  transition: all .6s ease;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWTOWVnhQM .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWTOWVnhQM .mbr-section-title {
  color: #ffffff;
}
.cid-uWTOWVnhQM .card-title {
  color: #ffffff;
}
.cid-uWTOWVnhQM .card-text {
  color: #ffffff;
}
.cid-uWTHU560rQ {
  display: flex;
  background-image: url("../../../assets/images/chatgpt-image-15-sept-2025-02-52-46-p.m.-1536x1024.webp");
}
.cid-uWTHU560rQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uWTHU560rQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU560rQ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uWTHU560rQ .line {
    margin-bottom: 10rem;
  }
}
.cid-uWTHU560rQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU560rQ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWTHU560rQ .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWTHU560rQ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWTHU560rQ .btn div {
  overflow: hidden;
}
.cid-uWTHU560rQ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWTHU560rQ {
    align-items: center;
  }
  .cid-uWTHU560rQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTHU560rQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTHU560rQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTHU560rQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTHU560rQ .content-wrap {
    width: 100%;
  }
}
.cid-uWTHU560rQ .mbr-section-subtitle,
.cid-uWTHU560rQ .line {
  color: #ffffff;
  text-align: right;
}
.cid-uWTHU560rQ .mbr-text,
.cid-uWTHU560rQ .mbr-section-btn {
  text-align: left;
}
.cid-uWTHU560rQ .mbr-section-title {
  text-align: right;
}
.cid-uWTYbsyYC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWTYbsyYC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTYbsyYC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTYbsyYC3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uWTYbsyYC3 .line2 {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
}
.cid-uWTYbsyYC3 .title .num {
  width: 100%;
  display: block;
}
.cid-uWTYbsyYC3 .title .card-title {
  z-index: 1;
}
.cid-uWTYbsyYC3 .num {
  color: #291f1e;
}
.cid-uWTYbsyYC3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWTYbsyYC3 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTYbsyYC3 * {
    text-align: center !important;
  }
  .cid-uWTYbsyYC3 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uWTYbsyYC3 .card-title,
.cid-uWTYbsyYC3 .card-img {
  color: #291f1e;
}
.cid-uWTYbsyYC3 .card-text {
  color: #291f1e;
}
.cid-uWTYbsyYC3 .mbr-section-title,
.cid-uWTYbsyYC3 .card-box {
  text-align: left;
}
.cid-uWTYbsyYC3 .mbr-section-title,
.cid-uWTYbsyYC3 .line {
  color: #291f1e;
}
.cid-uWTYbsyYC3 .card-text,
.cid-uWTYbsyYC3 .line2 {
  color: #291f1e;
}
.cid-uWTHU5WcNR {
  display: flex;
  background-image: url("../../../assets/images/sibergic-2000x1125.webp");
}
.cid-uWTHU5WcNR .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uWTHU5WcNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU5WcNR .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uWTHU5WcNR .line {
    margin-bottom: 10rem;
  }
}
.cid-uWTHU5WcNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU5WcNR p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWTHU5WcNR .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWTHU5WcNR .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWTHU5WcNR .btn div {
  overflow: hidden;
}
.cid-uWTHU5WcNR .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWTHU5WcNR {
    align-items: center;
  }
  .cid-uWTHU5WcNR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTHU5WcNR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTHU5WcNR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTHU5WcNR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTHU5WcNR .content-wrap {
    width: 100%;
  }
}
.cid-uWTHU5WcNR .mbr-section-subtitle,
.cid-uWTHU5WcNR .line {
  color: #ffffff;
  text-align: right;
}
.cid-uWTHU5WcNR .mbr-text,
.cid-uWTHU5WcNR .mbr-section-btn {
  text-align: left;
}
.cid-uWTHU5WcNR .mbr-section-title {
  text-align: right;
}
.cid-uWTHU6lAXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWTHU6lAXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU6lAXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU6lAXU .row {
  justify-content: space-between;
}
.cid-uWTHU6lAXU .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #7787a5;
}
@media (max-width: 992px) {
  .cid-uWTHU6lAXU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWTHU6lAXU .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uWTHU6lAXU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWTHU6lAXU .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWTHU6lAXU .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uWTHU6lAXU .mbr-label {
  color: #000000;
}
.cid-uWTHU6lAXU .mbr-section-title {
  color: #000000;
}
.cid-uWTHU6lAXU .mbr-desc {
  color: #000000;
}
.cid-uWTHU6lAXU .mbr-text {
  color: #8a8a8a;
}
.cid-uWTHU6lAXU .mbr-text,
.cid-uWTHU6lAXU .mbr-section-btn {
  color: #0b091f;
}
.cid-uWTHU6Iqo5 {
  display: flex;
  background-image: url("../../../assets/images/img-20240919-wa0049-1200x1600.webp");
}
.cid-uWTHU6Iqo5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uWTHU6Iqo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU6Iqo5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uWTHU6Iqo5 .line {
    margin-bottom: 10rem;
  }
}
.cid-uWTHU6Iqo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU6Iqo5 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWTHU6Iqo5 .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWTHU6Iqo5 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWTHU6Iqo5 .btn div {
  overflow: hidden;
}
.cid-uWTHU6Iqo5 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWTHU6Iqo5 {
    align-items: center;
  }
  .cid-uWTHU6Iqo5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTHU6Iqo5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTHU6Iqo5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTHU6Iqo5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTHU6Iqo5 .content-wrap {
    width: 100%;
  }
}
.cid-uWTHU6Iqo5 .mbr-section-subtitle,
.cid-uWTHU6Iqo5 .line {
  color: #ffffff;
}
.cid-uWTHU6Iqo5 .mbr-text,
.cid-uWTHU6Iqo5 .mbr-section-btn {
  text-align: right;
}
.cid-uWTHU78y4X {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #18212d;
}
.cid-uWTHU78y4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU78y4X .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uWTHU78y4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU78y4X h1 {
  max-width: 800px;
}
.cid-uWTHU78y4X p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uWTHU78y4X .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #291f1e !important;
}
.cid-uWTHU78y4X .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uWTHU78y4X .btn div {
  overflow: hidden;
}
.cid-uWTHU78y4X .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uWTHU78y4X {
    align-items: center;
  }
  .cid-uWTHU78y4X .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWTHU78y4X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWTHU78y4X {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWTHU78y4X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWTHU78y4X .content-wrap {
    width: 100%;
  }
}
.cid-uWTHU78y4X .mbr-section-subtitle,
.cid-uWTHU78y4X .line {
  color: #ffffff;
  text-align: left;
}
.cid-uWTHU78y4X .mbr-text,
.cid-uWTHU78y4X .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWTHU78y4X .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWTHU7WloN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWTHU7WloN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU7WloN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU7WloN .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWTHU7WloN .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uWTHU7WloN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWTHU7WloN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uWTHU7WloN .mbr-section-title {
  color: #f5f8ff;
}
.cid-uWTHU7WloN .mbr-label {
  color: #18212d;
  text-align: center;
}
.cid-uWTHU7WloN .mbr-section-title,
.cid-uWTHU7WloN .title-wrapper,
.cid-uWTHU7WloN .mbr-section-btn {
  text-align: center;
}
.cid-uWTHU7WloN .mbr-section-title,
.cid-uWTHU7WloN .mbr-section-btn,
.cid-uWTHU7WloN .title-wrapper {
  color: #18212d;
}
.cid-uWTHU8jUty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uWTHU8jUty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU8jUty .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-uWTHU8jUty .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWTHU8jUty .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWTHU8jUty .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uWTHU8jUty .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWTHU8jUty .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWTHU8jUty .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f7f7f7;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWTHU8jUty .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uWTHU8jUty .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWTHU8jUty .mbr-label {
  color: #ffffff;
}
.cid-uWTHU8jUty .mbr-section-title {
  color: #ffffff;
}
.cid-uWTHU8jUty label {
  color: #ffffff;
}
.cid-uX4JJjrQhB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uX4JJjrQhB p {
  line-height: 2;
}
.cid-uX4JJjrQhB .container {
  max-width: 1400px;
}
.cid-uX4JJjrQhB .mbr-section-title {
  text-align: center;
}
.cid-uX4JJjrQhB .mbr-section-subtitle {
  text-align: center;
}
.cid-uX4JJjrQhB .mbr-text {
  text-align: center;
}
.cid-uX4JJHXiVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uX4JJHXiVi .container {
  max-width: 1400px;
}
.cid-uX4JJHXiVi .container-fluid {
  max-width: 100%;
}
.cid-uX4JJHXiVi .google-map {
  height: 400px;
  filter: grayscale(1);
  position: relative;
}
.cid-uX4JJHXiVi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uX4JJHXiVi .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-uX4JJHXiVi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uX4JJHXiVi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uX4JJHXiVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4JJHXiVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHU9NqoH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #18212d;
}
.cid-uWTHU9NqoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHU9NqoH .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-uWTHU9NqoH .container {
    padding: 0 30px;
  }
}
.cid-uWTHU9NqoH .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uWTHU9NqoH .row {
    padding-bottom: 50px;
  }
}
.cid-uWTHU9NqoH .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uWTHU9NqoH .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uWTHU9NqoH .card {
  justify-content: center;
}
.cid-uWTHU9NqoH .title-wrapper {
  margin-bottom: 20px;
}
.cid-uWTHU9NqoH .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uWTHU9NqoH .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uWTHU9NqoH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWTHU9NqoH .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uWTHU9NqoH .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWTHU9NqoH .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uWTHU9NqoH .nav-wrapper .list .item-wrap:hover::before,
.cid-uWTHU9NqoH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uWTHU9NqoH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uWTHU9NqoH .mbr-copy {
  margin-bottom: 0;
  color: #fffcee;
}
.cid-uWTHU9NqoH .mbr-section-title {
  color: #144031;
}
.cid-uWTHU9NqoH .list {
  color: #144031;
}
.cid-uWTHU9NqoH .list,
.cid-uWTHU9NqoH .item-wrap {
  color: #fffcee;
}
.cid-uWTHU9NqoH .mbr-section-title,
.cid-uWTHU9NqoH .title-wrapper {
  color: #fffcee;
}
.cid-uX2uSqko5Z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uX2uSqko5Z .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-uX2uSqko5Z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uX2uSqko5Z .btn {
  font-weight: 400;
}
.cid-uX2uSqko5Z .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-uX2uSqko5Z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uX2uSqko5Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2uSqko5Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2uSqko5Z .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uX2uSqko5Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uX2uSqko5Z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uX2uSqko5Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uX2uSqko5Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uX2uSqko5Z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uX2uSqko5Z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uX2uSqko5Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uX2uSqko5Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uX2uSqko5Z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uX2uSqko5Z .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uX2uSqko5Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uX2uSqko5Z .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uX2uSqko5Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uX2uSqko5Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uX2uSqko5Z .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;
}
@media (max-width: 992px) {
  .cid-uX2uSqko5Z .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2uSqko5Z .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uX2uSqko5Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2uSqko5Z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-uX2uSqko5Z .nav-item:focus,
.cid-uX2uSqko5Z .nav-link:focus {
  outline: none;
}
.cid-uX2uSqko5Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2uSqko5Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2uSqko5Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2uSqko5Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2uSqko5Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2uSqko5Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2uSqko5Z .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-uX2uSqko5Z .navbar.opened {
  transition: all 0.25s;
}
.cid-uX2uSqko5Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2uSqko5Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2uSqko5Z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uX2uSqko5Z .navbar.collapsed {
  justify-content: center;
}
.cid-uX2uSqko5Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2uSqko5Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2uSqko5Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uX2uSqko5Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2uSqko5Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2uSqko5Z .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-uX2uSqko5Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2uSqko5Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2uSqko5Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uX2uSqko5Z .navbar {
    min-height: 72px;
  }
  .cid-uX2uSqko5Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uX2uSqko5Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2uSqko5Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2uSqko5Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2uSqko5Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2uSqko5Z .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-uX2uSqko5Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2uSqko5Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uX2uSqko5Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2uSqko5Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX2uSqko5Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uX2uSqko5Z .dropdown-item.active,
.cid-uX2uSqko5Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2uSqko5Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2uSqko5Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2uSqko5Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2uSqko5Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uX2uSqko5Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uX2uSqko5Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uX2uSqko5Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2uSqko5Z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uX2uSqko5Z .navbar-buttons {
    text-align: left;
  }
}
.cid-uX2uSqko5Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2uSqko5Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX2uSqko5Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2uSqko5Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2uSqko5Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2uSqko5Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2uSqko5Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2uSqko5Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2uSqko5Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2uSqko5Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2uSqko5Z .navbar-dropdown {
  padding: 0;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-uX2uSqko5Z .opacityScroll {
  background: #0c2c68 !important;
}
.cid-uX2uSqko5Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2uSqko5Z .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-uX2uSqko5Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX2uSqko5Z .navbar {
    height: 70px;
  }
  .cid-uX2uSqko5Z .navbar.opened {
    height: auto;
  }
  .cid-uX2uSqko5Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2uSqko5Z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uX2uSqko5Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uX2uSqko5Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uX2uSqko5Z .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uX2uSqko5Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uX2uSqko5Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uX2uSqko5Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uX2uSqko5Z .navbar-brand {
    margin-right: auto;
  }
  .cid-uX2uSqko5Z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    opacity: 1;
    border-color: rgba(12, 44, 104, 0) !important;
    background: rgba(12, 44, 104, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uX2uSqko5Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uX2uSqko5Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uX2uSqko5Z .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-uX2uSqko5Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uX2uSqko5Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uX2uSqko5Z .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uX2uSqko5Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uX2uSqko5Z .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-uX2uSqko5Z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX2uSqko5Z .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uX2uSqko5Z .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uX2uSqko5Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uX2uSro4pD {
  display: flex;
  background-image: url("../../../assets/images/chica-1367x908.webp");
}
.cid-uX2uSro4pD .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uX2uSro4pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uSro4pD .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uX2uSro4pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2uSro4pD p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX2uSro4pD {
    align-items: center;
  }
  .cid-uX2uSro4pD .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX2uSro4pD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX2uSro4pD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX2uSro4pD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX2uSro4pD .content-wrap {
    width: 100%;
  }
}
.cid-uX2uSro4pD .mbr-section-subtitle,
.cid-uX2uSro4pD .line {
  color: #ffffff;
}
.cid-uX2uSro4pD .mbr-text,
.cid-uX2uSro4pD .mbr-section-btn {
  text-align: left;
}
.cid-uX2winHM9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX2winHM9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2winHM9o .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-uX2winHM9o .container {
    padding: 0 20px;
  }
}
.cid-uX2winHM9o .row {
  justify-content: space-between;
}
.cid-uX2winHM9o .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uX2winHM9o .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uX2winHM9o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uX2winHM9o .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uX2winHM9o .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uX2winHM9o .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uX2winHM9o .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uX2winHM9o .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uX2winHM9o .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uX2winHM9o .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uX2winHM9o .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uX2winHM9o .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uX2winHM9o .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uX2winHM9o .image-wrapper img {
    height: 450px;
  }
}
.cid-uX2winHM9o .mbr-section-title {
  color: #000000;
}
.cid-uX2winHM9o .mbr-link {
  color: #000000;
}
.cid-uX2winHM9o .mbr-desc {
  color: #000000;
}
.cid-uX2winHM9o .mbr-text {
  color: #18212d;
}
.cid-uX2uSsqI3D {
  display: flex;
  background-image: url("../../../assets/images/chatgpt-image-26-nov-2025-12-55-58-p.m..webp");
}
.cid-uX2uSsqI3D .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uX2uSsqI3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uSsqI3D .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uX2uSsqI3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uX2uSsqI3D {
    align-items: flex-end;
  }
  .cid-uX2uSsqI3D .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX2uSsqI3D .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX2uSsqI3D {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX2uSsqI3D .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX2uSsqI3D .content-wrap {
    width: 100%;
  }
}
.cid-uX2uSsqI3D .mbr-section-subtitle,
.cid-uX2uSsqI3D .line {
  color: #ffffff;
}
.cid-uX2uSsqI3D .mbr-text,
.cid-uX2uSsqI3D .mbr-section-btn {
  text-align: right;
}
.cid-uX2AK2T4jc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX2AK2T4jc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2AK2T4jc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2AK2T4jc .card {
  justify-content: center;
}
.cid-uX2AK2T4jc .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uX2AK2T4jc .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uX2AK2T4jc .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uX2AK2T4jc .image-wrapper img {
    height: 350px;
  }
}
.cid-uX2AK2T4jc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX2AK2T4jc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uX2AK2T4jc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uX2AK2T4jc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uX2AK2T4jc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX2AK2T4jc .mbr-section-title {
  color: #000000;
}
.cid-uX2AK2T4jc .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2AK2T4jc .mbr-text,
.cid-uX2AK2T4jc .text-wrapper {
  color: #000000;
}
.cid-uX2CeFU2Xh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX2CeFU2Xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2CeFU2Xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2CeFU2Xh .card {
  justify-content: center;
}
.cid-uX2CeFU2Xh .image-wrapper {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-uX2CeFU2Xh .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uX2CeFU2Xh .image-wrapper {
    padding-left: 0;
  }
}
.cid-uX2CeFU2Xh .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uX2CeFU2Xh .image-wrapper img {
    height: 350px;
  }
}
.cid-uX2CeFU2Xh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX2CeFU2Xh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uX2CeFU2Xh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uX2CeFU2Xh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uX2CeFU2Xh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX2CeFU2Xh .mbr-section-title {
  color: #000000;
}
.cid-uX2CeFU2Xh .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2CeFU2Xh .mbr-text,
.cid-uX2CeFU2Xh .text-wrapper {
  color: #000000;
}
.cid-uX2Cobn69c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX2Cobn69c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2Cobn69c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2Cobn69c .card {
  justify-content: center;
}
.cid-uX2Cobn69c .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uX2Cobn69c .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uX2Cobn69c .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uX2Cobn69c .image-wrapper img {
    height: 350px;
  }
}
.cid-uX2Cobn69c .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX2Cobn69c .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uX2Cobn69c .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uX2Cobn69c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uX2Cobn69c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX2Cobn69c .mbr-section-title {
  color: #000000;
}
.cid-uX2Cobn69c .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2Cobn69c .mbr-text,
.cid-uX2Cobn69c .text-wrapper {
  color: #000000;
}
.cid-uX2uSxcMgq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX2uSxcMgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uSxcMgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2uSxcMgq .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uX2uSxcMgq .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uX2uSxcMgq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uX2uSxcMgq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uX2uSxcMgq .mbr-section-title {
  color: #f5f8ff;
}
.cid-uX2uSxcMgq .mbr-label {
  color: #18212d;
  text-align: center;
}
.cid-uX2uSxcMgq .mbr-section-title,
.cid-uX2uSxcMgq .title-wrapper,
.cid-uX2uSxcMgq .mbr-section-btn {
  text-align: center;
}
.cid-uX2uSxcMgq .mbr-section-title,
.cid-uX2uSxcMgq .mbr-section-btn,
.cid-uX2uSxcMgq .title-wrapper {
  color: #18212d;
}
.cid-uX2uSxH7E8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uX2uSxH7E8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uSxH7E8 .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-uX2uSxH7E8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uX2uSxH7E8 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uX2uSxH7E8 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uX2uSxH7E8 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX2uSxH7E8 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f7f7f7;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uX2uSxH7E8 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uX2uSxH7E8 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uX2uSxH7E8 .mbr-label {
  color: #ffffff;
}
.cid-uX2uSxH7E8 .mbr-section-title {
  color: #ffffff;
}
.cid-uX2uSxH7E8 label {
  color: #ffffff;
}
.cid-uX4JOmVqs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uX4JOmVqs7 p {
  line-height: 2;
}
.cid-uX4JOmVqs7 .container {
  max-width: 1400px;
}
.cid-uX4JOmVqs7 .mbr-section-title {
  text-align: center;
}
.cid-uX4JOmVqs7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uX4JOmVqs7 .mbr-text {
  text-align: center;
}
.cid-uX4JOM0XpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uX4JOM0XpN .container {
  max-width: 1400px;
}
.cid-uX4JOM0XpN .container-fluid {
  max-width: 100%;
}
.cid-uX4JOM0XpN .google-map {
  height: 400px;
  filter: grayscale(1);
  position: relative;
}
.cid-uX4JOM0XpN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uX4JOM0XpN .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-uX4JOM0XpN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uX4JOM0XpN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uX4JOM0XpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4JOM0XpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2uSzqkBJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #18212d;
}
.cid-uX2uSzqkBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uSzqkBJ .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-uX2uSzqkBJ .container {
    padding: 0 30px;
  }
}
.cid-uX2uSzqkBJ .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uX2uSzqkBJ .row {
    padding-bottom: 50px;
  }
}
.cid-uX2uSzqkBJ .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uX2uSzqkBJ .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uX2uSzqkBJ .card {
  justify-content: center;
}
.cid-uX2uSzqkBJ .title-wrapper {
  margin-bottom: 20px;
}
.cid-uX2uSzqkBJ .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uX2uSzqkBJ .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uX2uSzqkBJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX2uSzqkBJ .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uX2uSzqkBJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uX2uSzqkBJ .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uX2uSzqkBJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uX2uSzqkBJ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uX2uSzqkBJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uX2uSzqkBJ .mbr-copy {
  margin-bottom: 0;
  color: #fffcee;
}
.cid-uX2uSzqkBJ .mbr-section-title {
  color: #144031;
}
.cid-uX2uSzqkBJ .list {
  color: #144031;
}
.cid-uX2uSzqkBJ .list,
.cid-uX2uSzqkBJ .item-wrap {
  color: #fffcee;
}
.cid-uX2uSzqkBJ .mbr-section-title,
.cid-uX2uSzqkBJ .title-wrapper {
  color: #fffcee;
}
.cid-uX4LajV3Ub {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uX4LajV3Ub .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-uX4LajV3Ub .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uX4LajV3Ub .btn {
  font-weight: 400;
}
.cid-uX4LajV3Ub .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-uX4LajV3Ub .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uX4LajV3Ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX4LajV3Ub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX4LajV3Ub .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uX4LajV3Ub .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uX4LajV3Ub .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uX4LajV3Ub .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uX4LajV3Ub .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uX4LajV3Ub .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uX4LajV3Ub .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uX4LajV3Ub .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uX4LajV3Ub .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uX4LajV3Ub .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uX4LajV3Ub .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uX4LajV3Ub .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uX4LajV3Ub .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uX4LajV3Ub .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uX4LajV3Ub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uX4LajV3Ub .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;
}
@media (max-width: 992px) {
  .cid-uX4LajV3Ub .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX4LajV3Ub .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uX4LajV3Ub .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX4LajV3Ub .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-uX4LajV3Ub .nav-item:focus,
.cid-uX4LajV3Ub .nav-link:focus {
  outline: none;
}
.cid-uX4LajV3Ub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX4LajV3Ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX4LajV3Ub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX4LajV3Ub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX4LajV3Ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX4LajV3Ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX4LajV3Ub .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-uX4LajV3Ub .navbar.opened {
  transition: all 0.25s;
}
.cid-uX4LajV3Ub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX4LajV3Ub .navbar .navbar-logo img {
  width: auto;
}
.cid-uX4LajV3Ub .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uX4LajV3Ub .navbar.collapsed {
  justify-content: center;
}
.cid-uX4LajV3Ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX4LajV3Ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX4LajV3Ub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uX4LajV3Ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX4LajV3Ub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX4LajV3Ub .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-uX4LajV3Ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX4LajV3Ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX4LajV3Ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uX4LajV3Ub .navbar {
    min-height: 72px;
  }
  .cid-uX4LajV3Ub .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uX4LajV3Ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX4LajV3Ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX4LajV3Ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX4LajV3Ub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX4LajV3Ub .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-uX4LajV3Ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX4LajV3Ub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uX4LajV3Ub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX4LajV3Ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX4LajV3Ub .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uX4LajV3Ub .dropdown-item.active,
.cid-uX4LajV3Ub .dropdown-item:active {
  background-color: transparent;
}
.cid-uX4LajV3Ub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX4LajV3Ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX4LajV3Ub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX4LajV3Ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uX4LajV3Ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uX4LajV3Ub .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uX4LajV3Ub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX4LajV3Ub .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uX4LajV3Ub .navbar-buttons {
    text-align: left;
  }
}
.cid-uX4LajV3Ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX4LajV3Ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX4LajV3Ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX4LajV3Ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX4LajV3Ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX4LajV3Ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX4LajV3Ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX4LajV3Ub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX4LajV3Ub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX4LajV3Ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX4LajV3Ub .navbar-dropdown {
  padding: 0;
  background: rgba(12, 44, 104, 0) !important;
}
.cid-uX4LajV3Ub .opacityScroll {
  background: #0c2c68 !important;
}
.cid-uX4LajV3Ub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX4LajV3Ub .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-uX4LajV3Ub .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX4LajV3Ub .navbar {
    height: 70px;
  }
  .cid-uX4LajV3Ub .navbar.opened {
    height: auto;
  }
  .cid-uX4LajV3Ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX4LajV3Ub .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uX4LajV3Ub .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uX4LajV3Ub .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uX4LajV3Ub .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uX4LajV3Ub .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uX4LajV3Ub .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uX4LajV3Ub .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uX4LajV3Ub .navbar-brand {
    margin-right: auto;
  }
  .cid-uX4LajV3Ub .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    opacity: 1;
    border-color: rgba(12, 44, 104, 0) !important;
    background: rgba(12, 44, 104, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uX4LajV3Ub .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uX4LajV3Ub .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uX4LajV3Ub .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-uX4LajV3Ub .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uX4LajV3Ub .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uX4LajV3Ub .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uX4LajV3Ub .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uX4LajV3Ub .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-uX4LajV3Ub .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX4LajV3Ub .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uX4LajV3Ub .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uX4LajV3Ub .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uX4LakxZMb {
  display: flex;
  background-image: url("../../../assets/images/95720c82-a87a-48d1-88cf-2e5c50647654-1024x1024.webp");
}
.cid-uX4LakxZMb .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uX4LakxZMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4LakxZMb .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uX4LakxZMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4LakxZMb p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX4LakxZMb {
    align-items: center;
  }
  .cid-uX4LakxZMb .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX4LakxZMb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX4LakxZMb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX4LakxZMb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX4LakxZMb .content-wrap {
    width: 100%;
  }
}
.cid-uX4LakxZMb .mbr-section-subtitle,
.cid-uX4LakxZMb .line {
  color: #ffffff;
}
.cid-uX4LakxZMb .mbr-text,
.cid-uX4LakxZMb .mbr-section-btn {
  text-align: left;
}
.cid-uX4LI2pWkt {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uX4LI2pWkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4LI2pWkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4LI2pWkt .row {
  justify-content: space-between;
}
.cid-uX4LI2pWkt .card {
  justify-content: flex-end;
}
.cid-uX4LI2pWkt .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uX4LI2pWkt .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uX4LI2pWkt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uX4LI2pWkt .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uX4LI2pWkt .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uX4LI2pWkt .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uX4LI2pWkt .panel-group {
    display: block;
  }
}
.cid-uX4LI2pWkt .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #18212d;
}
@media (max-width: 992px) {
  .cid-uX4LI2pWkt .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uX4LI2pWkt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uX4LI2pWkt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uX4LI2pWkt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uX4LI2pWkt .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uX4LI2pWkt .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uX4LI2pWkt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uX4LI2pWkt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uX4LI2pWkt .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uX4LI2pWkt .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uX4LI2pWkt .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX4LI2pWkt .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uX4LI2pWkt .mbr-label {
  color: #18212d;
}
.cid-uX4LI2pWkt .mbr-section-title {
  color: #18212d;
}
.cid-uX4LI2pWkt .mbr-desc {
  color: #4b4949;
}
.cid-uX4LI2pWkt .panel-title-edit {
  color: #4b4949;
}
.cid-uX4LI2pWkt .panel-text {
  color: #4b4949;
}
.cid-uZ5suGddYH {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #dae5fa;
}
.cid-uZ5suGddYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ5suGddYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ5suGddYH .row {
  justify-content: space-between;
}
.cid-uZ5suGddYH .card {
  justify-content: flex-end;
}
.cid-uZ5suGddYH .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uZ5suGddYH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ5suGddYH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ5suGddYH .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ5suGddYH .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uZ5suGddYH .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uZ5suGddYH .panel-group {
    display: block;
  }
}
.cid-uZ5suGddYH .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #18212d;
}
@media (max-width: 992px) {
  .cid-uZ5suGddYH .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uZ5suGddYH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZ5suGddYH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZ5suGddYH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZ5suGddYH .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZ5suGddYH .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uZ5suGddYH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uZ5suGddYH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZ5suGddYH .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZ5suGddYH .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uZ5suGddYH .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ5suGddYH .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uZ5suGddYH .mbr-label {
  color: #18212d;
}
.cid-uZ5suGddYH .mbr-section-title {
  color: #18212d;
}
.cid-uZ5suGddYH .mbr-desc {
  color: #4b4949;
}
.cid-uZ5suGddYH .panel-title-edit {
  color: #4b4949;
}
.cid-uZ5suGddYH .panel-text {
  color: #4b4949;
}
.cid-uZ5sv9vjEe {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uZ5sv9vjEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ5sv9vjEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ5sv9vjEe .row {
  justify-content: space-between;
}
.cid-uZ5sv9vjEe .card {
  justify-content: flex-end;
}
.cid-uZ5sv9vjEe .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uZ5sv9vjEe .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ5sv9vjEe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ5sv9vjEe .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ5sv9vjEe .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uZ5sv9vjEe .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uZ5sv9vjEe .panel-group {
    display: block;
  }
}
.cid-uZ5sv9vjEe .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #18212d;
}
@media (max-width: 992px) {
  .cid-uZ5sv9vjEe .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uZ5sv9vjEe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZ5sv9vjEe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZ5sv9vjEe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZ5sv9vjEe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZ5sv9vjEe .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uZ5sv9vjEe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uZ5sv9vjEe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZ5sv9vjEe .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZ5sv9vjEe .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uZ5sv9vjEe .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ5sv9vjEe .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uZ5sv9vjEe .mbr-label {
  color: #18212d;
}
.cid-uZ5sv9vjEe .mbr-section-title {
  color: #18212d;
}
.cid-uZ5sv9vjEe .mbr-desc {
  color: #4b4949;
}
.cid-uZ5sv9vjEe .panel-title-edit {
  color: #4b4949;
}
.cid-uZ5sv9vjEe .panel-text {
  color: #4b4949;
}
.cid-uX4Lan0cHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uX4Lan0cHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4Lan0cHw .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-uX4Lan0cHw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uX4Lan0cHw .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uX4Lan0cHw .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uX4Lan0cHw .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX4Lan0cHw .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f7f7f7;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uX4Lan0cHw .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uX4Lan0cHw .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uX4Lan0cHw .mbr-label {
  color: #ffffff;
}
.cid-uX4Lan0cHw .mbr-section-title {
  color: #ffffff;
}
.cid-uX4Lan0cHw label {
  color: #ffffff;
}
.cid-uX4LanpLpB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uX4LanpLpB p {
  line-height: 2;
}
.cid-uX4LanpLpB .container {
  max-width: 1400px;
}
.cid-uX4LanpLpB .mbr-section-title {
  text-align: center;
}
.cid-uX4LanpLpB .mbr-section-subtitle {
  text-align: center;
}
.cid-uX4LanpLpB .mbr-text {
  text-align: center;
}
.cid-uX4LanMwnk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uX4LanMwnk .container {
  max-width: 1400px;
}
.cid-uX4LanMwnk .container-fluid {
  max-width: 100%;
}
.cid-uX4LanMwnk .google-map {
  height: 400px;
  filter: grayscale(1);
  position: relative;
}
.cid-uX4LanMwnk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uX4LanMwnk .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-uX4LanMwnk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uX4LanMwnk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uX4LanMwnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4LanMwnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4LaoghZS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #18212d;
}
.cid-uX4LaoghZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4LaoghZS .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-uX4LaoghZS .container {
    padding: 0 30px;
  }
}
.cid-uX4LaoghZS .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uX4LaoghZS .row {
    padding-bottom: 50px;
  }
}
.cid-uX4LaoghZS .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uX4LaoghZS .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uX4LaoghZS .card {
  justify-content: center;
}
.cid-uX4LaoghZS .title-wrapper {
  margin-bottom: 20px;
}
.cid-uX4LaoghZS .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uX4LaoghZS .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uX4LaoghZS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX4LaoghZS .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uX4LaoghZS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uX4LaoghZS .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uX4LaoghZS .nav-wrapper .list .item-wrap:hover::before,
.cid-uX4LaoghZS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uX4LaoghZS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uX4LaoghZS .mbr-copy {
  margin-bottom: 0;
  color: #fffcee;
}
.cid-uX4LaoghZS .mbr-section-title {
  color: #144031;
}
.cid-uX4LaoghZS .list {
  color: #144031;
}
.cid-uX4LaoghZS .list,
.cid-uX4LaoghZS .item-wrap {
  color: #fffcee;
}
.cid-uX4LaoghZS .mbr-section-title,
.cid-uX4LaoghZS .title-wrapper {
  color: #fffcee;
}
