.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %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-us5bTzgzHO {
  z-index: 1000;
  width: 100%;
}
.cid-us5bTzgzHO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us5bTzgzHO .dropdown-menu {
  padding: 0;
}
.cid-us5bTzgzHO .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-us5bTzgzHO .dropdown-item {
    text-align: left !important;
  }
}
.cid-us5bTzgzHO .dropdown-item:hover {
  background-position: right !important;
}
.cid-us5bTzgzHO .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-us5bTzgzHO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us5bTzgzHO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us5bTzgzHO .nav-link {
  position: relative;
}
.cid-us5bTzgzHO .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-us5bTzgzHO .dropdown-menu,
.cid-us5bTzgzHO .navbar.opened {
  background: #212428 !important;
}
.cid-us5bTzgzHO .nav-item:focus,
.cid-us5bTzgzHO .nav-link:focus {
  outline: none;
}
.cid-us5bTzgzHO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us5bTzgzHO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us5bTzgzHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us5bTzgzHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us5bTzgzHO .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-us5bTzgzHO .navbar.opened {
  transition: all 0.3s;
}
.cid-us5bTzgzHO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us5bTzgzHO .navbar .navbar-logo img {
  width: auto;
}
.cid-us5bTzgzHO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-us5bTzgzHO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us5bTzgzHO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us5bTzgzHO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us5bTzgzHO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us5bTzgzHO .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-us5bTzgzHO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us5bTzgzHO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us5bTzgzHO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us5bTzgzHO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us5bTzgzHO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us5bTzgzHO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .navbar {
    min-height: 80px;
  }
}
.cid-us5bTzgzHO .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-us5bTzgzHO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-us5bTzgzHO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us5bTzgzHO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .navbar-brand {
    min-height: 69px;
  }
}
.cid-us5bTzgzHO .dropdown-item.active,
.cid-us5bTzgzHO .dropdown-item:active {
  background-color: transparent;
}
.cid-us5bTzgzHO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us5bTzgzHO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us5bTzgzHO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us5bTzgzHO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-us5bTzgzHO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us5bTzgzHO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us5bTzgzHO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us5bTzgzHO button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-us5bTzgzHO button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5bTzgzHO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us5bTzgzHO nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us5bTzgzHO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us5bTzgzHO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us5bTzgzHO nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us5bTzgzHO .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-us5bTzgzHO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us5bTzgzHO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us5bTzgzHO .navbar {
    height: 70px;
  }
  .cid-us5bTzgzHO .navbar.opened {
    height: auto;
  }
  .cid-us5bTzgzHO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us5bTzgzHO .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .navbar-short {
    min-height: 70px;
  }
}
.cid-us5bTzgzHO .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-us5bTzgzHO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-us5bTzgzHO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .container-fluid {
    padding: 0 3px;
  }
}
.cid-us5bTzgzHO .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-us5bTzgzHO .navbar-nav {
  display: flex !important;
}
.cid-us5bTzgzHO .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link:hover,
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link:focus,
.cid-us5bTzgzHO .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-us5bTzgzHO .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-us5bTzgzHO .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-us5bTzgzHO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-us5bTzgzHO button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-us5bTzgzHO button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5bTzgzHO button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us5bTzgzHO .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-us5bTzgzHO .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us5bTzgzHO .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-us5bTzgzHO .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-us5bTzgzHO .offcanvas.show {
  transform: translateX(0);
}
.cid-us5bTzgzHO .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-us5bTzgzHO .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-us5bTzgzHO .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-us5bTzgzHO .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-us5bTzgzHO .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-us5bTzgzHO .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-us5bTzgzHO .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-us5bTzgzHO .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-us5bTzgzHO .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-us5bTzgzHO .modal-backdrop.show {
  opacity: 0.8;
}
.cid-us5bTzgzHO .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-us5bTzgzHO ::-webkit-scrollbar {
  width: 1em;
}
.cid-us5bTzgzHO ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-us5bTzgzHO ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-us5bTzgzHO .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-us5bTzgzHO .social-container {
    padding-top: 40px;
  }
}
.cid-us5bTzgzHO .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-us5bTzgzHO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-us5bTzgzHO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-us5bTzgzHO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-us5bTzgzHO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-us5bTzgzHO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-us5bTzgzHO .soc-item:hover:before {
  opacity: 1;
}
.cid-us5bTzgzHO .offcanvas_btn {
  margin-top: auto;
}
.cid-us5bTzgzHO .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-us5bTzgzHO .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEI36DYlj {
  display: flex;
  background-image: url("../../../assets/images/enchantment-resort-near-sedona.webp");
}
.cid-veEI36DYlj .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-veEI36DYlj {
    align-items: center;
  }
  .cid-veEI36DYlj .row {
    justify-content: center;
  }
  .cid-veEI36DYlj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEI36DYlj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEI36DYlj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veEI36DYlj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEI36DYlj .content-wrap {
    width: 100%;
  }
}
.cid-veEI36DYlj .mbr-section-title,
.cid-veEI36DYlj .mbr-section-subtitle {
  text-align: center;
}
.cid-veEI36DYlj .mbr-text,
.cid-veEI36DYlj .mbr-section-btn {
  text-align: center;
}
.cid-uPhxoDY30M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPhxoDY30M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPhxoDY30M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPhxoDY30M .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPhxoDY30M .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPhxoDY30M .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPhxoDY30M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPhxoDY30M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPhxoDY30M .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uPhxoDY30M .mbr-section-title {
  color: #ffffff;
}
.cid-uPhxoDY30M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPhxoDY30M .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPhxoDY30M .card-box .item-footer {
  margin-top: auto;
}
.cid-uPhxoDY30M .content-head {
  max-width: 800px;
}
.cid-uPhxoDY30M .card-text,
.cid-uPhxoDY30M .item .mbr-section-btn {
  text-align: center;
}
.cid-us92xws2nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-us92xws2nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-us92xws2nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us92xws2nb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-us92xws2nb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .container {
    padding: 0 16px;
  }
}
.cid-us92xws2nb .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-us92xws2nb .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-us92xws2nb .row {
    padding: 25px 9px;
  }
}
.cid-us92xws2nb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-us92xws2nb .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-us92xws2nb .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .image-wrapper img {
    height: 350px;
  }
}
.cid-us92xws2nb .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-us92xws2nb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-us92xws2nb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-us92xws2nb .items-wrapper {
    display: block;
  }
}
.cid-us92xws2nb .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-us92xws2nb .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-us92xws2nb .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-us92xws2nb .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-us92xws2nb .card {
  justify-content: center;
}
.cid-us92xws2nb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-us92xws2nb .mbr-text {
  color: #000000;
}
.cid-us92xws2nb .card-title {
  color: #000000;
}
.cid-us92xws2nb .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-us92xws2nb .card-title,
.cid-us92xws2nb .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-usHoDjWOO7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-usHoDjWOO7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .item {
    margin-bottom: 1rem;
  }
}
.cid-usHoDjWOO7 .item-wrapper {
  position: relative;
}
.cid-usHoDjWOO7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-usHoDjWOO7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-usHoDjWOO7 .carousel-control,
.cid-usHoDjWOO7 .close {
  background: #1b1b1b;
}
.cid-usHoDjWOO7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usHoDjWOO7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-usHoDjWOO7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usHoDjWOO7 .close::before {
  content: '\e91a';
}
.cid-usHoDjWOO7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usHoDjWOO7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usHoDjWOO7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usHoDjWOO7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usHoDjWOO7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usHoDjWOO7 .carousel-indicators li.active,
.cid-usHoDjWOO7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usHoDjWOO7 .carousel-indicators li::after,
.cid-usHoDjWOO7 .carousel-indicators li::before {
  content: none;
}
.cid-usHoDjWOO7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .carousel-indicators {
    display: none;
  }
}
.cid-usHoDjWOO7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usHoDjWOO7 .carousel-inner > .active {
  display: block;
}
.cid-usHoDjWOO7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usHoDjWOO7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usHoDjWOO7 .carousel-control,
  .cid-usHoDjWOO7 .carousel-indicators,
  .cid-usHoDjWOO7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usHoDjWOO7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usHoDjWOO7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usHoDjWOO7 .carousel-indicators .active,
.cid-usHoDjWOO7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usHoDjWOO7 .carousel-indicators .active {
  background: #fff;
}
.cid-usHoDjWOO7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usHoDjWOO7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usHoDjWOO7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usHoDjWOO7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usHoDjWOO7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usHoDjWOO7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usHoDjWOO7 .carousel {
  width: 100%;
}
.cid-usHoDjWOO7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usHoDjWOO7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usHoDjWOO7 .modal.fade .modal-dialog,
.cid-usHoDjWOO7 .modal.in .modal-dialog {
  transform: none;
}
.cid-usHoDjWOO7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usHoDjWOO7 .content-head {
  max-width: 800px;
}
.cid-usNjI5xtkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mcphaul-suspension-bridge.webp");
}
.cid-usNjI5xtkQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-usNjI5xtkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNjI5xtkQ .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-usNjI5xtkQ .container {
    padding: 0 22px;
  }
}
.cid-usNjI5xtkQ .row {
  justify-content: center;
}
.cid-usNjI5xtkQ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-usNjI5xtkQ .content-wrapper {
    padding: 0;
  }
}
.cid-usNjI5xtkQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usNjI5xtkQ .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-usNjI5xtkQ .mbr-section-title {
  color: #ffffff;
}
.cid-usNjI5xtkQ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-usNjI5xtkQ .mbr-section-title,
.cid-usNjI5xtkQ .mbr-section-btn {
  text-align: center;
}
.cid-usK7CvxRZB {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-usK7CvxRZB .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-usK7CvxRZB .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #edefeb;
  z-index: 1;
}
.cid-usK7CvxRZB .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #000000;
}
.cid-usK7CvxRZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usK7CvxRZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usK7CvxRZB .row {
  position: relative;
  z-index: 2;
}
.cid-usK7CvxRZB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-usK7CvxRZB .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-usK7CvxRZB .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-usK7CvxRZB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usK7CvxRZB .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .image-wrapper {
    margin-top: 46px;
  }
}
.cid-usK7CvxRZB .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usK7CvxRZB .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-usK7CvxRZB .mbr-section-title {
  color: #212529;
}
.cid-usK7CvxRZB .mbr-text {
  color: #51565c;
}
.cid-usKbyOw07X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-usKbyOw07X .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKbyOw07X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKbyOw07X .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-usKbyOw07X .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-usKbyOw07X .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-usKbyOw07X .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-usKbyOw07X .mbr-section-title {
  color: #050f0f;
}
.cid-usKbyOw07X .mbr-text {
  color: #050f0f;
}
.cid-usKdiXeagJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usKdiXeagJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKdiXeagJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKdiXeagJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .container {
    padding: 0 24px;
  }
}
.cid-usKdiXeagJ .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .content-wrapper {
    padding: 0;
  }
}
.cid-usKdiXeagJ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-usKdiXeagJ .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-usKdiXeagJ .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usKdiXeagJ .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-usKdiXeagJ .mbr-section-title {
  color: #141414;
}
.cid-usKdiXeagJ .mbr-desc {
  color: #141414;
}
.cid-usKdiXeagJ .mbr-text {
  color: #141414;
}
.cid-usKd3qNUK5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/paper-texture-top-view-2000x1368.webp");
}
.cid-usKd3qNUK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKd3qNUK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKd3qNUK5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .container {
    padding: 0 20px;
  }
}
.cid-usKd3qNUK5 .row {
  justify-content: space-between;
}
.cid-usKd3qNUK5 .card {
  justify-content: center;
}
.cid-usKd3qNUK5 .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .image-wrapper img {
    height: 350px;
  }
}
.cid-usKd3qNUK5 .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-usKd3qNUK5 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-usKd3qNUK5 .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-usKd3qNUK5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usKd3qNUK5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKd3qNUK5 .mbr-desc {
  color: #1e1d1c;
}
.cid-usKd3qNUK5 .mbr-section-title {
  color: #1e1d1c;
}
.cid-usKd3qNUK5 .mbr-text {
  color: #1e1d1c;
}
.cid-usKdfPyWMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usKdfPyWMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKdfPyWMF .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-usKdfPyWMF .container {
    padding: 0 22px;
  }
}
.cid-usKdfPyWMF .card {
  justify-content: center;
}
.cid-usKdfPyWMF .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-usKdfPyWMF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-usKdfPyWMF .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-usKdfPyWMF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usKdfPyWMF .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-usKdfPyWMF .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-usKdfPyWMF .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-usKdfPyWMF .mbr-section-title {
  color: #ffffff;
}
.cid-usKdfPyWMF .mbr-text {
  color: #ffffff;
}
.cid-usKerBlWdK {
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-02-09-pm.webp");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-usKerBlWdK .row {
  align-items: center;
}
.cid-usKerBlWdK .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fef1e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-usKerBlWdK .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-usKerBlWdK .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-usKerBlWdK .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-usKerBlWdK .card {
    height: 300px;
  }
}
.cid-usKXoWcOqw {
  background-image: url("../../../assets/images/ocean-to-ocean-bridge-yuma-az.webp");
}
.cid-usKXoWcOqw .mbr-section-title {
  color: #ffffff;
}
.cid-usKXoWcOqw .mbr-text,
.cid-usKXoWcOqw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usNmmJARNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usNmmJARNJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uHO9JT0rUR {
  z-index: 1000;
  width: 100%;
}
.cid-uHO9JT0rUR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHO9JT0rUR .dropdown-menu {
  padding: 0;
}
.cid-uHO9JT0rUR .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uHO9JT0rUR .dropdown-item {
    text-align: left !important;
  }
}
.cid-uHO9JT0rUR .dropdown-item:hover {
  background-position: right !important;
}
.cid-uHO9JT0rUR .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uHO9JT0rUR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHO9JT0rUR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHO9JT0rUR .nav-link {
  position: relative;
}
.cid-uHO9JT0rUR .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uHO9JT0rUR .dropdown-menu,
.cid-uHO9JT0rUR .navbar.opened {
  background: #212428 !important;
}
.cid-uHO9JT0rUR .nav-item:focus,
.cid-uHO9JT0rUR .nav-link:focus {
  outline: none;
}
.cid-uHO9JT0rUR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHO9JT0rUR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHO9JT0rUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHO9JT0rUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHO9JT0rUR .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uHO9JT0rUR .navbar.opened {
  transition: all 0.3s;
}
.cid-uHO9JT0rUR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHO9JT0rUR .navbar .navbar-logo img {
  width: auto;
}
.cid-uHO9JT0rUR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uHO9JT0rUR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHO9JT0rUR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHO9JT0rUR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHO9JT0rUR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHO9JT0rUR .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-uHO9JT0rUR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHO9JT0rUR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHO9JT0rUR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHO9JT0rUR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHO9JT0rUR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHO9JT0rUR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .navbar {
    min-height: 80px;
  }
}
.cid-uHO9JT0rUR .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uHO9JT0rUR .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uHO9JT0rUR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHO9JT0rUR .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .navbar-brand {
    min-height: 69px;
  }
}
.cid-uHO9JT0rUR .dropdown-item.active,
.cid-uHO9JT0rUR .dropdown-item:active {
  background-color: transparent;
}
.cid-uHO9JT0rUR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHO9JT0rUR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHO9JT0rUR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHO9JT0rUR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uHO9JT0rUR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHO9JT0rUR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHO9JT0rUR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHO9JT0rUR button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uHO9JT0rUR button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uHO9JT0rUR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHO9JT0rUR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHO9JT0rUR nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uHO9JT0rUR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHO9JT0rUR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHO9JT0rUR .navbar {
    height: 70px;
  }
  .cid-uHO9JT0rUR .navbar.opened {
    height: auto;
  }
  .cid-uHO9JT0rUR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHO9JT0rUR .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .navbar-short {
    min-height: 70px;
  }
}
.cid-uHO9JT0rUR .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uHO9JT0rUR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uHO9JT0rUR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .container-fluid {
    padding: 0 3px;
  }
}
.cid-uHO9JT0rUR .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uHO9JT0rUR .navbar-nav {
  display: flex !important;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link:hover,
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link:focus,
.cid-uHO9JT0rUR .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uHO9JT0rUR .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uHO9JT0rUR .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uHO9JT0rUR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uHO9JT0rUR button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uHO9JT0rUR button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uHO9JT0rUR button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHO9JT0rUR .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uHO9JT0rUR .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHO9JT0rUR .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uHO9JT0rUR .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uHO9JT0rUR .offcanvas.show {
  transform: translateX(0);
}
.cid-uHO9JT0rUR .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uHO9JT0rUR .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHO9JT0rUR .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uHO9JT0rUR .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uHO9JT0rUR .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHO9JT0rUR .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uHO9JT0rUR .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uHO9JT0rUR .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uHO9JT0rUR .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uHO9JT0rUR .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uHO9JT0rUR .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uHO9JT0rUR ::-webkit-scrollbar {
  width: 1em;
}
.cid-uHO9JT0rUR ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uHO9JT0rUR ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uHO9JT0rUR .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uHO9JT0rUR .social-container {
    padding-top: 40px;
  }
}
.cid-uHO9JT0rUR .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uHO9JT0rUR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uHO9JT0rUR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uHO9JT0rUR .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uHO9JT0rUR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uHO9JT0rUR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uHO9JT0rUR .soc-item:hover:before {
  opacity: 1;
}
.cid-uHO9JT0rUR .offcanvas_btn {
  margin-top: auto;
}
.cid-uHO9JT0rUR .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uHO9JT0rUR .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uHO9JTbmIZ {
  background-image: url("../../../assets/images/st.-michaels-mission-1.webp");
}
.cid-uHO9JTbmIZ img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uHO9JTbmIZ .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uHO9JTbmIZ .images {
    display: none;
  }
}
.cid-uHO9JTbmIZ .image-wrapper-1,
.cid-uHO9JTbmIZ .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uHO9JTbmIZ .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uHO9JTbmIZ .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uHO9JTbmIZ .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uHO9JTbmIZ .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uHO9JTbmIZ .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uHO9JTbmIZ .image-wrapper-2 img {
  width: 90%;
}
.cid-uHO9JTbmIZ .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uHO9JTbmIZ .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uHO9JTbmIZ .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uHO9JTbmIZ .text-wrapper {
  width: 100%;
}
.cid-uHO9JTbmIZ .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uHO9JTbmIZ .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTbmIZ .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uHO9JTbmIZ .mbr-section-btn {
    margin: 0;
  }
}
.cid-uHO9JTbmIZ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uHO9JTbmIZ .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uHO9JTbmIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JTbmIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO9JTbmIZ .text {
  display: flex;
  align-items: center;
}
.cid-veLnmjNdB0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLnmjNdB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLnmjNdB0 .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-veLnmjNdB0 .container-fluid {
    padding: 0;
  }
}
.cid-veLnmjNdB0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLnmjNdB0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLnmjNdB0 .embla__button--next,
.cid-veLnmjNdB0 .embla__button--prev {
  display: flex;
}
.cid-veLnmjNdB0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLnmjNdB0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLnmjNdB0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLnmjNdB0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLnmjNdB0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLnmjNdB0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLnmjNdB0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLnmjNdB0 .embla {
  position: relative;
  width: 100%;
}
.cid-veLnmjNdB0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLnmjNdB0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLnmjNdB0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLnmjNdB0 .embla__slide a {
  cursor: grab;
}
.cid-veLnmjNdB0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLnmjNdB0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLnmjNdB0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLnmjNdB0 .mbr-section-title {
  color: #232323;
}
.cid-veLnmjNdB0 .mbr-section-subtitle {
  color: #232323;
}
.cid-veLnmjNdB0 .mbr-box {
  color: #ffffff;
}
.cid-veLnmjNdB0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLnmjNdB0 img,
.cid-veLnmjNdB0 .item-img {
  width: 100%;
}
.cid-veLnmjNdB0 .item-wrapper {
  position: relative;
}
.cid-veLnmjNdB0 .content-head {
  max-width: 800px;
}
.cid-uHO9JTj1Gj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHO9JTj1Gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JTj1Gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO9JTj1Gj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHO9JTj1Gj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHO9JTj1Gj .container {
    padding: 0 16px;
  }
}
.cid-uHO9JTj1Gj .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uHO9JTj1Gj .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .row {
    padding: 25px 9px;
  }
}
.cid-uHO9JTj1Gj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHO9JTj1Gj .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHO9JTj1Gj .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .image-wrapper img {
    height: 350px;
  }
}
.cid-uHO9JTj1Gj .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uHO9JTj1Gj .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uHO9JTj1Gj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uHO9JTj1Gj .items-wrapper {
    display: block;
  }
}
.cid-uHO9JTj1Gj .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uHO9JTj1Gj .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uHO9JTj1Gj .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uHO9JTj1Gj .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uHO9JTj1Gj .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uHO9JTj1Gj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uHO9JTj1Gj .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHO9JTj1Gj .card {
  justify-content: center;
}
.cid-uHO9JTj1Gj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHO9JTj1Gj .mbr-text {
  color: #000000;
}
.cid-uHO9JTj1Gj .card-title {
  color: #000000;
}
.cid-uHO9JTj1Gj .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTj1Gj .card-title,
.cid-uHO9JTj1Gj .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uHO9JTvMz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-uHO9JTvMz1 .mbr-section-head {
  padding: 0 1rem;
}
.cid-uHO9JTvMz1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHO9JTvMz1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHO9JTvMz1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHO9JTvMz1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uHO9JTvMz1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHO9JTvMz1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHO9JTvMz1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uHO9JTvMz1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uHO9JTvMz1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uHO9JTvMz1 .embla__button--next,
.cid-uHO9JTvMz1 .embla__button--prev {
  display: flex;
}
.cid-uHO9JTvMz1 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHO9JTvMz1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHO9JTvMz1 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uHO9JTvMz1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHO9JTvMz1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .embla__button {
    top: -10%;
  }
}
.cid-uHO9JTvMz1 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .embla {
    margin-top: 80px;
  }
}
.cid-uHO9JTvMz1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHO9JTvMz1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHO9JTvMz1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHO9JTvMz1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHO9JTvMz1 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uHO9JTvMz1 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTvMz1 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uHO9JTvMz1 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .mbr-text ul {
    display: block;
  }
}
.cid-uHO9JTvMz1 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uHO9JTvMz1 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uHO9JTvMz1 .item-wrapper {
  height: 100%;
}
.cid-uHO9JTvMz1 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uHO9JTvMz1 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHO9JTvMz1 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veLnnoI89X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLnnoI89X .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLnnoI89X .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-veLnnoI89X .container-fluid {
    padding: 0;
  }
}
.cid-veLnnoI89X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLnnoI89X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLnnoI89X .embla__button--next,
.cid-veLnnoI89X .embla__button--prev {
  display: flex;
}
.cid-veLnnoI89X .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLnnoI89X .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLnnoI89X .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLnnoI89X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLnnoI89X .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLnnoI89X .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLnnoI89X .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLnnoI89X .embla {
  position: relative;
  width: 100%;
}
.cid-veLnnoI89X .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLnnoI89X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLnnoI89X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLnnoI89X .embla__slide a {
  cursor: grab;
}
.cid-veLnnoI89X .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLnnoI89X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLnnoI89X .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLnnoI89X .mbr-section-title {
  color: #232323;
}
.cid-veLnnoI89X .mbr-section-subtitle {
  color: #232323;
}
.cid-veLnnoI89X .mbr-box {
  color: #ffffff;
}
.cid-veLnnoI89X .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLnnoI89X img,
.cid-veLnnoI89X .item-img {
  width: 100%;
}
.cid-veLnnoI89X .item-wrapper {
  position: relative;
}
.cid-veLnnoI89X .content-head {
  max-width: 800px;
}
#custom-html-jv {
  /* Type valid CSS here */
}
#custom-html-jv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jv p {
  font-size: 60px;
  color: #777;
}
.cid-uHO9JTSM8v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uHO9JTSM8v h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uHO9JTSM8v .nav-tabs .nav-item.open .nav-link:focus,
.cid-uHO9JTSM8v .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uHO9JTSM8v .nav-link.active {
  background: #232323;
}
.cid-uHO9JTSM8v .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-uHO9JTSM8v .nav-link:hover {
  background: #232323;
}
.cid-uHO9JTSM8v .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-uHO9JTSM8v .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uHO9JTSM8v .nav-link.display-4 {
  font-size: 15px;
}
.cid-uHO9JTSM8v .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uHO9JTSM8v .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uHO9JTSM8v .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uHO9JTSM8v .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-uHO9JTSM8v .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uHO9JTSM8v .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uHO9JTSM8v .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uHO9JTSM8v .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uHO9JTSM8v .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uHO9JTSM8v .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uHO9JTSM8v .mbr-text,
  .cid-uHO9JTSM8v .nav-link,
  .cid-uHO9JTSM8v .mbr-card-title,
  .cid-uHO9JTSM8v .mbr-section-title {
    text-align: left;
  }
  .cid-uHO9JTSM8v .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uHO9JTSM8v .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uHO9JTSM8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JTSM8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO9JTSM8v .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uHO9JTSM8v .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uHO9JUOm4K .google-map {
  height: 700px;
  position: relative;
}
.cid-uHO9JUOm4K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHO9JUOm4K .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uHO9JUOm4K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHO9JUOm4K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHO9JV15JE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uHO9JV15JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JV15JE .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-uHO9JV15JE .container-fluid {
    padding: 0;
  }
}
.cid-uHO9JV15JE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uHO9JV15JE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHO9JV15JE .embla__button--next,
.cid-uHO9JV15JE .embla__button--prev {
  display: flex;
}
.cid-uHO9JV15JE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHO9JV15JE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHO9JV15JE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHO9JV15JE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHO9JV15JE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHO9JV15JE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHO9JV15JE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHO9JV15JE .embla {
  position: relative;
  width: 100%;
}
.cid-uHO9JV15JE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHO9JV15JE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHO9JV15JE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHO9JV15JE .embla__slide a {
  cursor: grab;
}
.cid-uHO9JV15JE .embla__slide a:active {
  cursor: grabbing;
}
.cid-uHO9JV15JE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHO9JV15JE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uHO9JV15JE .mbr-section-title {
  color: #232323;
}
.cid-uHO9JV15JE .mbr-section-subtitle {
  color: #232323;
}
.cid-uHO9JV15JE .mbr-box {
  color: #ffffff;
}
.cid-uHO9JV15JE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHO9JV15JE img,
.cid-uHO9JV15JE .item-img {
  width: 100%;
}
.cid-uHO9JV15JE .item-wrapper {
  position: relative;
}
.cid-uHO9JV15JE .content-head {
  max-width: 800px;
}
.cid-uHO9JVgaQw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHO9JVgaQw .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt3Y8Rra {
  z-index: 1000;
  width: 100%;
}
.cid-veEt3Y8Rra .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt3Y8Rra .dropdown-menu {
  padding: 0;
}
.cid-veEt3Y8Rra .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt3Y8Rra .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt3Y8Rra .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt3Y8Rra .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt3Y8Rra .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt3Y8Rra .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt3Y8Rra .nav-link {
  position: relative;
}
.cid-veEt3Y8Rra .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt3Y8Rra .dropdown-menu,
.cid-veEt3Y8Rra .navbar.opened {
  background: #212428 !important;
}
.cid-veEt3Y8Rra .nav-item:focus,
.cid-veEt3Y8Rra .nav-link:focus {
  outline: none;
}
.cid-veEt3Y8Rra .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt3Y8Rra .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt3Y8Rra .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt3Y8Rra .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt3Y8Rra .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt3Y8Rra .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt3Y8Rra .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt3Y8Rra .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt3Y8Rra .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt3Y8Rra .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt3Y8Rra .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt3Y8Rra .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt3Y8Rra .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt3Y8Rra .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-veEt3Y8Rra .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt3Y8Rra .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt3Y8Rra .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt3Y8Rra .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt3Y8Rra .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt3Y8Rra .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt3Y8Rra .navbar {
    min-height: 80px;
  }
}
.cid-veEt3Y8Rra .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt3Y8Rra .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt3Y8Rra .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt3Y8Rra .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt3Y8Rra .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt3Y8Rra .dropdown-item.active,
.cid-veEt3Y8Rra .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt3Y8Rra .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt3Y8Rra .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt3Y8Rra .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt3Y8Rra .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt3Y8Rra .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt3Y8Rra .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt3Y8Rra ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt3Y8Rra button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt3Y8Rra button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt3Y8Rra button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt3Y8Rra button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt3Y8Rra button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt3Y8Rra button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt3Y8Rra button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt3Y8Rra button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt3Y8Rra nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt3Y8Rra nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt3Y8Rra nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt3Y8Rra nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt3Y8Rra .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt3Y8Rra a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt3Y8Rra .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt3Y8Rra .navbar {
    height: 70px;
  }
  .cid-veEt3Y8Rra .navbar.opened {
    height: auto;
  }
  .cid-veEt3Y8Rra .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt3Y8Rra .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt3Y8Rra .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt3Y8Rra .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt3Y8Rra .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt3Y8Rra .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt3Y8Rra .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt3Y8Rra .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt3Y8Rra .navbar-nav {
  display: flex !important;
}
.cid-veEt3Y8Rra .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt3Y8Rra .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt3Y8Rra .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt3Y8Rra .navbar-nav .nav-item .nav-link:hover,
.cid-veEt3Y8Rra .navbar-nav .nav-item .nav-link:focus,
.cid-veEt3Y8Rra .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt3Y8Rra .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt3Y8Rra .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt3Y8Rra .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt3Y8Rra button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt3Y8Rra button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt3Y8Rra button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt3Y8Rra button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt3Y8Rra button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt3Y8Rra button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt3Y8Rra button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt3Y8Rra button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt3Y8Rra .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt3Y8Rra .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt3Y8Rra .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt3Y8Rra .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt3Y8Rra .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt3Y8Rra .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt3Y8Rra .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt3Y8Rra .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt3Y8Rra .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt3Y8Rra .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt3Y8Rra .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt3Y8Rra .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt3Y8Rra .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt3Y8Rra .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt3Y8Rra .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt3Y8Rra .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt3Y8Rra .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt3Y8Rra .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt3Y8Rra .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt3Y8Rra .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt3Y8Rra .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt3Y8Rra .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt3Y8Rra .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt3Y8Rra ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt3Y8Rra ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt3Y8Rra ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt3Y8Rra .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt3Y8Rra .social-container {
    padding-top: 40px;
  }
}
.cid-veEt3Y8Rra .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt3Y8Rra .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt3Y8Rra .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt3Y8Rra .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt3Y8Rra .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt3Y8Rra .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt3Y8Rra .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt3Y8Rra .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt3Y8Rra .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt3Y8Rra .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt3Ylg4P {
  background-image: url("../../../assets/images/barfoot-peak-2.webp");
}
.cid-veEt3Ylg4P img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt3Ylg4P .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt3Ylg4P .images {
    display: none;
  }
}
.cid-veEt3Ylg4P .image-wrapper-1,
.cid-veEt3Ylg4P .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt3Ylg4P .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt3Ylg4P .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt3Ylg4P .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt3Ylg4P .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt3Ylg4P .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt3Ylg4P .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt3Ylg4P .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt3Ylg4P .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt3Ylg4P .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt3Ylg4P .text-wrapper {
  width: 100%;
}
.cid-veEt3Ylg4P .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt3Ylg4P .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt3Ylg4P .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt3Ylg4P .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt3Ylg4P .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt3Ylg4P .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt3Ylg4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt3Ylg4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt3Ylg4P .text {
  display: flex;
  align-items: center;
}
.cid-veLnBZXJDL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLnBZXJDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLnBZXJDL .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-veLnBZXJDL .container-fluid {
    padding: 0;
  }
}
.cid-veLnBZXJDL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLnBZXJDL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLnBZXJDL .embla__button--next,
.cid-veLnBZXJDL .embla__button--prev {
  display: flex;
}
.cid-veLnBZXJDL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLnBZXJDL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLnBZXJDL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLnBZXJDL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLnBZXJDL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLnBZXJDL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLnBZXJDL .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLnBZXJDL .embla {
  position: relative;
  width: 100%;
}
.cid-veLnBZXJDL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLnBZXJDL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLnBZXJDL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLnBZXJDL .embla__slide a {
  cursor: grab;
}
.cid-veLnBZXJDL .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLnBZXJDL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLnBZXJDL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLnBZXJDL .mbr-section-title {
  color: #232323;
}
.cid-veLnBZXJDL .mbr-section-subtitle {
  color: #232323;
}
.cid-veLnBZXJDL .mbr-box {
  color: #ffffff;
}
.cid-veLnBZXJDL .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLnBZXJDL img,
.cid-veLnBZXJDL .item-img {
  width: 100%;
}
.cid-veLnBZXJDL .item-wrapper {
  position: relative;
}
.cid-veLnBZXJDL .content-head {
  max-width: 800px;
}
.cid-veEt3YtOXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt3YtOXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt3YtOXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt3YtOXi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt3YtOXi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt3YtOXi .container {
    padding: 0 16px;
  }
}
.cid-veEt3YtOXi .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt3YtOXi .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .row {
    padding: 25px 9px;
  }
}
.cid-veEt3YtOXi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt3YtOXi .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt3YtOXi .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt3YtOXi .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt3YtOXi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt3YtOXi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt3YtOXi .items-wrapper {
    display: block;
  }
}
.cid-veEt3YtOXi .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt3YtOXi .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt3YtOXi .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt3YtOXi .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt3YtOXi .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt3YtOXi .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt3YtOXi .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt3YtOXi .card {
  justify-content: center;
}
.cid-veEt3YtOXi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt3YtOXi .mbr-text {
  color: #000000;
}
.cid-veEt3YtOXi .card-title {
  color: #000000;
}
.cid-veEt3YtOXi .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt3YtOXi .card-title,
.cid-veEt3YtOXi .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt3YG5U5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt3YG5U5 .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt3YG5U5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt3YG5U5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt3YG5U5 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt3YG5U5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt3YG5U5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt3YG5U5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt3YG5U5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt3YG5U5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt3YG5U5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt3YG5U5 .embla__button--next,
.cid-veEt3YG5U5 .embla__button--prev {
  display: flex;
}
.cid-veEt3YG5U5 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt3YG5U5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt3YG5U5 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt3YG5U5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt3YG5U5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt3YG5U5 .embla__button {
    top: -10%;
  }
}
.cid-veEt3YG5U5 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt3YG5U5 .embla {
    margin-top: 80px;
  }
}
.cid-veEt3YG5U5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt3YG5U5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt3YG5U5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt3YG5U5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt3YG5U5 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt3YG5U5 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt3YG5U5 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt3YG5U5 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt3YG5U5 .mbr-text ul {
    display: block;
  }
}
.cid-veEt3YG5U5 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt3YG5U5 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt3YG5U5 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt3YG5U5 .item-wrapper {
  height: 100%;
}
.cid-veEt3YG5U5 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt3YG5U5 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt3YG5U5 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-k6 {
  /* Type valid CSS here */
}
#custom-html-k6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-k6 p {
  font-size: 60px;
  color: #777;
}
.cid-veLnB8oM93 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLnB8oM93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLnB8oM93 .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-veLnB8oM93 .container-fluid {
    padding: 0;
  }
}
.cid-veLnB8oM93 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLnB8oM93 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLnB8oM93 .embla__button--next,
.cid-veLnB8oM93 .embla__button--prev {
  display: flex;
}
.cid-veLnB8oM93 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLnB8oM93 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLnB8oM93 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLnB8oM93 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLnB8oM93 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLnB8oM93 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLnB8oM93 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLnB8oM93 .embla {
  position: relative;
  width: 100%;
}
.cid-veLnB8oM93 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLnB8oM93 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLnB8oM93 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLnB8oM93 .embla__slide a {
  cursor: grab;
}
.cid-veLnB8oM93 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLnB8oM93 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLnB8oM93 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLnB8oM93 .mbr-section-title {
  color: #232323;
}
.cid-veLnB8oM93 .mbr-section-subtitle {
  color: #232323;
}
.cid-veLnB8oM93 .mbr-box {
  color: #ffffff;
}
.cid-veLnB8oM93 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLnB8oM93 img,
.cid-veLnB8oM93 .item-img {
  width: 100%;
}
.cid-veLnB8oM93 .item-wrapper {
  position: relative;
}
.cid-veLnB8oM93 .content-head {
  max-width: 800px;
}
.cid-veEt3YSwKH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt3YSwKH h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt3YSwKH .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt3YSwKH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt3YSwKH .nav-link.active {
  background: #232323;
}
.cid-veEt3YSwKH .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt3YSwKH .nav-link:hover {
  background: #232323;
}
.cid-veEt3YSwKH .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt3YSwKH .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt3YSwKH .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt3YSwKH .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt3YSwKH .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt3YSwKH .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt3YSwKH .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt3YSwKH .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt3YSwKH .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt3YSwKH .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt3YSwKH .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt3YSwKH .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt3YSwKH .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt3YSwKH .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt3YSwKH .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt3YSwKH .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt3YSwKH .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt3YSwKH .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt3YSwKH .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt3YSwKH .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt3YSwKH .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt3YSwKH .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt3YSwKH .mbr-text,
  .cid-veEt3YSwKH .nav-link,
  .cid-veEt3YSwKH .mbr-card-title,
  .cid-veEt3YSwKH .mbr-section-title {
    text-align: left;
  }
  .cid-veEt3YSwKH .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt3YSwKH .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt3YSwKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt3YSwKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt3YSwKH .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt3YSwKH .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt3YSwKH .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt3ZN3Ni .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt3ZN3Ni .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt3ZN3Ni .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt3ZN3Ni .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt3ZN3Ni .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt3ZYpXx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt3ZYpXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt3ZYpXx .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-veEt3ZYpXx .container-fluid {
    padding: 0;
  }
}
.cid-veEt3ZYpXx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt3ZYpXx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt3ZYpXx .embla__button--next,
.cid-veEt3ZYpXx .embla__button--prev {
  display: flex;
}
.cid-veEt3ZYpXx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt3ZYpXx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt3ZYpXx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt3ZYpXx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt3ZYpXx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt3ZYpXx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt3ZYpXx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt3ZYpXx .embla {
  position: relative;
  width: 100%;
}
.cid-veEt3ZYpXx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt3ZYpXx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt3ZYpXx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt3ZYpXx .embla__slide a {
  cursor: grab;
}
.cid-veEt3ZYpXx .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt3ZYpXx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt3ZYpXx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt3ZYpXx .mbr-section-title {
  color: #232323;
}
.cid-veEt3ZYpXx .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt3ZYpXx .mbr-box {
  color: #ffffff;
}
.cid-veEt3ZYpXx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt3ZYpXx img,
.cid-veEt3ZYpXx .item-img {
  width: 100%;
}
.cid-veEt3ZYpXx .item-wrapper {
  position: relative;
}
.cid-veEt3ZYpXx .content-head {
  max-width: 800px;
}
.cid-veEt40cvWz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt40cvWz .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt4A5qFp {
  z-index: 1000;
  width: 100%;
}
.cid-veEt4A5qFp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt4A5qFp .dropdown-menu {
  padding: 0;
}
.cid-veEt4A5qFp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt4A5qFp .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt4A5qFp .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt4A5qFp .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt4A5qFp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt4A5qFp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt4A5qFp .nav-link {
  position: relative;
}
.cid-veEt4A5qFp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt4A5qFp .dropdown-menu,
.cid-veEt4A5qFp .navbar.opened {
  background: #212428 !important;
}
.cid-veEt4A5qFp .nav-item:focus,
.cid-veEt4A5qFp .nav-link:focus {
  outline: none;
}
.cid-veEt4A5qFp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt4A5qFp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt4A5qFp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt4A5qFp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt4A5qFp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt4A5qFp .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt4A5qFp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt4A5qFp .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt4A5qFp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt4A5qFp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt4A5qFp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt4A5qFp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt4A5qFp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt4A5qFp .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-veEt4A5qFp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt4A5qFp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt4A5qFp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt4A5qFp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt4A5qFp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt4A5qFp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt4A5qFp .navbar {
    min-height: 80px;
  }
}
.cid-veEt4A5qFp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt4A5qFp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt4A5qFp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt4A5qFp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt4A5qFp .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt4A5qFp .dropdown-item.active,
.cid-veEt4A5qFp .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt4A5qFp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt4A5qFp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt4A5qFp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt4A5qFp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt4A5qFp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt4A5qFp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt4A5qFp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt4A5qFp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt4A5qFp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt4A5qFp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt4A5qFp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt4A5qFp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt4A5qFp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt4A5qFp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt4A5qFp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt4A5qFp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt4A5qFp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt4A5qFp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt4A5qFp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt4A5qFp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt4A5qFp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt4A5qFp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt4A5qFp .navbar {
    height: 70px;
  }
  .cid-veEt4A5qFp .navbar.opened {
    height: auto;
  }
  .cid-veEt4A5qFp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt4A5qFp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt4A5qFp .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt4A5qFp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt4A5qFp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt4A5qFp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt4A5qFp .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt4A5qFp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt4A5qFp .navbar-nav {
  display: flex !important;
}
.cid-veEt4A5qFp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt4A5qFp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt4A5qFp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt4A5qFp .navbar-nav .nav-item .nav-link:hover,
.cid-veEt4A5qFp .navbar-nav .nav-item .nav-link:focus,
.cid-veEt4A5qFp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt4A5qFp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt4A5qFp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt4A5qFp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt4A5qFp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt4A5qFp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt4A5qFp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt4A5qFp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt4A5qFp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt4A5qFp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt4A5qFp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt4A5qFp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt4A5qFp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt4A5qFp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt4A5qFp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt4A5qFp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt4A5qFp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt4A5qFp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt4A5qFp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt4A5qFp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt4A5qFp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt4A5qFp .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt4A5qFp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt4A5qFp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt4A5qFp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt4A5qFp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt4A5qFp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt4A5qFp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt4A5qFp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt4A5qFp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt4A5qFp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt4A5qFp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt4A5qFp .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt4A5qFp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt4A5qFp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt4A5qFp ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt4A5qFp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt4A5qFp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt4A5qFp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt4A5qFp .social-container {
    padding-top: 40px;
  }
}
.cid-veEt4A5qFp .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt4A5qFp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt4A5qFp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt4A5qFp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt4A5qFp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt4A5qFp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt4A5qFp .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt4A5qFp .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt4A5qFp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt4A5qFp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt4Ahjur {
  background-image: url("../../../assets/images/flagstaff-bank-hotel-1887.webp");
}
.cid-veEt4Ahjur img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt4Ahjur .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt4Ahjur .images {
    display: none;
  }
}
.cid-veEt4Ahjur .image-wrapper-1,
.cid-veEt4Ahjur .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt4Ahjur .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt4Ahjur .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt4Ahjur .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt4Ahjur .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt4Ahjur .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt4Ahjur .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt4Ahjur .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt4Ahjur .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt4Ahjur .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt4Ahjur .text-wrapper {
  width: 100%;
}
.cid-veEt4Ahjur .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt4Ahjur .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt4Ahjur .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt4Ahjur .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt4Ahjur .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt4Ahjur .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt4Ahjur .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt4Ahjur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt4Ahjur .text {
  display: flex;
  align-items: center;
}
.cid-veLnN4Ybxf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLnN4Ybxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLnN4Ybxf .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-veLnN4Ybxf .container-fluid {
    padding: 0;
  }
}
.cid-veLnN4Ybxf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLnN4Ybxf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLnN4Ybxf .embla__button--next,
.cid-veLnN4Ybxf .embla__button--prev {
  display: flex;
}
.cid-veLnN4Ybxf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLnN4Ybxf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLnN4Ybxf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLnN4Ybxf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLnN4Ybxf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLnN4Ybxf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLnN4Ybxf .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLnN4Ybxf .embla {
  position: relative;
  width: 100%;
}
.cid-veLnN4Ybxf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLnN4Ybxf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLnN4Ybxf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLnN4Ybxf .embla__slide a {
  cursor: grab;
}
.cid-veLnN4Ybxf .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLnN4Ybxf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLnN4Ybxf .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLnN4Ybxf .mbr-section-title {
  color: #232323;
}
.cid-veLnN4Ybxf .mbr-section-subtitle {
  color: #232323;
}
.cid-veLnN4Ybxf .mbr-box {
  color: #ffffff;
}
.cid-veLnN4Ybxf .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLnN4Ybxf img,
.cid-veLnN4Ybxf .item-img {
  width: 100%;
}
.cid-veLnN4Ybxf .item-wrapper {
  position: relative;
}
.cid-veLnN4Ybxf .content-head {
  max-width: 800px;
}
.cid-veEt4Aqc8Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt4Aqc8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt4Aqc8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt4Aqc8Q .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt4Aqc8Q .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt4Aqc8Q .container {
    padding: 0 16px;
  }
}
.cid-veEt4Aqc8Q .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt4Aqc8Q .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .row {
    padding: 25px 9px;
  }
}
.cid-veEt4Aqc8Q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt4Aqc8Q .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt4Aqc8Q .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt4Aqc8Q .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt4Aqc8Q .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt4Aqc8Q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt4Aqc8Q .items-wrapper {
    display: block;
  }
}
.cid-veEt4Aqc8Q .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt4Aqc8Q .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt4Aqc8Q .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt4Aqc8Q .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt4Aqc8Q .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt4Aqc8Q .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt4Aqc8Q .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt4Aqc8Q .card {
  justify-content: center;
}
.cid-veEt4Aqc8Q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt4Aqc8Q .mbr-text {
  color: #000000;
}
.cid-veEt4Aqc8Q .card-title {
  color: #000000;
}
.cid-veEt4Aqc8Q .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt4Aqc8Q .card-title,
.cid-veEt4Aqc8Q .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt4ADAyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt4ADAyI .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt4ADAyI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt4ADAyI .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt4ADAyI .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt4ADAyI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt4ADAyI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt4ADAyI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt4ADAyI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt4ADAyI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt4ADAyI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt4ADAyI .embla__button--next,
.cid-veEt4ADAyI .embla__button--prev {
  display: flex;
}
.cid-veEt4ADAyI .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt4ADAyI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt4ADAyI .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt4ADAyI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt4ADAyI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt4ADAyI .embla__button {
    top: -10%;
  }
}
.cid-veEt4ADAyI .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt4ADAyI .embla {
    margin-top: 80px;
  }
}
.cid-veEt4ADAyI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt4ADAyI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt4ADAyI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt4ADAyI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt4ADAyI .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt4ADAyI .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt4ADAyI .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt4ADAyI .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt4ADAyI .mbr-text ul {
    display: block;
  }
}
.cid-veEt4ADAyI .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt4ADAyI .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt4ADAyI .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt4ADAyI .item-wrapper {
  height: 100%;
}
.cid-veEt4ADAyI .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt4ADAyI .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt4ADAyI .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-kf {
  /* Type valid CSS here */
}
#custom-html-kf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kf p {
  font-size: 60px;
  color: #777;
}
.cid-veLnM4uBbz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLnM4uBbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLnM4uBbz .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-veLnM4uBbz .container-fluid {
    padding: 0;
  }
}
.cid-veLnM4uBbz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLnM4uBbz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLnM4uBbz .embla__button--next,
.cid-veLnM4uBbz .embla__button--prev {
  display: flex;
}
.cid-veLnM4uBbz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLnM4uBbz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLnM4uBbz .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLnM4uBbz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLnM4uBbz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLnM4uBbz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLnM4uBbz .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLnM4uBbz .embla {
  position: relative;
  width: 100%;
}
.cid-veLnM4uBbz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLnM4uBbz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLnM4uBbz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLnM4uBbz .embla__slide a {
  cursor: grab;
}
.cid-veLnM4uBbz .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLnM4uBbz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLnM4uBbz .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLnM4uBbz .mbr-section-title {
  color: #232323;
}
.cid-veLnM4uBbz .mbr-section-subtitle {
  color: #232323;
}
.cid-veLnM4uBbz .mbr-box {
  color: #ffffff;
}
.cid-veLnM4uBbz .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLnM4uBbz img,
.cid-veLnM4uBbz .item-img {
  width: 100%;
}
.cid-veLnM4uBbz .item-wrapper {
  position: relative;
}
.cid-veLnM4uBbz .content-head {
  max-width: 800px;
}
.cid-veEt4AO4WS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt4AO4WS h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt4AO4WS .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt4AO4WS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt4AO4WS .nav-link.active {
  background: #232323;
}
.cid-veEt4AO4WS .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt4AO4WS .nav-link:hover {
  background: #232323;
}
.cid-veEt4AO4WS .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt4AO4WS .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt4AO4WS .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt4AO4WS .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt4AO4WS .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt4AO4WS .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt4AO4WS .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt4AO4WS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt4AO4WS .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt4AO4WS .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt4AO4WS .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt4AO4WS .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt4AO4WS .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt4AO4WS .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt4AO4WS .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt4AO4WS .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt4AO4WS .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt4AO4WS .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt4AO4WS .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt4AO4WS .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt4AO4WS .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt4AO4WS .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt4AO4WS .mbr-text,
  .cid-veEt4AO4WS .nav-link,
  .cid-veEt4AO4WS .mbr-card-title,
  .cid-veEt4AO4WS .mbr-section-title {
    text-align: left;
  }
  .cid-veEt4AO4WS .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt4AO4WS .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt4AO4WS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt4AO4WS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt4AO4WS .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt4AO4WS .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt4AO4WS .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt4BIrAp .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt4BIrAp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt4BIrAp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt4BIrAp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt4BIrAp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt4BSK7t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt4BSK7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt4BSK7t .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-veEt4BSK7t .container-fluid {
    padding: 0;
  }
}
.cid-veEt4BSK7t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt4BSK7t .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt4BSK7t .embla__button--next,
.cid-veEt4BSK7t .embla__button--prev {
  display: flex;
}
.cid-veEt4BSK7t .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt4BSK7t .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt4BSK7t .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt4BSK7t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt4BSK7t .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt4BSK7t .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt4BSK7t .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt4BSK7t .embla {
  position: relative;
  width: 100%;
}
.cid-veEt4BSK7t .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt4BSK7t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt4BSK7t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt4BSK7t .embla__slide a {
  cursor: grab;
}
.cid-veEt4BSK7t .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt4BSK7t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt4BSK7t .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt4BSK7t .mbr-section-title {
  color: #232323;
}
.cid-veEt4BSK7t .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt4BSK7t .mbr-box {
  color: #ffffff;
}
.cid-veEt4BSK7t .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt4BSK7t img,
.cid-veEt4BSK7t .item-img {
  width: 100%;
}
.cid-veEt4BSK7t .item-wrapper {
  position: relative;
}
.cid-veEt4BSK7t .content-head {
  max-width: 800px;
}
.cid-veEt4C5q5n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt4C5q5n .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt4ZCqmQ {
  z-index: 1000;
  width: 100%;
}
.cid-veEt4ZCqmQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt4ZCqmQ .dropdown-menu {
  padding: 0;
}
.cid-veEt4ZCqmQ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt4ZCqmQ .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt4ZCqmQ .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt4ZCqmQ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt4ZCqmQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt4ZCqmQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt4ZCqmQ .nav-link {
  position: relative;
}
.cid-veEt4ZCqmQ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt4ZCqmQ .dropdown-menu,
.cid-veEt4ZCqmQ .navbar.opened {
  background: #212428 !important;
}
.cid-veEt4ZCqmQ .nav-item:focus,
.cid-veEt4ZCqmQ .nav-link:focus {
  outline: none;
}
.cid-veEt4ZCqmQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt4ZCqmQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt4ZCqmQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt4ZCqmQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt4ZCqmQ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt4ZCqmQ .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt4ZCqmQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt4ZCqmQ .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt4ZCqmQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt4ZCqmQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt4ZCqmQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt4ZCqmQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt4ZCqmQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt4ZCqmQ .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-veEt4ZCqmQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt4ZCqmQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt4ZCqmQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt4ZCqmQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt4ZCqmQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt4ZCqmQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt4ZCqmQ .navbar {
    min-height: 80px;
  }
}
.cid-veEt4ZCqmQ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt4ZCqmQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt4ZCqmQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt4ZCqmQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt4ZCqmQ .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt4ZCqmQ .dropdown-item.active,
.cid-veEt4ZCqmQ .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt4ZCqmQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt4ZCqmQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt4ZCqmQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt4ZCqmQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt4ZCqmQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt4ZCqmQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt4ZCqmQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt4ZCqmQ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt4ZCqmQ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt4ZCqmQ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt4ZCqmQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt4ZCqmQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt4ZCqmQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt4ZCqmQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt4ZCqmQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt4ZCqmQ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt4ZCqmQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt4ZCqmQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt4ZCqmQ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt4ZCqmQ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt4ZCqmQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt4ZCqmQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt4ZCqmQ .navbar {
    height: 70px;
  }
  .cid-veEt4ZCqmQ .navbar.opened {
    height: auto;
  }
  .cid-veEt4ZCqmQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt4ZCqmQ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt4ZCqmQ .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt4ZCqmQ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt4ZCqmQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt4ZCqmQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt4ZCqmQ .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt4ZCqmQ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt4ZCqmQ .navbar-nav {
  display: flex !important;
}
.cid-veEt4ZCqmQ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt4ZCqmQ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt4ZCqmQ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt4ZCqmQ .navbar-nav .nav-item .nav-link:hover,
.cid-veEt4ZCqmQ .navbar-nav .nav-item .nav-link:focus,
.cid-veEt4ZCqmQ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt4ZCqmQ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt4ZCqmQ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt4ZCqmQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt4ZCqmQ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt4ZCqmQ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt4ZCqmQ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt4ZCqmQ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt4ZCqmQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt4ZCqmQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt4ZCqmQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt4ZCqmQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt4ZCqmQ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt4ZCqmQ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt4ZCqmQ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt4ZCqmQ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt4ZCqmQ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt4ZCqmQ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt4ZCqmQ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt4ZCqmQ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt4ZCqmQ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt4ZCqmQ .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt4ZCqmQ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt4ZCqmQ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt4ZCqmQ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt4ZCqmQ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt4ZCqmQ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt4ZCqmQ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt4ZCqmQ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt4ZCqmQ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt4ZCqmQ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt4ZCqmQ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt4ZCqmQ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt4ZCqmQ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt4ZCqmQ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt4ZCqmQ ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt4ZCqmQ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt4ZCqmQ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt4ZCqmQ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt4ZCqmQ .social-container {
    padding-top: 40px;
  }
}
.cid-veEt4ZCqmQ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt4ZCqmQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt4ZCqmQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt4ZCqmQ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt4ZCqmQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt4ZCqmQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt4ZCqmQ .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt4ZCqmQ .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt4ZCqmQ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt4ZCqmQ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt4ZOJJI {
  background-image: url("../../../assets/images/75000658.webp");
}
.cid-veEt4ZOJJI img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt4ZOJJI .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt4ZOJJI .images {
    display: none;
  }
}
.cid-veEt4ZOJJI .image-wrapper-1,
.cid-veEt4ZOJJI .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt4ZOJJI .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt4ZOJJI .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt4ZOJJI .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt4ZOJJI .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt4ZOJJI .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt4ZOJJI .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt4ZOJJI .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt4ZOJJI .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt4ZOJJI .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt4ZOJJI .text-wrapper {
  width: 100%;
}
.cid-veEt4ZOJJI .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt4ZOJJI .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt4ZOJJI .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt4ZOJJI .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt4ZOJJI .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt4ZOJJI .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt4ZOJJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt4ZOJJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt4ZOJJI .text {
  display: flex;
  align-items: center;
}
.cid-veEt4ZVoM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt4ZVoM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt4ZVoM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt4ZVoM4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt4ZVoM4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt4ZVoM4 .container {
    padding: 0 16px;
  }
}
.cid-veEt4ZVoM4 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt4ZVoM4 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .row {
    padding: 25px 9px;
  }
}
.cid-veEt4ZVoM4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt4ZVoM4 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt4ZVoM4 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt4ZVoM4 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt4ZVoM4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt4ZVoM4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt4ZVoM4 .items-wrapper {
    display: block;
  }
}
.cid-veEt4ZVoM4 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt4ZVoM4 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt4ZVoM4 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt4ZVoM4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt4ZVoM4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt4ZVoM4 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt4ZVoM4 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt4ZVoM4 .card {
  justify-content: center;
}
.cid-veEt4ZVoM4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt4ZVoM4 .mbr-text {
  color: #000000;
}
.cid-veEt4ZVoM4 .card-title {
  color: #000000;
}
.cid-veEt4ZVoM4 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt4ZVoM4 .card-title,
.cid-veEt4ZVoM4 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt507lw1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt507lw1 .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt507lw1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt507lw1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt507lw1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt507lw1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt507lw1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt507lw1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt507lw1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt507lw1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt507lw1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt507lw1 .embla__button--next,
.cid-veEt507lw1 .embla__button--prev {
  display: flex;
}
.cid-veEt507lw1 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt507lw1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt507lw1 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt507lw1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt507lw1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt507lw1 .embla__button {
    top: -10%;
  }
}
.cid-veEt507lw1 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt507lw1 .embla {
    margin-top: 80px;
  }
}
.cid-veEt507lw1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt507lw1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt507lw1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt507lw1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt507lw1 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt507lw1 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt507lw1 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt507lw1 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt507lw1 .mbr-text ul {
    display: block;
  }
}
.cid-veEt507lw1 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt507lw1 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt507lw1 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt507lw1 .item-wrapper {
  height: 100%;
}
.cid-veEt507lw1 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt507lw1 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt507lw1 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-ko {
  /* Type valid CSS here */
}
#custom-html-ko div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ko p {
  font-size: 60px;
  color: #777;
}
.cid-veEt50iQcB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt50iQcB h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt50iQcB .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt50iQcB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt50iQcB .nav-link.active {
  background: #232323;
}
.cid-veEt50iQcB .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt50iQcB .nav-link:hover {
  background: #232323;
}
.cid-veEt50iQcB .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt50iQcB .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt50iQcB .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt50iQcB .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt50iQcB .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt50iQcB .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt50iQcB .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt50iQcB .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt50iQcB .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt50iQcB .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt50iQcB .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt50iQcB .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt50iQcB .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt50iQcB .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt50iQcB .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt50iQcB .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt50iQcB .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt50iQcB .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt50iQcB .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt50iQcB .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt50iQcB .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt50iQcB .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt50iQcB .mbr-text,
  .cid-veEt50iQcB .nav-link,
  .cid-veEt50iQcB .mbr-card-title,
  .cid-veEt50iQcB .mbr-section-title {
    text-align: left;
  }
  .cid-veEt50iQcB .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt50iQcB .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt50iQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt50iQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt50iQcB .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt50iQcB .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt50iQcB .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt51bWJx .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt51bWJx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt51bWJx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt51bWJx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt51bWJx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt51ywu2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt51ywu2 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt5k651I {
  z-index: 1000;
  width: 100%;
}
.cid-veEt5k651I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt5k651I .dropdown-menu {
  padding: 0;
}
.cid-veEt5k651I .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt5k651I .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt5k651I .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt5k651I .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt5k651I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt5k651I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt5k651I .nav-link {
  position: relative;
}
.cid-veEt5k651I .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt5k651I .dropdown-menu,
.cid-veEt5k651I .navbar.opened {
  background: #212428 !important;
}
.cid-veEt5k651I .nav-item:focus,
.cid-veEt5k651I .nav-link:focus {
  outline: none;
}
.cid-veEt5k651I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt5k651I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt5k651I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt5k651I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt5k651I .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt5k651I .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt5k651I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt5k651I .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt5k651I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt5k651I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt5k651I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt5k651I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt5k651I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt5k651I .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-veEt5k651I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt5k651I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt5k651I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt5k651I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt5k651I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt5k651I .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt5k651I .navbar {
    min-height: 80px;
  }
}
.cid-veEt5k651I .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt5k651I .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt5k651I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt5k651I .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt5k651I .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt5k651I .dropdown-item.active,
.cid-veEt5k651I .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt5k651I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt5k651I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt5k651I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt5k651I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt5k651I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt5k651I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt5k651I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt5k651I button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt5k651I button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt5k651I button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt5k651I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt5k651I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt5k651I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt5k651I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt5k651I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt5k651I nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt5k651I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt5k651I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt5k651I nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt5k651I .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt5k651I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt5k651I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt5k651I .navbar {
    height: 70px;
  }
  .cid-veEt5k651I .navbar.opened {
    height: auto;
  }
  .cid-veEt5k651I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt5k651I .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt5k651I .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt5k651I .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt5k651I .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt5k651I .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt5k651I .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt5k651I .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt5k651I .navbar-nav {
  display: flex !important;
}
.cid-veEt5k651I .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt5k651I .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt5k651I .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt5k651I .navbar-nav .nav-item .nav-link:hover,
.cid-veEt5k651I .navbar-nav .nav-item .nav-link:focus,
.cid-veEt5k651I .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt5k651I .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt5k651I .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt5k651I .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt5k651I button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt5k651I button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt5k651I button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt5k651I button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt5k651I button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt5k651I button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt5k651I button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt5k651I button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt5k651I .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt5k651I .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt5k651I .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt5k651I .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt5k651I .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt5k651I .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt5k651I .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt5k651I .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt5k651I .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt5k651I .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt5k651I .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt5k651I .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt5k651I .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt5k651I .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt5k651I .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt5k651I .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt5k651I .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt5k651I .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt5k651I .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt5k651I .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt5k651I .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt5k651I .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt5k651I .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt5k651I ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt5k651I ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt5k651I ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt5k651I .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt5k651I .social-container {
    padding-top: 40px;
  }
}
.cid-veEt5k651I .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt5k651I .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt5k651I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt5k651I .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt5k651I .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt5k651I .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt5k651I .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt5k651I .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt5k651I .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt5k651I .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt5kiP9V {
  background-image: url("../../../assets/images/75000658.webp");
}
.cid-veEt5kiP9V img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt5kiP9V .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt5kiP9V .images {
    display: none;
  }
}
.cid-veEt5kiP9V .image-wrapper-1,
.cid-veEt5kiP9V .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt5kiP9V .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt5kiP9V .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt5kiP9V .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt5kiP9V .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt5kiP9V .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt5kiP9V .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt5kiP9V .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt5kiP9V .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt5kiP9V .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt5kiP9V .text-wrapper {
  width: 100%;
}
.cid-veEt5kiP9V .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt5kiP9V .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt5kiP9V .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt5kiP9V .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt5kiP9V .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt5kiP9V .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt5kiP9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt5kiP9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt5kiP9V .text {
  display: flex;
  align-items: center;
}
.cid-veEt5kqor4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt5kqor4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt5kqor4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt5kqor4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt5kqor4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt5kqor4 .container {
    padding: 0 16px;
  }
}
.cid-veEt5kqor4 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt5kqor4 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .row {
    padding: 25px 9px;
  }
}
.cid-veEt5kqor4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt5kqor4 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt5kqor4 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt5kqor4 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt5kqor4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt5kqor4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt5kqor4 .items-wrapper {
    display: block;
  }
}
.cid-veEt5kqor4 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt5kqor4 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt5kqor4 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt5kqor4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt5kqor4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt5kqor4 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt5kqor4 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt5kqor4 .card {
  justify-content: center;
}
.cid-veEt5kqor4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt5kqor4 .mbr-text {
  color: #000000;
}
.cid-veEt5kqor4 .card-title {
  color: #000000;
}
.cid-veEt5kqor4 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt5kqor4 .card-title,
.cid-veEt5kqor4 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt5kDDXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt5kDDXO .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt5kDDXO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt5kDDXO .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt5kDDXO .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt5kDDXO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt5kDDXO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt5kDDXO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt5kDDXO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt5kDDXO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt5kDDXO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt5kDDXO .embla__button--next,
.cid-veEt5kDDXO .embla__button--prev {
  display: flex;
}
.cid-veEt5kDDXO .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt5kDDXO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt5kDDXO .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt5kDDXO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt5kDDXO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt5kDDXO .embla__button {
    top: -10%;
  }
}
.cid-veEt5kDDXO .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt5kDDXO .embla {
    margin-top: 80px;
  }
}
.cid-veEt5kDDXO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt5kDDXO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt5kDDXO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt5kDDXO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt5kDDXO .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt5kDDXO .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt5kDDXO .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt5kDDXO .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt5kDDXO .mbr-text ul {
    display: block;
  }
}
.cid-veEt5kDDXO .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt5kDDXO .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt5kDDXO .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt5kDDXO .item-wrapper {
  height: 100%;
}
.cid-veEt5kDDXO .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt5kDDXO .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt5kDDXO .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-kx {
  /* Type valid CSS here */
}
#custom-html-kx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kx p {
  font-size: 60px;
  color: #777;
}
.cid-veEt5kOyoP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt5kOyoP h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt5kOyoP .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt5kOyoP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt5kOyoP .nav-link.active {
  background: #232323;
}
.cid-veEt5kOyoP .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt5kOyoP .nav-link:hover {
  background: #232323;
}
.cid-veEt5kOyoP .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt5kOyoP .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt5kOyoP .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt5kOyoP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt5kOyoP .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt5kOyoP .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt5kOyoP .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt5kOyoP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt5kOyoP .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt5kOyoP .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt5kOyoP .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt5kOyoP .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt5kOyoP .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt5kOyoP .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt5kOyoP .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt5kOyoP .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt5kOyoP .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt5kOyoP .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt5kOyoP .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt5kOyoP .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt5kOyoP .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt5kOyoP .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt5kOyoP .mbr-text,
  .cid-veEt5kOyoP .nav-link,
  .cid-veEt5kOyoP .mbr-card-title,
  .cid-veEt5kOyoP .mbr-section-title {
    text-align: left;
  }
  .cid-veEt5kOyoP .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt5kOyoP .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt5kOyoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt5kOyoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt5kOyoP .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt5kOyoP .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt5kOyoP .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt5lHUt0 .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt5lHUt0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt5lHUt0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt5lHUt0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt5lHUt0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt5lQ4ti {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt5lQ4ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt5lQ4ti .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-veEt5lQ4ti .container-fluid {
    padding: 0;
  }
}
.cid-veEt5lQ4ti .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt5lQ4ti .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt5lQ4ti .embla__button--next,
.cid-veEt5lQ4ti .embla__button--prev {
  display: flex;
}
.cid-veEt5lQ4ti .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt5lQ4ti .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt5lQ4ti .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt5lQ4ti .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt5lQ4ti .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt5lQ4ti .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt5lQ4ti .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt5lQ4ti .embla {
  position: relative;
  width: 100%;
}
.cid-veEt5lQ4ti .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt5lQ4ti .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt5lQ4ti .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt5lQ4ti .embla__slide a {
  cursor: grab;
}
.cid-veEt5lQ4ti .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt5lQ4ti .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt5lQ4ti .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt5lQ4ti .mbr-section-title {
  color: #232323;
}
.cid-veEt5lQ4ti .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt5lQ4ti .mbr-box {
  color: #ffffff;
}
.cid-veEt5lQ4ti .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt5lQ4ti img,
.cid-veEt5lQ4ti .item-img {
  width: 100%;
}
.cid-veEt5lQ4ti .item-wrapper {
  position: relative;
}
.cid-veEt5lQ4ti .content-head {
  max-width: 800px;
}
.cid-veEt5m3RBJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt5m3RBJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt5UYwmB {
  z-index: 1000;
  width: 100%;
}
.cid-veEt5UYwmB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt5UYwmB .dropdown-menu {
  padding: 0;
}
.cid-veEt5UYwmB .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt5UYwmB .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt5UYwmB .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt5UYwmB .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt5UYwmB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt5UYwmB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt5UYwmB .nav-link {
  position: relative;
}
.cid-veEt5UYwmB .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt5UYwmB .dropdown-menu,
.cid-veEt5UYwmB .navbar.opened {
  background: #212428 !important;
}
.cid-veEt5UYwmB .nav-item:focus,
.cid-veEt5UYwmB .nav-link:focus {
  outline: none;
}
.cid-veEt5UYwmB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt5UYwmB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt5UYwmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt5UYwmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt5UYwmB .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt5UYwmB .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt5UYwmB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt5UYwmB .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt5UYwmB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt5UYwmB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt5UYwmB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt5UYwmB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt5UYwmB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt5UYwmB .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-veEt5UYwmB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt5UYwmB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt5UYwmB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt5UYwmB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt5UYwmB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt5UYwmB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt5UYwmB .navbar {
    min-height: 80px;
  }
}
.cid-veEt5UYwmB .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt5UYwmB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt5UYwmB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt5UYwmB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt5UYwmB .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt5UYwmB .dropdown-item.active,
.cid-veEt5UYwmB .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt5UYwmB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt5UYwmB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt5UYwmB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt5UYwmB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt5UYwmB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt5UYwmB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt5UYwmB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt5UYwmB button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt5UYwmB button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt5UYwmB button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt5UYwmB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt5UYwmB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt5UYwmB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt5UYwmB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt5UYwmB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt5UYwmB nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt5UYwmB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt5UYwmB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt5UYwmB nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt5UYwmB .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt5UYwmB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt5UYwmB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt5UYwmB .navbar {
    height: 70px;
  }
  .cid-veEt5UYwmB .navbar.opened {
    height: auto;
  }
  .cid-veEt5UYwmB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt5UYwmB .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt5UYwmB .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt5UYwmB .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt5UYwmB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt5UYwmB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt5UYwmB .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt5UYwmB .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt5UYwmB .navbar-nav {
  display: flex !important;
}
.cid-veEt5UYwmB .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt5UYwmB .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt5UYwmB .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt5UYwmB .navbar-nav .nav-item .nav-link:hover,
.cid-veEt5UYwmB .navbar-nav .nav-item .nav-link:focus,
.cid-veEt5UYwmB .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt5UYwmB .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt5UYwmB .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt5UYwmB .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt5UYwmB button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt5UYwmB button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt5UYwmB button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt5UYwmB button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt5UYwmB button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt5UYwmB button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt5UYwmB button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt5UYwmB button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt5UYwmB .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt5UYwmB .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt5UYwmB .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt5UYwmB .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt5UYwmB .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt5UYwmB .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt5UYwmB .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt5UYwmB .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt5UYwmB .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt5UYwmB .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt5UYwmB .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt5UYwmB .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt5UYwmB .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt5UYwmB .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt5UYwmB .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt5UYwmB .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt5UYwmB .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt5UYwmB .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt5UYwmB .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt5UYwmB .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt5UYwmB .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt5UYwmB .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt5UYwmB .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt5UYwmB ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt5UYwmB ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt5UYwmB ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt5UYwmB .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt5UYwmB .social-container {
    padding-top: 40px;
  }
}
.cid-veEt5UYwmB .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt5UYwmB .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt5UYwmB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt5UYwmB .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt5UYwmB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt5UYwmB .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt5UYwmB .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt5UYwmB .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt5UYwmB .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt5UYwmB .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt5VaqMv {
  background-image: url("../../../assets/images/75000658.webp");
}
.cid-veEt5VaqMv img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt5VaqMv .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt5VaqMv .images {
    display: none;
  }
}
.cid-veEt5VaqMv .image-wrapper-1,
.cid-veEt5VaqMv .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt5VaqMv .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt5VaqMv .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt5VaqMv .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt5VaqMv .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt5VaqMv .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt5VaqMv .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt5VaqMv .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt5VaqMv .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt5VaqMv .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt5VaqMv .text-wrapper {
  width: 100%;
}
.cid-veEt5VaqMv .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt5VaqMv .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt5VaqMv .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt5VaqMv .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt5VaqMv .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt5VaqMv .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt5VaqMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt5VaqMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt5VaqMv .text {
  display: flex;
  align-items: center;
}
.cid-veEt5ViCCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt5ViCCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt5ViCCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt5ViCCR .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt5ViCCR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt5ViCCR .container {
    padding: 0 16px;
  }
}
.cid-veEt5ViCCR .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt5ViCCR .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .row {
    padding: 25px 9px;
  }
}
.cid-veEt5ViCCR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt5ViCCR .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt5ViCCR .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt5ViCCR .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt5ViCCR .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt5ViCCR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt5ViCCR .items-wrapper {
    display: block;
  }
}
.cid-veEt5ViCCR .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt5ViCCR .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt5ViCCR .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt5ViCCR .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt5ViCCR .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt5ViCCR .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt5ViCCR .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt5ViCCR .card {
  justify-content: center;
}
.cid-veEt5ViCCR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt5ViCCR .mbr-text {
  color: #000000;
}
.cid-veEt5ViCCR .card-title {
  color: #000000;
}
.cid-veEt5ViCCR .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt5ViCCR .card-title,
.cid-veEt5ViCCR .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt5VuJJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt5VuJJ6 .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt5VuJJ6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt5VuJJ6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt5VuJJ6 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt5VuJJ6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt5VuJJ6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt5VuJJ6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt5VuJJ6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt5VuJJ6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt5VuJJ6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt5VuJJ6 .embla__button--next,
.cid-veEt5VuJJ6 .embla__button--prev {
  display: flex;
}
.cid-veEt5VuJJ6 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt5VuJJ6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt5VuJJ6 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt5VuJJ6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt5VuJJ6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt5VuJJ6 .embla__button {
    top: -10%;
  }
}
.cid-veEt5VuJJ6 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt5VuJJ6 .embla {
    margin-top: 80px;
  }
}
.cid-veEt5VuJJ6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt5VuJJ6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt5VuJJ6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt5VuJJ6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt5VuJJ6 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt5VuJJ6 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt5VuJJ6 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt5VuJJ6 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt5VuJJ6 .mbr-text ul {
    display: block;
  }
}
.cid-veEt5VuJJ6 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt5VuJJ6 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt5VuJJ6 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt5VuJJ6 .item-wrapper {
  height: 100%;
}
.cid-veEt5VuJJ6 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt5VuJJ6 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt5VuJJ6 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-l6 {
  /* Type valid CSS here */
}
#custom-html-l6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l6 p {
  font-size: 60px;
  color: #777;
}
.cid-veEt5VF4HW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt5VF4HW h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt5VF4HW .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt5VF4HW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt5VF4HW .nav-link.active {
  background: #232323;
}
.cid-veEt5VF4HW .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt5VF4HW .nav-link:hover {
  background: #232323;
}
.cid-veEt5VF4HW .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt5VF4HW .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt5VF4HW .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt5VF4HW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt5VF4HW .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt5VF4HW .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt5VF4HW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt5VF4HW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt5VF4HW .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt5VF4HW .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt5VF4HW .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt5VF4HW .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt5VF4HW .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt5VF4HW .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt5VF4HW .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt5VF4HW .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt5VF4HW .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt5VF4HW .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt5VF4HW .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt5VF4HW .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt5VF4HW .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt5VF4HW .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt5VF4HW .mbr-text,
  .cid-veEt5VF4HW .nav-link,
  .cid-veEt5VF4HW .mbr-card-title,
  .cid-veEt5VF4HW .mbr-section-title {
    text-align: left;
  }
  .cid-veEt5VF4HW .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt5VF4HW .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt5VF4HW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt5VF4HW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt5VF4HW .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt5VF4HW .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt5VF4HW .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt5WwUEp .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt5WwUEp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt5WwUEp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt5WwUEp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt5WwUEp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt5WHJZd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt5WHJZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt5WHJZd .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-veEt5WHJZd .container-fluid {
    padding: 0;
  }
}
.cid-veEt5WHJZd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt5WHJZd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt5WHJZd .embla__button--next,
.cid-veEt5WHJZd .embla__button--prev {
  display: flex;
}
.cid-veEt5WHJZd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt5WHJZd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt5WHJZd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt5WHJZd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt5WHJZd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt5WHJZd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt5WHJZd .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt5WHJZd .embla {
  position: relative;
  width: 100%;
}
.cid-veEt5WHJZd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt5WHJZd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt5WHJZd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt5WHJZd .embla__slide a {
  cursor: grab;
}
.cid-veEt5WHJZd .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt5WHJZd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt5WHJZd .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt5WHJZd .mbr-section-title {
  color: #232323;
}
.cid-veEt5WHJZd .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt5WHJZd .mbr-box {
  color: #ffffff;
}
.cid-veEt5WHJZd .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt5WHJZd img,
.cid-veEt5WHJZd .item-img {
  width: 100%;
}
.cid-veEt5WHJZd .item-wrapper {
  position: relative;
}
.cid-veEt5WHJZd .content-head {
  max-width: 800px;
}
.cid-veEt5WT3wP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt5WT3wP .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt6hfooH {
  z-index: 1000;
  width: 100%;
}
.cid-veEt6hfooH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt6hfooH .dropdown-menu {
  padding: 0;
}
.cid-veEt6hfooH .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt6hfooH .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt6hfooH .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt6hfooH .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt6hfooH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt6hfooH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt6hfooH .nav-link {
  position: relative;
}
.cid-veEt6hfooH .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt6hfooH .dropdown-menu,
.cid-veEt6hfooH .navbar.opened {
  background: #212428 !important;
}
.cid-veEt6hfooH .nav-item:focus,
.cid-veEt6hfooH .nav-link:focus {
  outline: none;
}
.cid-veEt6hfooH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt6hfooH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt6hfooH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt6hfooH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt6hfooH .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt6hfooH .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt6hfooH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt6hfooH .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt6hfooH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt6hfooH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt6hfooH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt6hfooH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt6hfooH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt6hfooH .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-veEt6hfooH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt6hfooH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt6hfooH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt6hfooH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt6hfooH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt6hfooH .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt6hfooH .navbar {
    min-height: 80px;
  }
}
.cid-veEt6hfooH .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt6hfooH .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt6hfooH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt6hfooH .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt6hfooH .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt6hfooH .dropdown-item.active,
.cid-veEt6hfooH .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt6hfooH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt6hfooH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt6hfooH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt6hfooH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt6hfooH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt6hfooH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt6hfooH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt6hfooH button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt6hfooH button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt6hfooH button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt6hfooH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt6hfooH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt6hfooH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt6hfooH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt6hfooH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt6hfooH nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt6hfooH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt6hfooH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt6hfooH nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt6hfooH .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt6hfooH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt6hfooH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt6hfooH .navbar {
    height: 70px;
  }
  .cid-veEt6hfooH .navbar.opened {
    height: auto;
  }
  .cid-veEt6hfooH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt6hfooH .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt6hfooH .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt6hfooH .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt6hfooH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt6hfooH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt6hfooH .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt6hfooH .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt6hfooH .navbar-nav {
  display: flex !important;
}
.cid-veEt6hfooH .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt6hfooH .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt6hfooH .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt6hfooH .navbar-nav .nav-item .nav-link:hover,
.cid-veEt6hfooH .navbar-nav .nav-item .nav-link:focus,
.cid-veEt6hfooH .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt6hfooH .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt6hfooH .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt6hfooH .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt6hfooH button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt6hfooH button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt6hfooH button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt6hfooH button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt6hfooH button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt6hfooH button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt6hfooH button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt6hfooH button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt6hfooH .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt6hfooH .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt6hfooH .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt6hfooH .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt6hfooH .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt6hfooH .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt6hfooH .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt6hfooH .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt6hfooH .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt6hfooH .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt6hfooH .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt6hfooH .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt6hfooH .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt6hfooH .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt6hfooH .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt6hfooH .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt6hfooH .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt6hfooH .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt6hfooH .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt6hfooH .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt6hfooH .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt6hfooH .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt6hfooH .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt6hfooH ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt6hfooH ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt6hfooH ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt6hfooH .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt6hfooH .social-container {
    padding-top: 40px;
  }
}
.cid-veEt6hfooH .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt6hfooH .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt6hfooH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt6hfooH .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt6hfooH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt6hfooH .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt6hfooH .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt6hfooH .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt6hfooH .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt6hfooH .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt6hr4kZ {
  background-image: url("../../../assets/images/poi-3.webp");
}
.cid-veEt6hr4kZ img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt6hr4kZ .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt6hr4kZ .images {
    display: none;
  }
}
.cid-veEt6hr4kZ .image-wrapper-1,
.cid-veEt6hr4kZ .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt6hr4kZ .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt6hr4kZ .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt6hr4kZ .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt6hr4kZ .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt6hr4kZ .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt6hr4kZ .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt6hr4kZ .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt6hr4kZ .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt6hr4kZ .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt6hr4kZ .text-wrapper {
  width: 100%;
}
.cid-veEt6hr4kZ .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt6hr4kZ .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt6hr4kZ .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt6hr4kZ .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt6hr4kZ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt6hr4kZ .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt6hr4kZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt6hr4kZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt6hr4kZ .text {
  display: flex;
  align-items: center;
}
.cid-veLo3OFnQO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLo3OFnQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLo3OFnQO .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-veLo3OFnQO .container-fluid {
    padding: 0;
  }
}
.cid-veLo3OFnQO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLo3OFnQO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLo3OFnQO .embla__button--next,
.cid-veLo3OFnQO .embla__button--prev {
  display: flex;
}
.cid-veLo3OFnQO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLo3OFnQO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLo3OFnQO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLo3OFnQO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLo3OFnQO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLo3OFnQO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLo3OFnQO .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLo3OFnQO .embla {
  position: relative;
  width: 100%;
}
.cid-veLo3OFnQO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLo3OFnQO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLo3OFnQO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLo3OFnQO .embla__slide a {
  cursor: grab;
}
.cid-veLo3OFnQO .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLo3OFnQO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLo3OFnQO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLo3OFnQO .mbr-section-title {
  color: #232323;
}
.cid-veLo3OFnQO .mbr-section-subtitle {
  color: #232323;
}
.cid-veLo3OFnQO .mbr-box {
  color: #ffffff;
}
.cid-veLo3OFnQO .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLo3OFnQO img,
.cid-veLo3OFnQO .item-img {
  width: 100%;
}
.cid-veLo3OFnQO .item-wrapper {
  position: relative;
}
.cid-veLo3OFnQO .content-head {
  max-width: 800px;
}
.cid-veEt6hAlj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt6hAlj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt6hAlj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt6hAlj4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt6hAlj4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt6hAlj4 .container {
    padding: 0 16px;
  }
}
.cid-veEt6hAlj4 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt6hAlj4 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .row {
    padding: 25px 9px;
  }
}
.cid-veEt6hAlj4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt6hAlj4 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt6hAlj4 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt6hAlj4 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt6hAlj4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt6hAlj4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt6hAlj4 .items-wrapper {
    display: block;
  }
}
.cid-veEt6hAlj4 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt6hAlj4 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt6hAlj4 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt6hAlj4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt6hAlj4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt6hAlj4 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt6hAlj4 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt6hAlj4 .card {
  justify-content: center;
}
.cid-veEt6hAlj4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt6hAlj4 .mbr-text {
  color: #000000;
}
.cid-veEt6hAlj4 .card-title {
  color: #000000;
}
.cid-veEt6hAlj4 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt6hAlj4 .card-title,
.cid-veEt6hAlj4 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt6hNxTq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt6hNxTq .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt6hNxTq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt6hNxTq .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt6hNxTq .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt6hNxTq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt6hNxTq .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt6hNxTq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt6hNxTq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt6hNxTq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt6hNxTq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt6hNxTq .embla__button--next,
.cid-veEt6hNxTq .embla__button--prev {
  display: flex;
}
.cid-veEt6hNxTq .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt6hNxTq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt6hNxTq .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt6hNxTq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt6hNxTq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt6hNxTq .embla__button {
    top: -10%;
  }
}
.cid-veEt6hNxTq .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt6hNxTq .embla {
    margin-top: 80px;
  }
}
.cid-veEt6hNxTq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt6hNxTq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt6hNxTq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt6hNxTq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt6hNxTq .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt6hNxTq .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt6hNxTq .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt6hNxTq .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt6hNxTq .mbr-text ul {
    display: block;
  }
}
.cid-veEt6hNxTq .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt6hNxTq .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt6hNxTq .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt6hNxTq .item-wrapper {
  height: 100%;
}
.cid-veEt6hNxTq .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt6hNxTq .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt6hNxTq .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veLo2YKSNb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLo2YKSNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLo2YKSNb .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-veLo2YKSNb .container-fluid {
    padding: 0;
  }
}
.cid-veLo2YKSNb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLo2YKSNb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLo2YKSNb .embla__button--next,
.cid-veLo2YKSNb .embla__button--prev {
  display: flex;
}
.cid-veLo2YKSNb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLo2YKSNb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLo2YKSNb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLo2YKSNb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLo2YKSNb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLo2YKSNb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLo2YKSNb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLo2YKSNb .embla {
  position: relative;
  width: 100%;
}
.cid-veLo2YKSNb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLo2YKSNb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLo2YKSNb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLo2YKSNb .embla__slide a {
  cursor: grab;
}
.cid-veLo2YKSNb .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLo2YKSNb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLo2YKSNb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLo2YKSNb .mbr-section-title {
  color: #232323;
}
.cid-veLo2YKSNb .mbr-section-subtitle {
  color: #232323;
}
.cid-veLo2YKSNb .mbr-box {
  color: #ffffff;
}
.cid-veLo2YKSNb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLo2YKSNb img,
.cid-veLo2YKSNb .item-img {
  width: 100%;
}
.cid-veLo2YKSNb .item-wrapper {
  position: relative;
}
.cid-veLo2YKSNb .content-head {
  max-width: 800px;
}
#custom-html-lf {
  /* Type valid CSS here */
}
#custom-html-lf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lf p {
  font-size: 60px;
  color: #777;
}
.cid-veEt6hY23B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt6hY23B h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt6hY23B .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt6hY23B .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt6hY23B .nav-link.active {
  background: #232323;
}
.cid-veEt6hY23B .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt6hY23B .nav-link:hover {
  background: #232323;
}
.cid-veEt6hY23B .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt6hY23B .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt6hY23B .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt6hY23B .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt6hY23B .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt6hY23B .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt6hY23B .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt6hY23B .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt6hY23B .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt6hY23B .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt6hY23B .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt6hY23B .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt6hY23B .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt6hY23B .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt6hY23B .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt6hY23B .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt6hY23B .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt6hY23B .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt6hY23B .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt6hY23B .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt6hY23B .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt6hY23B .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt6hY23B .mbr-text,
  .cid-veEt6hY23B .nav-link,
  .cid-veEt6hY23B .mbr-card-title,
  .cid-veEt6hY23B .mbr-section-title {
    text-align: left;
  }
  .cid-veEt6hY23B .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt6hY23B .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt6hY23B .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt6hY23B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt6hY23B .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt6hY23B .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt6hY23B .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt6iQoxT .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt6iQoxT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt6iQoxT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt6iQoxT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt6iQoxT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt6j08fL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt6j08fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt6j08fL .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-veEt6j08fL .container-fluid {
    padding: 0;
  }
}
.cid-veEt6j08fL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt6j08fL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt6j08fL .embla__button--next,
.cid-veEt6j08fL .embla__button--prev {
  display: flex;
}
.cid-veEt6j08fL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt6j08fL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt6j08fL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt6j08fL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt6j08fL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt6j08fL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt6j08fL .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt6j08fL .embla {
  position: relative;
  width: 100%;
}
.cid-veEt6j08fL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt6j08fL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt6j08fL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt6j08fL .embla__slide a {
  cursor: grab;
}
.cid-veEt6j08fL .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt6j08fL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt6j08fL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt6j08fL .mbr-section-title {
  color: #232323;
}
.cid-veEt6j08fL .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt6j08fL .mbr-box {
  color: #ffffff;
}
.cid-veEt6j08fL .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt6j08fL img,
.cid-veEt6j08fL .item-img {
  width: 100%;
}
.cid-veEt6j08fL .item-wrapper {
  position: relative;
}
.cid-veEt6j08fL .content-head {
  max-width: 800px;
}
.cid-veEt6jdEcl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt6jdEcl .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt6DPdvQ {
  z-index: 1000;
  width: 100%;
}
.cid-veEt6DPdvQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt6DPdvQ .dropdown-menu {
  padding: 0;
}
.cid-veEt6DPdvQ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt6DPdvQ .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt6DPdvQ .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt6DPdvQ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt6DPdvQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt6DPdvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt6DPdvQ .nav-link {
  position: relative;
}
.cid-veEt6DPdvQ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt6DPdvQ .dropdown-menu,
.cid-veEt6DPdvQ .navbar.opened {
  background: #212428 !important;
}
.cid-veEt6DPdvQ .nav-item:focus,
.cid-veEt6DPdvQ .nav-link:focus {
  outline: none;
}
.cid-veEt6DPdvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt6DPdvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt6DPdvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt6DPdvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt6DPdvQ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt6DPdvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt6DPdvQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt6DPdvQ .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt6DPdvQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt6DPdvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt6DPdvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt6DPdvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt6DPdvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt6DPdvQ .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-veEt6DPdvQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt6DPdvQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt6DPdvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt6DPdvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt6DPdvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt6DPdvQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt6DPdvQ .navbar {
    min-height: 80px;
  }
}
.cid-veEt6DPdvQ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt6DPdvQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt6DPdvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt6DPdvQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt6DPdvQ .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt6DPdvQ .dropdown-item.active,
.cid-veEt6DPdvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt6DPdvQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt6DPdvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt6DPdvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt6DPdvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt6DPdvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt6DPdvQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt6DPdvQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt6DPdvQ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt6DPdvQ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt6DPdvQ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt6DPdvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt6DPdvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt6DPdvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt6DPdvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt6DPdvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt6DPdvQ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt6DPdvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt6DPdvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt6DPdvQ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt6DPdvQ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt6DPdvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt6DPdvQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt6DPdvQ .navbar {
    height: 70px;
  }
  .cid-veEt6DPdvQ .navbar.opened {
    height: auto;
  }
  .cid-veEt6DPdvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt6DPdvQ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt6DPdvQ .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt6DPdvQ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt6DPdvQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt6DPdvQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt6DPdvQ .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt6DPdvQ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt6DPdvQ .navbar-nav {
  display: flex !important;
}
.cid-veEt6DPdvQ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt6DPdvQ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt6DPdvQ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt6DPdvQ .navbar-nav .nav-item .nav-link:hover,
.cid-veEt6DPdvQ .navbar-nav .nav-item .nav-link:focus,
.cid-veEt6DPdvQ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt6DPdvQ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt6DPdvQ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt6DPdvQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt6DPdvQ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt6DPdvQ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt6DPdvQ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt6DPdvQ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt6DPdvQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt6DPdvQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt6DPdvQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt6DPdvQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt6DPdvQ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt6DPdvQ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt6DPdvQ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt6DPdvQ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt6DPdvQ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt6DPdvQ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt6DPdvQ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt6DPdvQ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt6DPdvQ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt6DPdvQ .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt6DPdvQ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt6DPdvQ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt6DPdvQ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt6DPdvQ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt6DPdvQ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt6DPdvQ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt6DPdvQ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt6DPdvQ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt6DPdvQ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt6DPdvQ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt6DPdvQ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt6DPdvQ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt6DPdvQ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt6DPdvQ ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt6DPdvQ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt6DPdvQ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt6DPdvQ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt6DPdvQ .social-container {
    padding-top: 40px;
  }
}
.cid-veEt6DPdvQ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt6DPdvQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt6DPdvQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt6DPdvQ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt6DPdvQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt6DPdvQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt6DPdvQ .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt6DPdvQ .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt6DPdvQ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt6DPdvQ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt6E3THz {
  background-image: url("../../../assets/images/mesa-wafb-ammo-bunker-s-1008-2.webp");
}
.cid-veEt6E3THz img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt6E3THz .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt6E3THz .images {
    display: none;
  }
}
.cid-veEt6E3THz .image-wrapper-1,
.cid-veEt6E3THz .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt6E3THz .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt6E3THz .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt6E3THz .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt6E3THz .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt6E3THz .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt6E3THz .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt6E3THz .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt6E3THz .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt6E3THz .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt6E3THz .text-wrapper {
  width: 100%;
}
.cid-veEt6E3THz .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt6E3THz .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt6E3THz .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt6E3THz .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt6E3THz .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt6E3THz .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt6E3THz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt6E3THz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt6E3THz .text {
  display: flex;
  align-items: center;
}
.cid-veLoeJKaGu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoeJKaGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoeJKaGu .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-veLoeJKaGu .container-fluid {
    padding: 0;
  }
}
.cid-veLoeJKaGu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoeJKaGu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoeJKaGu .embla__button--next,
.cid-veLoeJKaGu .embla__button--prev {
  display: flex;
}
.cid-veLoeJKaGu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoeJKaGu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoeJKaGu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoeJKaGu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoeJKaGu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoeJKaGu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoeJKaGu .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoeJKaGu .embla {
  position: relative;
  width: 100%;
}
.cid-veLoeJKaGu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoeJKaGu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoeJKaGu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoeJKaGu .embla__slide a {
  cursor: grab;
}
.cid-veLoeJKaGu .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoeJKaGu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoeJKaGu .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoeJKaGu .mbr-section-title {
  color: #232323;
}
.cid-veLoeJKaGu .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoeJKaGu .mbr-box {
  color: #ffffff;
}
.cid-veLoeJKaGu .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoeJKaGu img,
.cid-veLoeJKaGu .item-img {
  width: 100%;
}
.cid-veLoeJKaGu .item-wrapper {
  position: relative;
}
.cid-veLoeJKaGu .content-head {
  max-width: 800px;
}
.cid-veEt6Ea4hG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt6Ea4hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt6Ea4hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt6Ea4hG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt6Ea4hG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt6Ea4hG .container {
    padding: 0 16px;
  }
}
.cid-veEt6Ea4hG .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt6Ea4hG .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .row {
    padding: 25px 9px;
  }
}
.cid-veEt6Ea4hG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt6Ea4hG .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt6Ea4hG .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt6Ea4hG .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt6Ea4hG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt6Ea4hG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt6Ea4hG .items-wrapper {
    display: block;
  }
}
.cid-veEt6Ea4hG .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt6Ea4hG .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt6Ea4hG .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt6Ea4hG .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt6Ea4hG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt6Ea4hG .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt6Ea4hG .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt6Ea4hG .card {
  justify-content: center;
}
.cid-veEt6Ea4hG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt6Ea4hG .mbr-text {
  color: #000000;
}
.cid-veEt6Ea4hG .card-title {
  color: #000000;
}
.cid-veEt6Ea4hG .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt6Ea4hG .card-title,
.cid-veEt6Ea4hG .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt6En55n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt6En55n .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt6En55n .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt6En55n .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt6En55n .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt6En55n .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt6En55n .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt6En55n .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt6En55n .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt6En55n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt6En55n .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt6En55n .embla__button--next,
.cid-veEt6En55n .embla__button--prev {
  display: flex;
}
.cid-veEt6En55n .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt6En55n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt6En55n .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt6En55n .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt6En55n .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt6En55n .embla__button {
    top: -10%;
  }
}
.cid-veEt6En55n .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt6En55n .embla {
    margin-top: 80px;
  }
}
.cid-veEt6En55n .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt6En55n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt6En55n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt6En55n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt6En55n .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt6En55n .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt6En55n .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt6En55n .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt6En55n .mbr-text ul {
    display: block;
  }
}
.cid-veEt6En55n .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt6En55n .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt6En55n .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt6En55n .item-wrapper {
  height: 100%;
}
.cid-veEt6En55n .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt6En55n .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt6En55n .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veLodTxIXQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLodTxIXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLodTxIXQ .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-veLodTxIXQ .container-fluid {
    padding: 0;
  }
}
.cid-veLodTxIXQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLodTxIXQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLodTxIXQ .embla__button--next,
.cid-veLodTxIXQ .embla__button--prev {
  display: flex;
}
.cid-veLodTxIXQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLodTxIXQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLodTxIXQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLodTxIXQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLodTxIXQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLodTxIXQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLodTxIXQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLodTxIXQ .embla {
  position: relative;
  width: 100%;
}
.cid-veLodTxIXQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLodTxIXQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLodTxIXQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLodTxIXQ .embla__slide a {
  cursor: grab;
}
.cid-veLodTxIXQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLodTxIXQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLodTxIXQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLodTxIXQ .mbr-section-title {
  color: #232323;
}
.cid-veLodTxIXQ .mbr-section-subtitle {
  color: #232323;
}
.cid-veLodTxIXQ .mbr-box {
  color: #ffffff;
}
.cid-veLodTxIXQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLodTxIXQ img,
.cid-veLodTxIXQ .item-img {
  width: 100%;
}
.cid-veLodTxIXQ .item-wrapper {
  position: relative;
}
.cid-veLodTxIXQ .content-head {
  max-width: 800px;
}
#custom-html-lo {
  /* Type valid CSS here */
}
#custom-html-lo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lo p {
  font-size: 60px;
  color: #777;
}
.cid-veEt6EyTbH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt6EyTbH h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt6EyTbH .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt6EyTbH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt6EyTbH .nav-link.active {
  background: #232323;
}
.cid-veEt6EyTbH .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt6EyTbH .nav-link:hover {
  background: #232323;
}
.cid-veEt6EyTbH .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt6EyTbH .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt6EyTbH .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt6EyTbH .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt6EyTbH .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt6EyTbH .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt6EyTbH .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt6EyTbH .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt6EyTbH .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt6EyTbH .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt6EyTbH .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt6EyTbH .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt6EyTbH .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt6EyTbH .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt6EyTbH .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt6EyTbH .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt6EyTbH .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt6EyTbH .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt6EyTbH .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt6EyTbH .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt6EyTbH .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt6EyTbH .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt6EyTbH .mbr-text,
  .cid-veEt6EyTbH .nav-link,
  .cid-veEt6EyTbH .mbr-card-title,
  .cid-veEt6EyTbH .mbr-section-title {
    text-align: left;
  }
  .cid-veEt6EyTbH .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt6EyTbH .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt6EyTbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt6EyTbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt6EyTbH .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt6EyTbH .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt6EyTbH .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt6FqoMQ .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt6FqoMQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt6FqoMQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt6FqoMQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt6FqoMQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt6FAgdp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt6FAgdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt6FAgdp .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-veEt6FAgdp .container-fluid {
    padding: 0;
  }
}
.cid-veEt6FAgdp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt6FAgdp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt6FAgdp .embla__button--next,
.cid-veEt6FAgdp .embla__button--prev {
  display: flex;
}
.cid-veEt6FAgdp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt6FAgdp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt6FAgdp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt6FAgdp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt6FAgdp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt6FAgdp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt6FAgdp .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt6FAgdp .embla {
  position: relative;
  width: 100%;
}
.cid-veEt6FAgdp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt6FAgdp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt6FAgdp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt6FAgdp .embla__slide a {
  cursor: grab;
}
.cid-veEt6FAgdp .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt6FAgdp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt6FAgdp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt6FAgdp .mbr-section-title {
  color: #232323;
}
.cid-veEt6FAgdp .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt6FAgdp .mbr-box {
  color: #ffffff;
}
.cid-veEt6FAgdp .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt6FAgdp img,
.cid-veEt6FAgdp .item-img {
  width: 100%;
}
.cid-veEt6FAgdp .item-wrapper {
  position: relative;
}
.cid-veEt6FAgdp .content-head {
  max-width: 800px;
}
.cid-veEt6FNSqO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt6FNSqO .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt75A04w {
  z-index: 1000;
  width: 100%;
}
.cid-veEt75A04w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt75A04w .dropdown-menu {
  padding: 0;
}
.cid-veEt75A04w .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt75A04w .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt75A04w .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt75A04w .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt75A04w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt75A04w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt75A04w .nav-link {
  position: relative;
}
.cid-veEt75A04w .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt75A04w .dropdown-menu,
.cid-veEt75A04w .navbar.opened {
  background: #212428 !important;
}
.cid-veEt75A04w .nav-item:focus,
.cid-veEt75A04w .nav-link:focus {
  outline: none;
}
.cid-veEt75A04w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt75A04w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt75A04w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt75A04w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt75A04w .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt75A04w .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt75A04w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt75A04w .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt75A04w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt75A04w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt75A04w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt75A04w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt75A04w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt75A04w .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-veEt75A04w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt75A04w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt75A04w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt75A04w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt75A04w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt75A04w .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt75A04w .navbar {
    min-height: 80px;
  }
}
.cid-veEt75A04w .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt75A04w .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt75A04w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt75A04w .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt75A04w .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt75A04w .dropdown-item.active,
.cid-veEt75A04w .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt75A04w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt75A04w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt75A04w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt75A04w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt75A04w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt75A04w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt75A04w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt75A04w button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt75A04w button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt75A04w button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt75A04w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt75A04w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt75A04w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt75A04w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt75A04w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt75A04w nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt75A04w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt75A04w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt75A04w nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt75A04w .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt75A04w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt75A04w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt75A04w .navbar {
    height: 70px;
  }
  .cid-veEt75A04w .navbar.opened {
    height: auto;
  }
  .cid-veEt75A04w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt75A04w .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt75A04w .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt75A04w .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt75A04w .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt75A04w .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt75A04w .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt75A04w .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt75A04w .navbar-nav {
  display: flex !important;
}
.cid-veEt75A04w .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt75A04w .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt75A04w .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt75A04w .navbar-nav .nav-item .nav-link:hover,
.cid-veEt75A04w .navbar-nav .nav-item .nav-link:focus,
.cid-veEt75A04w .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt75A04w .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt75A04w .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt75A04w .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt75A04w button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt75A04w button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt75A04w button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt75A04w button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt75A04w button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt75A04w button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt75A04w button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt75A04w button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt75A04w .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt75A04w .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt75A04w .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt75A04w .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt75A04w .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt75A04w .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt75A04w .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt75A04w .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt75A04w .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt75A04w .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt75A04w .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt75A04w .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt75A04w .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt75A04w .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt75A04w .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt75A04w .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt75A04w .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt75A04w .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt75A04w .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt75A04w .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt75A04w .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt75A04w .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt75A04w .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt75A04w ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt75A04w ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt75A04w ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt75A04w .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt75A04w .social-container {
    padding-top: 40px;
  }
}
.cid-veEt75A04w .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt75A04w .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt75A04w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt75A04w .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt75A04w .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt75A04w .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt75A04w .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt75A04w .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt75A04w .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt75A04w .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt75M9Sj {
  background-image: url("../../../assets/images/sr-389-az.webp");
}
.cid-veEt75M9Sj img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt75M9Sj .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt75M9Sj .images {
    display: none;
  }
}
.cid-veEt75M9Sj .image-wrapper-1,
.cid-veEt75M9Sj .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt75M9Sj .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt75M9Sj .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt75M9Sj .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt75M9Sj .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt75M9Sj .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt75M9Sj .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt75M9Sj .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt75M9Sj .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt75M9Sj .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt75M9Sj .text-wrapper {
  width: 100%;
}
.cid-veEt75M9Sj .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt75M9Sj .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt75M9Sj .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt75M9Sj .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt75M9Sj .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt75M9Sj .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt75M9Sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt75M9Sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt75M9Sj .text {
  display: flex;
  align-items: center;
}
.cid-veLow1xlq5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLow1xlq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLow1xlq5 .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-veLow1xlq5 .container-fluid {
    padding: 0;
  }
}
.cid-veLow1xlq5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLow1xlq5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLow1xlq5 .embla__button--next,
.cid-veLow1xlq5 .embla__button--prev {
  display: flex;
}
.cid-veLow1xlq5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLow1xlq5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLow1xlq5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLow1xlq5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLow1xlq5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLow1xlq5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLow1xlq5 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLow1xlq5 .embla {
  position: relative;
  width: 100%;
}
.cid-veLow1xlq5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLow1xlq5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLow1xlq5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLow1xlq5 .embla__slide a {
  cursor: grab;
}
.cid-veLow1xlq5 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLow1xlq5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLow1xlq5 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLow1xlq5 .mbr-section-title {
  color: #232323;
}
.cid-veLow1xlq5 .mbr-section-subtitle {
  color: #232323;
}
.cid-veLow1xlq5 .mbr-box {
  color: #ffffff;
}
.cid-veLow1xlq5 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLow1xlq5 img,
.cid-veLow1xlq5 .item-img {
  width: 100%;
}
.cid-veLow1xlq5 .item-wrapper {
  position: relative;
}
.cid-veLow1xlq5 .content-head {
  max-width: 800px;
}
.cid-veEt75U4Yc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt75U4Yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt75U4Yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt75U4Yc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt75U4Yc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt75U4Yc .container {
    padding: 0 16px;
  }
}
.cid-veEt75U4Yc .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt75U4Yc .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .row {
    padding: 25px 9px;
  }
}
.cid-veEt75U4Yc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt75U4Yc .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt75U4Yc .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt75U4Yc .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt75U4Yc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt75U4Yc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt75U4Yc .items-wrapper {
    display: block;
  }
}
.cid-veEt75U4Yc .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt75U4Yc .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt75U4Yc .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt75U4Yc .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt75U4Yc .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt75U4Yc .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt75U4Yc .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt75U4Yc .card {
  justify-content: center;
}
.cid-veEt75U4Yc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt75U4Yc .mbr-text {
  color: #000000;
}
.cid-veEt75U4Yc .card-title {
  color: #000000;
}
.cid-veEt75U4Yc .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt75U4Yc .card-title,
.cid-veEt75U4Yc .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt766reH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt766reH .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt766reH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt766reH .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt766reH .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt766reH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt766reH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt766reH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt766reH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt766reH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt766reH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt766reH .embla__button--next,
.cid-veEt766reH .embla__button--prev {
  display: flex;
}
.cid-veEt766reH .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt766reH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt766reH .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt766reH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt766reH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt766reH .embla__button {
    top: -10%;
  }
}
.cid-veEt766reH .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt766reH .embla {
    margin-top: 80px;
  }
}
.cid-veEt766reH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt766reH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt766reH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt766reH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt766reH .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt766reH .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt766reH .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt766reH .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt766reH .mbr-text ul {
    display: block;
  }
}
.cid-veEt766reH .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt766reH .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt766reH .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt766reH .item-wrapper {
  height: 100%;
}
.cid-veEt766reH .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt766reH .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt766reH .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-lx {
  /* Type valid CSS here */
}
#custom-html-lx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lx p {
  font-size: 60px;
  color: #777;
}
.cid-veLoviET1X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoviET1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoviET1X .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-veLoviET1X .container-fluid {
    padding: 0;
  }
}
.cid-veLoviET1X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoviET1X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoviET1X .embla__button--next,
.cid-veLoviET1X .embla__button--prev {
  display: flex;
}
.cid-veLoviET1X .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoviET1X .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoviET1X .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoviET1X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoviET1X .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoviET1X .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoviET1X .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoviET1X .embla {
  position: relative;
  width: 100%;
}
.cid-veLoviET1X .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoviET1X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoviET1X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoviET1X .embla__slide a {
  cursor: grab;
}
.cid-veLoviET1X .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoviET1X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoviET1X .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoviET1X .mbr-section-title {
  color: #232323;
}
.cid-veLoviET1X .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoviET1X .mbr-box {
  color: #ffffff;
}
.cid-veLoviET1X .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoviET1X img,
.cid-veLoviET1X .item-img {
  width: 100%;
}
.cid-veLoviET1X .item-wrapper {
  position: relative;
}
.cid-veLoviET1X .content-head {
  max-width: 800px;
}
.cid-veEt76iOyx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt76iOyx h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt76iOyx .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt76iOyx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt76iOyx .nav-link.active {
  background: #232323;
}
.cid-veEt76iOyx .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt76iOyx .nav-link:hover {
  background: #232323;
}
.cid-veEt76iOyx .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt76iOyx .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt76iOyx .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt76iOyx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt76iOyx .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt76iOyx .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt76iOyx .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt76iOyx .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt76iOyx .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt76iOyx .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt76iOyx .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt76iOyx .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt76iOyx .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt76iOyx .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt76iOyx .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt76iOyx .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt76iOyx .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt76iOyx .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt76iOyx .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt76iOyx .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt76iOyx .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt76iOyx .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt76iOyx .mbr-text,
  .cid-veEt76iOyx .nav-link,
  .cid-veEt76iOyx .mbr-card-title,
  .cid-veEt76iOyx .mbr-section-title {
    text-align: left;
  }
  .cid-veEt76iOyx .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt76iOyx .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt76iOyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt76iOyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt76iOyx .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt76iOyx .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt76iOyx .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt778zEr .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt778zEr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt778zEr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt778zEr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt778zEr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt77iBAP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt77iBAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt77iBAP .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-veEt77iBAP .container-fluid {
    padding: 0;
  }
}
.cid-veEt77iBAP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt77iBAP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt77iBAP .embla__button--next,
.cid-veEt77iBAP .embla__button--prev {
  display: flex;
}
.cid-veEt77iBAP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt77iBAP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt77iBAP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt77iBAP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt77iBAP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt77iBAP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt77iBAP .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt77iBAP .embla {
  position: relative;
  width: 100%;
}
.cid-veEt77iBAP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt77iBAP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt77iBAP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt77iBAP .embla__slide a {
  cursor: grab;
}
.cid-veEt77iBAP .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt77iBAP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt77iBAP .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt77iBAP .mbr-section-title {
  color: #232323;
}
.cid-veEt77iBAP .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt77iBAP .mbr-box {
  color: #ffffff;
}
.cid-veEt77iBAP .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt77iBAP img,
.cid-veEt77iBAP .item-img {
  width: 100%;
}
.cid-veEt77iBAP .item-wrapper {
  position: relative;
}
.cid-veEt77iBAP .content-head {
  max-width: 800px;
}
.cid-veEt77vx9A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt77vx9A .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt7KUwbN {
  z-index: 1000;
  width: 100%;
}
.cid-veEt7KUwbN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt7KUwbN .dropdown-menu {
  padding: 0;
}
.cid-veEt7KUwbN .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt7KUwbN .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt7KUwbN .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt7KUwbN .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt7KUwbN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt7KUwbN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt7KUwbN .nav-link {
  position: relative;
}
.cid-veEt7KUwbN .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt7KUwbN .dropdown-menu,
.cid-veEt7KUwbN .navbar.opened {
  background: #212428 !important;
}
.cid-veEt7KUwbN .nav-item:focus,
.cid-veEt7KUwbN .nav-link:focus {
  outline: none;
}
.cid-veEt7KUwbN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt7KUwbN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt7KUwbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt7KUwbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt7KUwbN .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt7KUwbN .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt7KUwbN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt7KUwbN .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt7KUwbN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt7KUwbN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt7KUwbN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt7KUwbN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt7KUwbN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt7KUwbN .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-veEt7KUwbN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt7KUwbN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt7KUwbN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt7KUwbN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt7KUwbN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt7KUwbN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt7KUwbN .navbar {
    min-height: 80px;
  }
}
.cid-veEt7KUwbN .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt7KUwbN .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt7KUwbN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt7KUwbN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt7KUwbN .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt7KUwbN .dropdown-item.active,
.cid-veEt7KUwbN .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt7KUwbN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt7KUwbN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt7KUwbN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt7KUwbN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt7KUwbN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt7KUwbN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt7KUwbN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt7KUwbN button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt7KUwbN button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt7KUwbN button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt7KUwbN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt7KUwbN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt7KUwbN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt7KUwbN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt7KUwbN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt7KUwbN nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt7KUwbN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt7KUwbN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt7KUwbN nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt7KUwbN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt7KUwbN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt7KUwbN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt7KUwbN .navbar {
    height: 70px;
  }
  .cid-veEt7KUwbN .navbar.opened {
    height: auto;
  }
  .cid-veEt7KUwbN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt7KUwbN .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt7KUwbN .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt7KUwbN .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt7KUwbN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt7KUwbN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt7KUwbN .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt7KUwbN .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt7KUwbN .navbar-nav {
  display: flex !important;
}
.cid-veEt7KUwbN .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt7KUwbN .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt7KUwbN .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt7KUwbN .navbar-nav .nav-item .nav-link:hover,
.cid-veEt7KUwbN .navbar-nav .nav-item .nav-link:focus,
.cid-veEt7KUwbN .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt7KUwbN .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt7KUwbN .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt7KUwbN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt7KUwbN button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt7KUwbN button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt7KUwbN button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt7KUwbN button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt7KUwbN button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt7KUwbN button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt7KUwbN button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt7KUwbN button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt7KUwbN .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt7KUwbN .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt7KUwbN .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt7KUwbN .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt7KUwbN .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt7KUwbN .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt7KUwbN .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt7KUwbN .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt7KUwbN .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt7KUwbN .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt7KUwbN .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt7KUwbN .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt7KUwbN .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt7KUwbN .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt7KUwbN .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt7KUwbN .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt7KUwbN .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt7KUwbN .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt7KUwbN .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt7KUwbN .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt7KUwbN .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt7KUwbN .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt7KUwbN .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt7KUwbN ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt7KUwbN ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt7KUwbN ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt7KUwbN .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt7KUwbN .social-container {
    padding-top: 40px;
  }
}
.cid-veEt7KUwbN .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt7KUwbN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt7KUwbN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt7KUwbN .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt7KUwbN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt7KUwbN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt7KUwbN .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt7KUwbN .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt7KUwbN .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt7KUwbN .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt7L8yDL {
  background-image: url("../../../assets/images/winslow-bridge-3.webp");
}
.cid-veEt7L8yDL img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt7L8yDL .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt7L8yDL .images {
    display: none;
  }
}
.cid-veEt7L8yDL .image-wrapper-1,
.cid-veEt7L8yDL .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt7L8yDL .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt7L8yDL .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt7L8yDL .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt7L8yDL .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt7L8yDL .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt7L8yDL .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt7L8yDL .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt7L8yDL .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt7L8yDL .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt7L8yDL .text-wrapper {
  width: 100%;
}
.cid-veEt7L8yDL .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt7L8yDL .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt7L8yDL .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt7L8yDL .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt7L8yDL .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt7L8yDL .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt7L8yDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt7L8yDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt7L8yDL .text {
  display: flex;
  align-items: center;
}
.cid-veLoyXiMI6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoyXiMI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoyXiMI6 .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-veLoyXiMI6 .container-fluid {
    padding: 0;
  }
}
.cid-veLoyXiMI6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoyXiMI6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoyXiMI6 .embla__button--next,
.cid-veLoyXiMI6 .embla__button--prev {
  display: flex;
}
.cid-veLoyXiMI6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoyXiMI6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoyXiMI6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoyXiMI6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoyXiMI6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoyXiMI6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoyXiMI6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoyXiMI6 .embla {
  position: relative;
  width: 100%;
}
.cid-veLoyXiMI6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoyXiMI6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoyXiMI6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoyXiMI6 .embla__slide a {
  cursor: grab;
}
.cid-veLoyXiMI6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoyXiMI6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoyXiMI6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoyXiMI6 .mbr-section-title {
  color: #232323;
}
.cid-veLoyXiMI6 .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoyXiMI6 .mbr-box {
  color: #ffffff;
}
.cid-veLoyXiMI6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoyXiMI6 img,
.cid-veLoyXiMI6 .item-img {
  width: 100%;
}
.cid-veLoyXiMI6 .item-wrapper {
  position: relative;
}
.cid-veLoyXiMI6 .content-head {
  max-width: 800px;
}
.cid-veEt7LgRBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt7LgRBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt7LgRBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt7LgRBY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt7LgRBY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt7LgRBY .container {
    padding: 0 16px;
  }
}
.cid-veEt7LgRBY .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt7LgRBY .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .row {
    padding: 25px 9px;
  }
}
.cid-veEt7LgRBY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt7LgRBY .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt7LgRBY .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt7LgRBY .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt7LgRBY .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt7LgRBY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt7LgRBY .items-wrapper {
    display: block;
  }
}
.cid-veEt7LgRBY .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt7LgRBY .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt7LgRBY .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt7LgRBY .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt7LgRBY .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt7LgRBY .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt7LgRBY .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt7LgRBY .card {
  justify-content: center;
}
.cid-veEt7LgRBY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt7LgRBY .mbr-text {
  color: #000000;
}
.cid-veEt7LgRBY .card-title {
  color: #000000;
}
.cid-veEt7LgRBY .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt7LgRBY .card-title,
.cid-veEt7LgRBY .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt7LsK0n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt7LsK0n .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt7LsK0n .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt7LsK0n .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt7LsK0n .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt7LsK0n .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt7LsK0n .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt7LsK0n .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt7LsK0n .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt7LsK0n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt7LsK0n .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt7LsK0n .embla__button--next,
.cid-veEt7LsK0n .embla__button--prev {
  display: flex;
}
.cid-veEt7LsK0n .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt7LsK0n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt7LsK0n .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt7LsK0n .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt7LsK0n .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt7LsK0n .embla__button {
    top: -10%;
  }
}
.cid-veEt7LsK0n .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt7LsK0n .embla {
    margin-top: 80px;
  }
}
.cid-veEt7LsK0n .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt7LsK0n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt7LsK0n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt7LsK0n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt7LsK0n .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt7LsK0n .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt7LsK0n .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt7LsK0n .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt7LsK0n .mbr-text ul {
    display: block;
  }
}
.cid-veEt7LsK0n .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt7LsK0n .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt7LsK0n .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt7LsK0n .item-wrapper {
  height: 100%;
}
.cid-veEt7LsK0n .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt7LsK0n .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt7LsK0n .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-m6 {
  /* Type valid CSS here */
}
#custom-html-m6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m6 p {
  font-size: 60px;
  color: #777;
}
.cid-veLoAJlSx8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoAJlSx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoAJlSx8 .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-veLoAJlSx8 .container-fluid {
    padding: 0;
  }
}
.cid-veLoAJlSx8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoAJlSx8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoAJlSx8 .embla__button--next,
.cid-veLoAJlSx8 .embla__button--prev {
  display: flex;
}
.cid-veLoAJlSx8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoAJlSx8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoAJlSx8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoAJlSx8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoAJlSx8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoAJlSx8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoAJlSx8 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoAJlSx8 .embla {
  position: relative;
  width: 100%;
}
.cid-veLoAJlSx8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoAJlSx8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoAJlSx8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoAJlSx8 .embla__slide a {
  cursor: grab;
}
.cid-veLoAJlSx8 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoAJlSx8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoAJlSx8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoAJlSx8 .mbr-section-title {
  color: #232323;
}
.cid-veLoAJlSx8 .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoAJlSx8 .mbr-box {
  color: #ffffff;
}
.cid-veLoAJlSx8 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoAJlSx8 img,
.cid-veLoAJlSx8 .item-img {
  width: 100%;
}
.cid-veLoAJlSx8 .item-wrapper {
  position: relative;
}
.cid-veLoAJlSx8 .content-head {
  max-width: 800px;
}
.cid-veEt7LDXpH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt7LDXpH h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt7LDXpH .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt7LDXpH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt7LDXpH .nav-link.active {
  background: #232323;
}
.cid-veEt7LDXpH .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt7LDXpH .nav-link:hover {
  background: #232323;
}
.cid-veEt7LDXpH .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt7LDXpH .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt7LDXpH .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt7LDXpH .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt7LDXpH .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt7LDXpH .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt7LDXpH .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt7LDXpH .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt7LDXpH .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt7LDXpH .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt7LDXpH .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt7LDXpH .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt7LDXpH .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt7LDXpH .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt7LDXpH .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt7LDXpH .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt7LDXpH .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt7LDXpH .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt7LDXpH .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt7LDXpH .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt7LDXpH .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt7LDXpH .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt7LDXpH .mbr-text,
  .cid-veEt7LDXpH .nav-link,
  .cid-veEt7LDXpH .mbr-card-title,
  .cid-veEt7LDXpH .mbr-section-title {
    text-align: left;
  }
  .cid-veEt7LDXpH .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt7LDXpH .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt7LDXpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt7LDXpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt7LDXpH .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt7LDXpH .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt7LDXpH .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt7MsGmq .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt7MsGmq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt7MsGmq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt7MsGmq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt7MsGmq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLoBlm6RG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoBlm6RG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoBlm6RG .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-veLoBlm6RG .container-fluid {
    padding: 0;
  }
}
.cid-veLoBlm6RG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoBlm6RG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoBlm6RG .embla__button--next,
.cid-veLoBlm6RG .embla__button--prev {
  display: flex;
}
.cid-veLoBlm6RG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoBlm6RG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoBlm6RG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoBlm6RG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoBlm6RG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoBlm6RG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoBlm6RG .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoBlm6RG .embla {
  position: relative;
  width: 100%;
}
.cid-veLoBlm6RG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoBlm6RG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoBlm6RG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoBlm6RG .embla__slide a {
  cursor: grab;
}
.cid-veLoBlm6RG .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoBlm6RG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoBlm6RG .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoBlm6RG .mbr-section-title {
  color: #232323;
}
.cid-veLoBlm6RG .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoBlm6RG .mbr-box {
  color: #ffffff;
}
.cid-veLoBlm6RG .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoBlm6RG img,
.cid-veLoBlm6RG .item-img {
  width: 100%;
}
.cid-veLoBlm6RG .item-wrapper {
  position: relative;
}
.cid-veLoBlm6RG .content-head {
  max-width: 800px;
}
.cid-veEt7MPjBB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt7MPjBB .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt8itGDo {
  z-index: 1000;
  width: 100%;
}
.cid-veEt8itGDo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt8itGDo .dropdown-menu {
  padding: 0;
}
.cid-veEt8itGDo .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt8itGDo .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt8itGDo .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt8itGDo .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt8itGDo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt8itGDo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt8itGDo .nav-link {
  position: relative;
}
.cid-veEt8itGDo .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt8itGDo .dropdown-menu,
.cid-veEt8itGDo .navbar.opened {
  background: #212428 !important;
}
.cid-veEt8itGDo .nav-item:focus,
.cid-veEt8itGDo .nav-link:focus {
  outline: none;
}
.cid-veEt8itGDo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt8itGDo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt8itGDo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt8itGDo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt8itGDo .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt8itGDo .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt8itGDo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt8itGDo .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt8itGDo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt8itGDo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt8itGDo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt8itGDo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt8itGDo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt8itGDo .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-veEt8itGDo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt8itGDo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt8itGDo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt8itGDo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt8itGDo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt8itGDo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt8itGDo .navbar {
    min-height: 80px;
  }
}
.cid-veEt8itGDo .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt8itGDo .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt8itGDo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt8itGDo .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt8itGDo .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt8itGDo .dropdown-item.active,
.cid-veEt8itGDo .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt8itGDo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt8itGDo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt8itGDo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt8itGDo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt8itGDo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt8itGDo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt8itGDo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt8itGDo button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt8itGDo button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt8itGDo button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt8itGDo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt8itGDo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt8itGDo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt8itGDo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt8itGDo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt8itGDo nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt8itGDo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt8itGDo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt8itGDo nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt8itGDo .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt8itGDo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt8itGDo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt8itGDo .navbar {
    height: 70px;
  }
  .cid-veEt8itGDo .navbar.opened {
    height: auto;
  }
  .cid-veEt8itGDo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt8itGDo .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt8itGDo .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt8itGDo .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt8itGDo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt8itGDo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt8itGDo .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt8itGDo .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt8itGDo .navbar-nav {
  display: flex !important;
}
.cid-veEt8itGDo .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt8itGDo .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt8itGDo .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt8itGDo .navbar-nav .nav-item .nav-link:hover,
.cid-veEt8itGDo .navbar-nav .nav-item .nav-link:focus,
.cid-veEt8itGDo .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt8itGDo .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt8itGDo .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt8itGDo .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt8itGDo button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt8itGDo button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt8itGDo button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt8itGDo button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt8itGDo button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt8itGDo button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt8itGDo button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt8itGDo button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt8itGDo .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt8itGDo .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt8itGDo .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt8itGDo .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt8itGDo .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt8itGDo .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt8itGDo .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt8itGDo .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt8itGDo .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt8itGDo .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt8itGDo .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt8itGDo .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt8itGDo .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt8itGDo .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt8itGDo .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt8itGDo .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt8itGDo .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt8itGDo .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt8itGDo .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt8itGDo .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt8itGDo .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt8itGDo .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt8itGDo .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt8itGDo ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt8itGDo ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt8itGDo ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt8itGDo .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt8itGDo .social-container {
    padding-top: 40px;
  }
}
.cid-veEt8itGDo .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt8itGDo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt8itGDo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt8itGDo .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt8itGDo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt8itGDo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt8itGDo .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt8itGDo .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt8itGDo .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt8itGDo .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt8iErbO {
  background-image: url("../../../assets/images/75000658.webp");
}
.cid-veEt8iErbO img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt8iErbO .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt8iErbO .images {
    display: none;
  }
}
.cid-veEt8iErbO .image-wrapper-1,
.cid-veEt8iErbO .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt8iErbO .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt8iErbO .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt8iErbO .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt8iErbO .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt8iErbO .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt8iErbO .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt8iErbO .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt8iErbO .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt8iErbO .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt8iErbO .text-wrapper {
  width: 100%;
}
.cid-veEt8iErbO .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt8iErbO .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt8iErbO .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt8iErbO .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt8iErbO .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt8iErbO .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt8iErbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt8iErbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt8iErbO .text {
  display: flex;
  align-items: center;
}
.cid-veLoGUCDgN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoGUCDgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoGUCDgN .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-veLoGUCDgN .container-fluid {
    padding: 0;
  }
}
.cid-veLoGUCDgN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoGUCDgN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoGUCDgN .embla__button--next,
.cid-veLoGUCDgN .embla__button--prev {
  display: flex;
}
.cid-veLoGUCDgN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoGUCDgN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoGUCDgN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoGUCDgN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoGUCDgN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoGUCDgN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoGUCDgN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoGUCDgN .embla {
  position: relative;
  width: 100%;
}
.cid-veLoGUCDgN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoGUCDgN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoGUCDgN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoGUCDgN .embla__slide a {
  cursor: grab;
}
.cid-veLoGUCDgN .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoGUCDgN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoGUCDgN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoGUCDgN .mbr-section-title {
  color: #232323;
}
.cid-veLoGUCDgN .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoGUCDgN .mbr-box {
  color: #ffffff;
}
.cid-veLoGUCDgN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoGUCDgN img,
.cid-veLoGUCDgN .item-img {
  width: 100%;
}
.cid-veLoGUCDgN .item-wrapper {
  position: relative;
}
.cid-veLoGUCDgN .content-head {
  max-width: 800px;
}
.cid-veEt8iMxy9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt8iMxy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt8iMxy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt8iMxy9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt8iMxy9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt8iMxy9 .container {
    padding: 0 16px;
  }
}
.cid-veEt8iMxy9 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt8iMxy9 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .row {
    padding: 25px 9px;
  }
}
.cid-veEt8iMxy9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt8iMxy9 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt8iMxy9 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt8iMxy9 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt8iMxy9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt8iMxy9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt8iMxy9 .items-wrapper {
    display: block;
  }
}
.cid-veEt8iMxy9 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt8iMxy9 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt8iMxy9 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt8iMxy9 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt8iMxy9 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt8iMxy9 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt8iMxy9 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt8iMxy9 .card {
  justify-content: center;
}
.cid-veEt8iMxy9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt8iMxy9 .mbr-text {
  color: #000000;
}
.cid-veEt8iMxy9 .card-title {
  color: #000000;
}
.cid-veEt8iMxy9 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt8iMxy9 .card-title,
.cid-veEt8iMxy9 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt8iW6FI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt8iW6FI .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt8iW6FI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt8iW6FI .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt8iW6FI .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt8iW6FI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt8iW6FI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt8iW6FI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt8iW6FI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt8iW6FI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt8iW6FI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt8iW6FI .embla__button--next,
.cid-veEt8iW6FI .embla__button--prev {
  display: flex;
}
.cid-veEt8iW6FI .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt8iW6FI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt8iW6FI .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt8iW6FI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt8iW6FI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt8iW6FI .embla__button {
    top: -10%;
  }
}
.cid-veEt8iW6FI .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt8iW6FI .embla {
    margin-top: 80px;
  }
}
.cid-veEt8iW6FI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt8iW6FI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt8iW6FI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt8iW6FI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt8iW6FI .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt8iW6FI .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt8iW6FI .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt8iW6FI .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt8iW6FI .mbr-text ul {
    display: block;
  }
}
.cid-veEt8iW6FI .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt8iW6FI .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt8iW6FI .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt8iW6FI .item-wrapper {
  height: 100%;
}
.cid-veEt8iW6FI .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt8iW6FI .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt8iW6FI .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-veLoG8hA3i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoG8hA3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoG8hA3i .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-veLoG8hA3i .container-fluid {
    padding: 0;
  }
}
.cid-veLoG8hA3i .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoG8hA3i .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoG8hA3i .embla__button--next,
.cid-veLoG8hA3i .embla__button--prev {
  display: flex;
}
.cid-veLoG8hA3i .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoG8hA3i .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoG8hA3i .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoG8hA3i .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoG8hA3i .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoG8hA3i .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoG8hA3i .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoG8hA3i .embla {
  position: relative;
  width: 100%;
}
.cid-veLoG8hA3i .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoG8hA3i .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoG8hA3i .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoG8hA3i .embla__slide a {
  cursor: grab;
}
.cid-veLoG8hA3i .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoG8hA3i .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoG8hA3i .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoG8hA3i .mbr-section-title {
  color: #232323;
}
.cid-veLoG8hA3i .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoG8hA3i .mbr-box {
  color: #ffffff;
}
.cid-veLoG8hA3i .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoG8hA3i img,
.cid-veLoG8hA3i .item-img {
  width: 100%;
}
.cid-veLoG8hA3i .item-wrapper {
  position: relative;
}
.cid-veLoG8hA3i .content-head {
  max-width: 800px;
}
#custom-html-mf {
  /* Type valid CSS here */
}
#custom-html-mf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mf p {
  font-size: 60px;
  color: #777;
}
.cid-veEt8j97Iv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt8j97Iv h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt8j97Iv .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt8j97Iv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt8j97Iv .nav-link.active {
  background: #232323;
}
.cid-veEt8j97Iv .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt8j97Iv .nav-link:hover {
  background: #232323;
}
.cid-veEt8j97Iv .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt8j97Iv .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt8j97Iv .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt8j97Iv .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt8j97Iv .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt8j97Iv .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt8j97Iv .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt8j97Iv .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt8j97Iv .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt8j97Iv .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt8j97Iv .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt8j97Iv .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt8j97Iv .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt8j97Iv .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt8j97Iv .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt8j97Iv .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt8j97Iv .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt8j97Iv .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt8j97Iv .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt8j97Iv .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt8j97Iv .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt8j97Iv .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt8j97Iv .mbr-text,
  .cid-veEt8j97Iv .nav-link,
  .cid-veEt8j97Iv .mbr-card-title,
  .cid-veEt8j97Iv .mbr-section-title {
    text-align: left;
  }
  .cid-veEt8j97Iv .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt8j97Iv .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt8j97Iv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt8j97Iv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt8j97Iv .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt8j97Iv .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt8j97Iv .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt8jYEMm .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt8jYEMm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt8jYEMm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt8jYEMm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt8jYEMm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLoFcIqyr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoFcIqyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoFcIqyr .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-veLoFcIqyr .container-fluid {
    padding: 0;
  }
}
.cid-veLoFcIqyr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoFcIqyr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoFcIqyr .embla__button--next,
.cid-veLoFcIqyr .embla__button--prev {
  display: flex;
}
.cid-veLoFcIqyr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoFcIqyr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoFcIqyr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoFcIqyr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoFcIqyr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoFcIqyr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoFcIqyr .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoFcIqyr .embla {
  position: relative;
  width: 100%;
}
.cid-veLoFcIqyr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoFcIqyr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoFcIqyr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoFcIqyr .embla__slide a {
  cursor: grab;
}
.cid-veLoFcIqyr .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoFcIqyr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoFcIqyr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoFcIqyr .mbr-section-title {
  color: #232323;
}
.cid-veLoFcIqyr .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoFcIqyr .mbr-box {
  color: #ffffff;
}
.cid-veLoFcIqyr .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoFcIqyr img,
.cid-veLoFcIqyr .item-img {
  width: 100%;
}
.cid-veLoFcIqyr .item-wrapper {
  position: relative;
}
.cid-veLoFcIqyr .content-head {
  max-width: 800px;
}
.cid-veEt8km5jp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt8km5jp .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt94SXv3 {
  z-index: 1000;
  width: 100%;
}
.cid-veEt94SXv3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt94SXv3 .dropdown-menu {
  padding: 0;
}
.cid-veEt94SXv3 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt94SXv3 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt94SXv3 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt94SXv3 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt94SXv3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt94SXv3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt94SXv3 .nav-link {
  position: relative;
}
.cid-veEt94SXv3 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt94SXv3 .dropdown-menu,
.cid-veEt94SXv3 .navbar.opened {
  background: #212428 !important;
}
.cid-veEt94SXv3 .nav-item:focus,
.cid-veEt94SXv3 .nav-link:focus {
  outline: none;
}
.cid-veEt94SXv3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt94SXv3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt94SXv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt94SXv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt94SXv3 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt94SXv3 .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt94SXv3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt94SXv3 .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt94SXv3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt94SXv3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt94SXv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt94SXv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt94SXv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt94SXv3 .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-veEt94SXv3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt94SXv3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt94SXv3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt94SXv3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt94SXv3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt94SXv3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt94SXv3 .navbar {
    min-height: 80px;
  }
}
.cid-veEt94SXv3 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt94SXv3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt94SXv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt94SXv3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt94SXv3 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt94SXv3 .dropdown-item.active,
.cid-veEt94SXv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt94SXv3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt94SXv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt94SXv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt94SXv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt94SXv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt94SXv3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt94SXv3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt94SXv3 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt94SXv3 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt94SXv3 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt94SXv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt94SXv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt94SXv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt94SXv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt94SXv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt94SXv3 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt94SXv3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt94SXv3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt94SXv3 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt94SXv3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt94SXv3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt94SXv3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt94SXv3 .navbar {
    height: 70px;
  }
  .cid-veEt94SXv3 .navbar.opened {
    height: auto;
  }
  .cid-veEt94SXv3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt94SXv3 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt94SXv3 .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt94SXv3 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt94SXv3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt94SXv3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt94SXv3 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt94SXv3 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt94SXv3 .navbar-nav {
  display: flex !important;
}
.cid-veEt94SXv3 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt94SXv3 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt94SXv3 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt94SXv3 .navbar-nav .nav-item .nav-link:hover,
.cid-veEt94SXv3 .navbar-nav .nav-item .nav-link:focus,
.cid-veEt94SXv3 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt94SXv3 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt94SXv3 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt94SXv3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt94SXv3 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt94SXv3 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt94SXv3 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt94SXv3 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt94SXv3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt94SXv3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt94SXv3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt94SXv3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt94SXv3 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt94SXv3 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt94SXv3 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt94SXv3 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt94SXv3 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt94SXv3 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt94SXv3 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt94SXv3 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt94SXv3 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt94SXv3 .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt94SXv3 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt94SXv3 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt94SXv3 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt94SXv3 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt94SXv3 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt94SXv3 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt94SXv3 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt94SXv3 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt94SXv3 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt94SXv3 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt94SXv3 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt94SXv3 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt94SXv3 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt94SXv3 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt94SXv3 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt94SXv3 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt94SXv3 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt94SXv3 .social-container {
    padding-top: 40px;
  }
}
.cid-veEt94SXv3 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt94SXv3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt94SXv3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt94SXv3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt94SXv3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt94SXv3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt94SXv3 .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt94SXv3 .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt94SXv3 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt94SXv3 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt953RNH {
  background-image: url("../../../assets/images/75000658.webp");
}
.cid-veEt953RNH img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt953RNH .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt953RNH .images {
    display: none;
  }
}
.cid-veEt953RNH .image-wrapper-1,
.cid-veEt953RNH .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt953RNH .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt953RNH .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt953RNH .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt953RNH .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt953RNH .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt953RNH .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt953RNH .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt953RNH .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt953RNH .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt953RNH .text-wrapper {
  width: 100%;
}
.cid-veEt953RNH .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt953RNH .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt953RNH .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt953RNH .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt953RNH .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt953RNH .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt953RNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt953RNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt953RNH .text {
  display: flex;
  align-items: center;
}
.cid-veEt95c30v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt95c30v .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt95c30v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt95c30v .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt95c30v .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt95c30v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt95c30v .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt95c30v .container {
    padding: 0 16px;
  }
}
.cid-veEt95c30v .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt95c30v .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt95c30v .row {
    padding: 25px 9px;
  }
}
.cid-veEt95c30v .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt95c30v .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt95c30v .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt95c30v .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt95c30v .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt95c30v .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt95c30v .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt95c30v .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt95c30v .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt95c30v .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt95c30v .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt95c30v .items-wrapper {
    display: block;
  }
}
.cid-veEt95c30v .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt95c30v .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt95c30v .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt95c30v .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt95c30v .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt95c30v .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt95c30v .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt95c30v .card {
  justify-content: center;
}
.cid-veEt95c30v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt95c30v .mbr-text {
  color: #000000;
}
.cid-veEt95c30v .card-title {
  color: #000000;
}
.cid-veEt95c30v .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt95c30v .card-title,
.cid-veEt95c30v .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt95n8Rw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt95n8Rw .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt95n8Rw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt95n8Rw .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt95n8Rw .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt95n8Rw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt95n8Rw .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt95n8Rw .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt95n8Rw .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt95n8Rw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt95n8Rw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt95n8Rw .embla__button--next,
.cid-veEt95n8Rw .embla__button--prev {
  display: flex;
}
.cid-veEt95n8Rw .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt95n8Rw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt95n8Rw .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt95n8Rw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt95n8Rw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt95n8Rw .embla__button {
    top: -10%;
  }
}
.cid-veEt95n8Rw .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt95n8Rw .embla {
    margin-top: 80px;
  }
}
.cid-veEt95n8Rw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt95n8Rw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt95n8Rw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt95n8Rw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt95n8Rw .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt95n8Rw .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt95n8Rw .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt95n8Rw .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt95n8Rw .mbr-text ul {
    display: block;
  }
}
.cid-veEt95n8Rw .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt95n8Rw .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt95n8Rw .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt95n8Rw .item-wrapper {
  height: 100%;
}
.cid-veEt95n8Rw .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt95n8Rw .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt95n8Rw .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-mo {
  /* Type valid CSS here */
}
#custom-html-mo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mo p {
  font-size: 60px;
  color: #777;
}
.cid-veEt95yYcl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt95yYcl h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt95yYcl .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt95yYcl .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt95yYcl .nav-link.active {
  background: #232323;
}
.cid-veEt95yYcl .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt95yYcl .nav-link:hover {
  background: #232323;
}
.cid-veEt95yYcl .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt95yYcl .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt95yYcl .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt95yYcl .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt95yYcl .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt95yYcl .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt95yYcl .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt95yYcl .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt95yYcl .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt95yYcl .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt95yYcl .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt95yYcl .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt95yYcl .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt95yYcl .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt95yYcl .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt95yYcl .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt95yYcl .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt95yYcl .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt95yYcl .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt95yYcl .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt95yYcl .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt95yYcl .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt95yYcl .mbr-text,
  .cid-veEt95yYcl .nav-link,
  .cid-veEt95yYcl .mbr-card-title,
  .cid-veEt95yYcl .mbr-section-title {
    text-align: left;
  }
  .cid-veEt95yYcl .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt95yYcl .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt95yYcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt95yYcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt95yYcl .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt95yYcl .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt95yYcl .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt96qW9c .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt96qW9c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt96qW9c .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt96qW9c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt96qW9c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt96BpVd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt96BpVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt96BpVd .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-veEt96BpVd .container-fluid {
    padding: 0;
  }
}
.cid-veEt96BpVd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt96BpVd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt96BpVd .embla__button--next,
.cid-veEt96BpVd .embla__button--prev {
  display: flex;
}
.cid-veEt96BpVd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt96BpVd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt96BpVd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt96BpVd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt96BpVd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt96BpVd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt96BpVd .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt96BpVd .embla {
  position: relative;
  width: 100%;
}
.cid-veEt96BpVd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt96BpVd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt96BpVd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt96BpVd .embla__slide a {
  cursor: grab;
}
.cid-veEt96BpVd .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt96BpVd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt96BpVd .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt96BpVd .mbr-section-title {
  color: #232323;
}
.cid-veEt96BpVd .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt96BpVd .mbr-box {
  color: #ffffff;
}
.cid-veEt96BpVd .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt96BpVd img,
.cid-veEt96BpVd .item-img {
  width: 100%;
}
.cid-veEt96BpVd .item-wrapper {
  position: relative;
}
.cid-veEt96BpVd .content-head {
  max-width: 800px;
}
.cid-veEt96PrHK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt96PrHK .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEt9yJwez {
  z-index: 1000;
  width: 100%;
}
.cid-veEt9yJwez .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt9yJwez .dropdown-menu {
  padding: 0;
}
.cid-veEt9yJwez .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEt9yJwez .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEt9yJwez .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEt9yJwez .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEt9yJwez .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEt9yJwez .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEt9yJwez .nav-link {
  position: relative;
}
.cid-veEt9yJwez .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEt9yJwez .dropdown-menu,
.cid-veEt9yJwez .navbar.opened {
  background: #212428 !important;
}
.cid-veEt9yJwez .nav-item:focus,
.cid-veEt9yJwez .nav-link:focus {
  outline: none;
}
.cid-veEt9yJwez .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEt9yJwez .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEt9yJwez .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEt9yJwez .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEt9yJwez .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEt9yJwez .navbar.opened {
  transition: all 0.3s;
}
.cid-veEt9yJwez .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEt9yJwez .navbar .navbar-logo img {
  width: auto;
}
.cid-veEt9yJwez .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEt9yJwez .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEt9yJwez .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEt9yJwez .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEt9yJwez .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEt9yJwez .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-veEt9yJwez .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEt9yJwez .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEt9yJwez .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEt9yJwez .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEt9yJwez .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEt9yJwez .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEt9yJwez .navbar {
    min-height: 80px;
  }
}
.cid-veEt9yJwez .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEt9yJwez .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEt9yJwez .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEt9yJwez .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEt9yJwez .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEt9yJwez .dropdown-item.active,
.cid-veEt9yJwez .dropdown-item:active {
  background-color: transparent;
}
.cid-veEt9yJwez .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEt9yJwez .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEt9yJwez .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEt9yJwez .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEt9yJwez .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEt9yJwez .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEt9yJwez ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEt9yJwez button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt9yJwez button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEt9yJwez button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt9yJwez button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt9yJwez button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt9yJwez button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt9yJwez button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt9yJwez button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt9yJwez nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt9yJwez nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt9yJwez nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt9yJwez nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEt9yJwez .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEt9yJwez a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEt9yJwez .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEt9yJwez .navbar {
    height: 70px;
  }
  .cid-veEt9yJwez .navbar.opened {
    height: auto;
  }
  .cid-veEt9yJwez .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEt9yJwez .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEt9yJwez .navbar-short {
    min-height: 70px;
  }
}
.cid-veEt9yJwez .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEt9yJwez .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEt9yJwez .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEt9yJwez .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEt9yJwez .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEt9yJwez .navbar-nav {
  display: flex !important;
}
.cid-veEt9yJwez .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEt9yJwez .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEt9yJwez .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt9yJwez .navbar-nav .nav-item .nav-link:hover,
.cid-veEt9yJwez .navbar-nav .nav-item .nav-link:focus,
.cid-veEt9yJwez .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEt9yJwez .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEt9yJwez .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEt9yJwez .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEt9yJwez button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt9yJwez button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEt9yJwez button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt9yJwez button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt9yJwez button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEt9yJwez button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt9yJwez button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEt9yJwez button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEt9yJwez .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEt9yJwez .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEt9yJwez .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEt9yJwez .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEt9yJwez .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEt9yJwez .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEt9yJwez .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEt9yJwez .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEt9yJwez .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEt9yJwez .offcanvas.show {
  transform: translateX(0);
}
.cid-veEt9yJwez .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEt9yJwez .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt9yJwez .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEt9yJwez .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEt9yJwez .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEt9yJwez .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEt9yJwez .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEt9yJwez .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEt9yJwez .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEt9yJwez .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEt9yJwez .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEt9yJwez .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEt9yJwez .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEt9yJwez ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEt9yJwez ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEt9yJwez ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEt9yJwez .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEt9yJwez .social-container {
    padding-top: 40px;
  }
}
.cid-veEt9yJwez .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEt9yJwez .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEt9yJwez .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEt9yJwez .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEt9yJwez .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEt9yJwez .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEt9yJwez .soc-item:hover:before {
  opacity: 1;
}
.cid-veEt9yJwez .offcanvas_btn {
  margin-top: auto;
}
.cid-veEt9yJwez .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEt9yJwez .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEt9yVBxD {
  background-image: url("../../../assets/images/75000658.webp");
}
.cid-veEt9yVBxD img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEt9yVBxD .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEt9yVBxD .images {
    display: none;
  }
}
.cid-veEt9yVBxD .image-wrapper-1,
.cid-veEt9yVBxD .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEt9yVBxD .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEt9yVBxD .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEt9yVBxD .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEt9yVBxD .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEt9yVBxD .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEt9yVBxD .image-wrapper-2 img {
  width: 90%;
}
.cid-veEt9yVBxD .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEt9yVBxD .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEt9yVBxD .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEt9yVBxD .text-wrapper {
  width: 100%;
}
.cid-veEt9yVBxD .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt9yVBxD .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEt9yVBxD .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEt9yVBxD .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEt9yVBxD .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEt9yVBxD .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEt9yVBxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt9yVBxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt9yVBxD .text {
  display: flex;
  align-items: center;
}
.cid-veEt9z3UkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEt9z3UkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt9z3UkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt9z3UkA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt9z3UkA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEt9z3UkA .container {
    padding: 0 16px;
  }
}
.cid-veEt9z3UkA .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEt9z3UkA .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .row {
    padding: 25px 9px;
  }
}
.cid-veEt9z3UkA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEt9z3UkA .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEt9z3UkA .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .image-wrapper img {
    height: 350px;
  }
}
.cid-veEt9z3UkA .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEt9z3UkA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEt9z3UkA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEt9z3UkA .items-wrapper {
    display: block;
  }
}
.cid-veEt9z3UkA .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEt9z3UkA .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEt9z3UkA .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEt9z3UkA .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEt9z3UkA .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEt9z3UkA .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEt9z3UkA .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEt9z3UkA .card {
  justify-content: center;
}
.cid-veEt9z3UkA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEt9z3UkA .mbr-text {
  color: #000000;
}
.cid-veEt9z3UkA .card-title {
  color: #000000;
}
.cid-veEt9z3UkA .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt9z3UkA .card-title,
.cid-veEt9z3UkA .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEt9zf1Mq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEt9zf1Mq .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEt9zf1Mq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEt9zf1Mq .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEt9zf1Mq .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEt9zf1Mq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEt9zf1Mq .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEt9zf1Mq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt9zf1Mq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEt9zf1Mq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEt9zf1Mq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEt9zf1Mq .embla__button--next,
.cid-veEt9zf1Mq .embla__button--prev {
  display: flex;
}
.cid-veEt9zf1Mq .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt9zf1Mq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt9zf1Mq .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEt9zf1Mq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt9zf1Mq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEt9zf1Mq .embla__button {
    top: -10%;
  }
}
.cid-veEt9zf1Mq .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEt9zf1Mq .embla {
    margin-top: 80px;
  }
}
.cid-veEt9zf1Mq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt9zf1Mq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt9zf1Mq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt9zf1Mq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt9zf1Mq .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEt9zf1Mq .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEt9zf1Mq .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEt9zf1Mq .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEt9zf1Mq .mbr-text ul {
    display: block;
  }
}
.cid-veEt9zf1Mq .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEt9zf1Mq .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEt9zf1Mq .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEt9zf1Mq .item-wrapper {
  height: 100%;
}
.cid-veEt9zf1Mq .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEt9zf1Mq .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEt9zf1Mq .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-mx {
  /* Type valid CSS here */
}
#custom-html-mx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mx p {
  font-size: 60px;
  color: #777;
}
.cid-veEt9zqBXP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEt9zqBXP h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEt9zqBXP .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEt9zqBXP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEt9zqBXP .nav-link.active {
  background: #232323;
}
.cid-veEt9zqBXP .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEt9zqBXP .nav-link:hover {
  background: #232323;
}
.cid-veEt9zqBXP .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEt9zqBXP .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEt9zqBXP .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEt9zqBXP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEt9zqBXP .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEt9zqBXP .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEt9zqBXP .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEt9zqBXP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEt9zqBXP .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEt9zqBXP .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEt9zqBXP .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEt9zqBXP .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEt9zqBXP .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEt9zqBXP .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEt9zqBXP .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEt9zqBXP .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEt9zqBXP .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEt9zqBXP .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEt9zqBXP .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEt9zqBXP .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEt9zqBXP .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEt9zqBXP .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEt9zqBXP .mbr-text,
  .cid-veEt9zqBXP .nav-link,
  .cid-veEt9zqBXP .mbr-card-title,
  .cid-veEt9zqBXP .mbr-section-title {
    text-align: left;
  }
  .cid-veEt9zqBXP .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEt9zqBXP .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEt9zqBXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt9zqBXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEt9zqBXP .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEt9zqBXP .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEt9zqBXP .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEt9Ah9Hx .google-map {
  height: 700px;
  position: relative;
}
.cid-veEt9Ah9Hx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEt9Ah9Hx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEt9Ah9Hx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEt9Ah9Hx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEt9Asxh8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEt9Asxh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEt9Asxh8 .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-veEt9Asxh8 .container-fluid {
    padding: 0;
  }
}
.cid-veEt9Asxh8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEt9Asxh8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEt9Asxh8 .embla__button--next,
.cid-veEt9Asxh8 .embla__button--prev {
  display: flex;
}
.cid-veEt9Asxh8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEt9Asxh8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEt9Asxh8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEt9Asxh8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEt9Asxh8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEt9Asxh8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEt9Asxh8 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEt9Asxh8 .embla {
  position: relative;
  width: 100%;
}
.cid-veEt9Asxh8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEt9Asxh8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEt9Asxh8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEt9Asxh8 .embla__slide a {
  cursor: grab;
}
.cid-veEt9Asxh8 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEt9Asxh8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEt9Asxh8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEt9Asxh8 .mbr-section-title {
  color: #232323;
}
.cid-veEt9Asxh8 .mbr-section-subtitle {
  color: #232323;
}
.cid-veEt9Asxh8 .mbr-box {
  color: #ffffff;
}
.cid-veEt9Asxh8 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEt9Asxh8 img,
.cid-veEt9Asxh8 .item-img {
  width: 100%;
}
.cid-veEt9Asxh8 .item-wrapper {
  position: relative;
}
.cid-veEt9Asxh8 .content-head {
  max-width: 800px;
}
.cid-veEt9AGwQ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEt9AGwQ8 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEta0TIMy {
  z-index: 1000;
  width: 100%;
}
.cid-veEta0TIMy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEta0TIMy .dropdown-menu {
  padding: 0;
}
.cid-veEta0TIMy .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEta0TIMy .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEta0TIMy .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEta0TIMy .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEta0TIMy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEta0TIMy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEta0TIMy .nav-link {
  position: relative;
}
.cid-veEta0TIMy .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEta0TIMy .dropdown-menu,
.cid-veEta0TIMy .navbar.opened {
  background: #212428 !important;
}
.cid-veEta0TIMy .nav-item:focus,
.cid-veEta0TIMy .nav-link:focus {
  outline: none;
}
.cid-veEta0TIMy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEta0TIMy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEta0TIMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEta0TIMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEta0TIMy .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEta0TIMy .navbar.opened {
  transition: all 0.3s;
}
.cid-veEta0TIMy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEta0TIMy .navbar .navbar-logo img {
  width: auto;
}
.cid-veEta0TIMy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEta0TIMy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEta0TIMy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEta0TIMy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEta0TIMy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEta0TIMy .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-veEta0TIMy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEta0TIMy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEta0TIMy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEta0TIMy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEta0TIMy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEta0TIMy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEta0TIMy .navbar {
    min-height: 80px;
  }
}
.cid-veEta0TIMy .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEta0TIMy .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEta0TIMy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEta0TIMy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEta0TIMy .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEta0TIMy .dropdown-item.active,
.cid-veEta0TIMy .dropdown-item:active {
  background-color: transparent;
}
.cid-veEta0TIMy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEta0TIMy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEta0TIMy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEta0TIMy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEta0TIMy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEta0TIMy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEta0TIMy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEta0TIMy button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEta0TIMy button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEta0TIMy button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEta0TIMy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEta0TIMy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEta0TIMy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEta0TIMy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEta0TIMy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEta0TIMy nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEta0TIMy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEta0TIMy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEta0TIMy nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEta0TIMy .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEta0TIMy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEta0TIMy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEta0TIMy .navbar {
    height: 70px;
  }
  .cid-veEta0TIMy .navbar.opened {
    height: auto;
  }
  .cid-veEta0TIMy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEta0TIMy .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEta0TIMy .navbar-short {
    min-height: 70px;
  }
}
.cid-veEta0TIMy .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEta0TIMy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEta0TIMy .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEta0TIMy .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEta0TIMy .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEta0TIMy .navbar-nav {
  display: flex !important;
}
.cid-veEta0TIMy .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEta0TIMy .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEta0TIMy .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEta0TIMy .navbar-nav .nav-item .nav-link:hover,
.cid-veEta0TIMy .navbar-nav .nav-item .nav-link:focus,
.cid-veEta0TIMy .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEta0TIMy .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEta0TIMy .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEta0TIMy .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEta0TIMy button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEta0TIMy button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEta0TIMy button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEta0TIMy button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEta0TIMy button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEta0TIMy button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEta0TIMy button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEta0TIMy button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEta0TIMy .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEta0TIMy .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEta0TIMy .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEta0TIMy .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEta0TIMy .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEta0TIMy .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEta0TIMy .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEta0TIMy .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEta0TIMy .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEta0TIMy .offcanvas.show {
  transform: translateX(0);
}
.cid-veEta0TIMy .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEta0TIMy .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEta0TIMy .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEta0TIMy .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEta0TIMy .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEta0TIMy .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEta0TIMy .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEta0TIMy .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEta0TIMy .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEta0TIMy .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEta0TIMy .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEta0TIMy .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEta0TIMy .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEta0TIMy ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEta0TIMy ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEta0TIMy ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEta0TIMy .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEta0TIMy .social-container {
    padding-top: 40px;
  }
}
.cid-veEta0TIMy .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEta0TIMy .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEta0TIMy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEta0TIMy .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEta0TIMy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEta0TIMy .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEta0TIMy .soc-item:hover:before {
  opacity: 1;
}
.cid-veEta0TIMy .offcanvas_btn {
  margin-top: auto;
}
.cid-veEta0TIMy .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEta0TIMy .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEta150rL {
  background-image: url("../../../assets/images/west-fork-of-oak-creek-reflections.webp");
}
.cid-veEta150rL img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEta150rL .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEta150rL .images {
    display: none;
  }
}
.cid-veEta150rL .image-wrapper-1,
.cid-veEta150rL .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEta150rL .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEta150rL .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEta150rL .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEta150rL .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEta150rL .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEta150rL .image-wrapper-2 img {
  width: 90%;
}
.cid-veEta150rL .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEta150rL .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEta150rL .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEta150rL .text-wrapper {
  width: 100%;
}
.cid-veEta150rL .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEta150rL .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEta150rL .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEta150rL .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEta150rL .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEta150rL .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEta150rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEta150rL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEta150rL .text {
  display: flex;
  align-items: center;
}
.cid-veLoOI5di7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoOI5di7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoOI5di7 .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-veLoOI5di7 .container-fluid {
    padding: 0;
  }
}
.cid-veLoOI5di7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoOI5di7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoOI5di7 .embla__button--next,
.cid-veLoOI5di7 .embla__button--prev {
  display: flex;
}
.cid-veLoOI5di7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoOI5di7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoOI5di7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoOI5di7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoOI5di7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoOI5di7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoOI5di7 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoOI5di7 .embla {
  position: relative;
  width: 100%;
}
.cid-veLoOI5di7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoOI5di7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoOI5di7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoOI5di7 .embla__slide a {
  cursor: grab;
}
.cid-veLoOI5di7 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoOI5di7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoOI5di7 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoOI5di7 .mbr-section-title {
  color: #232323;
}
.cid-veLoOI5di7 .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoOI5di7 .mbr-box {
  color: #ffffff;
}
.cid-veLoOI5di7 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoOI5di7 img,
.cid-veLoOI5di7 .item-img {
  width: 100%;
}
.cid-veLoOI5di7 .item-wrapper {
  position: relative;
}
.cid-veLoOI5di7 .content-head {
  max-width: 800px;
}
.cid-veEta1eyEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEta1eyEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEta1eyEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEta1eyEk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEta1eyEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEta1eyEk .container {
    padding: 0 16px;
  }
}
.cid-veEta1eyEk .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEta1eyEk .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .row {
    padding: 25px 9px;
  }
}
.cid-veEta1eyEk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEta1eyEk .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEta1eyEk .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .image-wrapper img {
    height: 350px;
  }
}
.cid-veEta1eyEk .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEta1eyEk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEta1eyEk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEta1eyEk .items-wrapper {
    display: block;
  }
}
.cid-veEta1eyEk .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEta1eyEk .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEta1eyEk .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEta1eyEk .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEta1eyEk .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEta1eyEk .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEta1eyEk .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEta1eyEk .card {
  justify-content: center;
}
.cid-veEta1eyEk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEta1eyEk .mbr-text {
  color: #000000;
}
.cid-veEta1eyEk .card-title {
  color: #000000;
}
.cid-veEta1eyEk .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEta1eyEk .card-title,
.cid-veEta1eyEk .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEta1q3gx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEta1q3gx .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEta1q3gx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEta1q3gx .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEta1q3gx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEta1q3gx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEta1q3gx .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEta1q3gx .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEta1q3gx .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEta1q3gx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEta1q3gx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEta1q3gx .embla__button--next,
.cid-veEta1q3gx .embla__button--prev {
  display: flex;
}
.cid-veEta1q3gx .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEta1q3gx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEta1q3gx .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEta1q3gx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEta1q3gx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEta1q3gx .embla__button {
    top: -10%;
  }
}
.cid-veEta1q3gx .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEta1q3gx .embla {
    margin-top: 80px;
  }
}
.cid-veEta1q3gx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEta1q3gx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEta1q3gx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEta1q3gx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEta1q3gx .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEta1q3gx .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEta1q3gx .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEta1q3gx .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEta1q3gx .mbr-text ul {
    display: block;
  }
}
.cid-veEta1q3gx .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEta1q3gx .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEta1q3gx .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEta1q3gx .item-wrapper {
  height: 100%;
}
.cid-veEta1q3gx .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEta1q3gx .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEta1q3gx .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-n6 {
  /* Type valid CSS here */
}
#custom-html-n6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-n6 p {
  font-size: 60px;
  color: #777;
}
.cid-veLoO0o9se {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoO0o9se .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoO0o9se .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-veLoO0o9se .container-fluid {
    padding: 0;
  }
}
.cid-veLoO0o9se .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoO0o9se .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoO0o9se .embla__button--next,
.cid-veLoO0o9se .embla__button--prev {
  display: flex;
}
.cid-veLoO0o9se .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoO0o9se .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoO0o9se .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoO0o9se .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoO0o9se .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoO0o9se .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoO0o9se .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoO0o9se .embla {
  position: relative;
  width: 100%;
}
.cid-veLoO0o9se .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoO0o9se .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoO0o9se .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoO0o9se .embla__slide a {
  cursor: grab;
}
.cid-veLoO0o9se .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoO0o9se .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoO0o9se .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoO0o9se .mbr-section-title {
  color: #232323;
}
.cid-veLoO0o9se .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoO0o9se .mbr-box {
  color: #ffffff;
}
.cid-veLoO0o9se .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoO0o9se img,
.cid-veLoO0o9se .item-img {
  width: 100%;
}
.cid-veLoO0o9se .item-wrapper {
  position: relative;
}
.cid-veLoO0o9se .content-head {
  max-width: 800px;
}
.cid-veEta1BH8t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEta1BH8t h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEta1BH8t .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEta1BH8t .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEta1BH8t .nav-link.active {
  background: #232323;
}
.cid-veEta1BH8t .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEta1BH8t .nav-link:hover {
  background: #232323;
}
.cid-veEta1BH8t .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEta1BH8t .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEta1BH8t .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEta1BH8t .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEta1BH8t .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEta1BH8t .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEta1BH8t .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEta1BH8t .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEta1BH8t .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEta1BH8t .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEta1BH8t .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEta1BH8t .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEta1BH8t .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEta1BH8t .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEta1BH8t .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEta1BH8t .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEta1BH8t .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEta1BH8t .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEta1BH8t .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEta1BH8t .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEta1BH8t .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEta1BH8t .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEta1BH8t .mbr-text,
  .cid-veEta1BH8t .nav-link,
  .cid-veEta1BH8t .mbr-card-title,
  .cid-veEta1BH8t .mbr-section-title {
    text-align: left;
  }
  .cid-veEta1BH8t .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEta1BH8t .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEta1BH8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEta1BH8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEta1BH8t .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEta1BH8t .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEta1BH8t .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEta2sQ3j .google-map {
  height: 700px;
  position: relative;
}
.cid-veEta2sQ3j .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEta2sQ3j .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEta2sQ3j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEta2sQ3j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLoMXQJ38 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLoMXQJ38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLoMXQJ38 .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-veLoMXQJ38 .container-fluid {
    padding: 0;
  }
}
.cid-veLoMXQJ38 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLoMXQJ38 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLoMXQJ38 .embla__button--next,
.cid-veLoMXQJ38 .embla__button--prev {
  display: flex;
}
.cid-veLoMXQJ38 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLoMXQJ38 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLoMXQJ38 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLoMXQJ38 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLoMXQJ38 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLoMXQJ38 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLoMXQJ38 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLoMXQJ38 .embla {
  position: relative;
  width: 100%;
}
.cid-veLoMXQJ38 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLoMXQJ38 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLoMXQJ38 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLoMXQJ38 .embla__slide a {
  cursor: grab;
}
.cid-veLoMXQJ38 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLoMXQJ38 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLoMXQJ38 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLoMXQJ38 .mbr-section-title {
  color: #232323;
}
.cid-veLoMXQJ38 .mbr-section-subtitle {
  color: #232323;
}
.cid-veLoMXQJ38 .mbr-box {
  color: #ffffff;
}
.cid-veLoMXQJ38 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLoMXQJ38 img,
.cid-veLoMXQJ38 .item-img {
  width: 100%;
}
.cid-veLoMXQJ38 .item-wrapper {
  position: relative;
}
.cid-veLoMXQJ38 .content-head {
  max-width: 800px;
}
.cid-veEta2OMl3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEta2OMl3 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEtqpqxZX {
  z-index: 1000;
  width: 100%;
}
.cid-veEtqpqxZX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtqpqxZX .dropdown-menu {
  padding: 0;
}
.cid-veEtqpqxZX .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEtqpqxZX .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEtqpqxZX .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEtqpqxZX .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEtqpqxZX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEtqpqxZX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEtqpqxZX .nav-link {
  position: relative;
}
.cid-veEtqpqxZX .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEtqpqxZX .dropdown-menu,
.cid-veEtqpqxZX .navbar.opened {
  background: #212428 !important;
}
.cid-veEtqpqxZX .nav-item:focus,
.cid-veEtqpqxZX .nav-link:focus {
  outline: none;
}
.cid-veEtqpqxZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEtqpqxZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEtqpqxZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEtqpqxZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtqpqxZX .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEtqpqxZX .navbar.opened {
  transition: all 0.3s;
}
.cid-veEtqpqxZX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEtqpqxZX .navbar .navbar-logo img {
  width: auto;
}
.cid-veEtqpqxZX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEtqpqxZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEtqpqxZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEtqpqxZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEtqpqxZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEtqpqxZX .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-veEtqpqxZX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEtqpqxZX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEtqpqxZX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEtqpqxZX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEtqpqxZX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEtqpqxZX .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEtqpqxZX .navbar {
    min-height: 80px;
  }
}
.cid-veEtqpqxZX .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEtqpqxZX .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEtqpqxZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEtqpqxZX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEtqpqxZX .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEtqpqxZX .dropdown-item.active,
.cid-veEtqpqxZX .dropdown-item:active {
  background-color: transparent;
}
.cid-veEtqpqxZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEtqpqxZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEtqpqxZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEtqpqxZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEtqpqxZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEtqpqxZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEtqpqxZX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEtqpqxZX button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtqpqxZX button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEtqpqxZX button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtqpqxZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtqpqxZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtqpqxZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtqpqxZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtqpqxZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtqpqxZX nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtqpqxZX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtqpqxZX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtqpqxZX nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtqpqxZX .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEtqpqxZX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEtqpqxZX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEtqpqxZX .navbar {
    height: 70px;
  }
  .cid-veEtqpqxZX .navbar.opened {
    height: auto;
  }
  .cid-veEtqpqxZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEtqpqxZX .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEtqpqxZX .navbar-short {
    min-height: 70px;
  }
}
.cid-veEtqpqxZX .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEtqpqxZX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEtqpqxZX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEtqpqxZX .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEtqpqxZX .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEtqpqxZX .navbar-nav {
  display: flex !important;
}
.cid-veEtqpqxZX .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEtqpqxZX .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEtqpqxZX .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtqpqxZX .navbar-nav .nav-item .nav-link:hover,
.cid-veEtqpqxZX .navbar-nav .nav-item .nav-link:focus,
.cid-veEtqpqxZX .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtqpqxZX .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEtqpqxZX .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEtqpqxZX .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEtqpqxZX button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtqpqxZX button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEtqpqxZX button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtqpqxZX button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtqpqxZX button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtqpqxZX button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtqpqxZX button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtqpqxZX button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtqpqxZX .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtqpqxZX .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEtqpqxZX .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtqpqxZX .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtqpqxZX .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEtqpqxZX .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtqpqxZX .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtqpqxZX .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEtqpqxZX .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEtqpqxZX .offcanvas.show {
  transform: translateX(0);
}
.cid-veEtqpqxZX .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEtqpqxZX .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtqpqxZX .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEtqpqxZX .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEtqpqxZX .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEtqpqxZX .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEtqpqxZX .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEtqpqxZX .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEtqpqxZX .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEtqpqxZX .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEtqpqxZX .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEtqpqxZX .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEtqpqxZX .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEtqpqxZX ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEtqpqxZX ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEtqpqxZX ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEtqpqxZX .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEtqpqxZX .social-container {
    padding-top: 40px;
  }
}
.cid-veEtqpqxZX .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEtqpqxZX .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEtqpqxZX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEtqpqxZX .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEtqpqxZX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEtqpqxZX .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEtqpqxZX .soc-item:hover:before {
  opacity: 1;
}
.cid-veEtqpqxZX .offcanvas_btn {
  margin-top: auto;
}
.cid-veEtqpqxZX .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEtqpqxZX .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEtqpEx26 {
  background-image: url("../../../assets/images/yuma-county-651.webp");
}
.cid-veEtqpEx26 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-veEtqpEx26 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-veEtqpEx26 .images {
    display: none;
  }
}
.cid-veEtqpEx26 .image-wrapper-1,
.cid-veEtqpEx26 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-veEtqpEx26 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-veEtqpEx26 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-veEtqpEx26 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-veEtqpEx26 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-veEtqpEx26 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-veEtqpEx26 .image-wrapper-2 img {
  width: 90%;
}
.cid-veEtqpEx26 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-veEtqpEx26 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-veEtqpEx26 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-veEtqpEx26 .text-wrapper {
  width: 100%;
}
.cid-veEtqpEx26 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEtqpEx26 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-veEtqpEx26 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-veEtqpEx26 .mbr-section-btn {
    margin: 0;
  }
}
.cid-veEtqpEx26 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-veEtqpEx26 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-veEtqpEx26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtqpEx26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtqpEx26 .text {
  display: flex;
  align-items: center;
}
.cid-veLp1GjV15 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLp1GjV15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLp1GjV15 .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-veLp1GjV15 .container-fluid {
    padding: 0;
  }
}
.cid-veLp1GjV15 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLp1GjV15 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLp1GjV15 .embla__button--next,
.cid-veLp1GjV15 .embla__button--prev {
  display: flex;
}
.cid-veLp1GjV15 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLp1GjV15 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLp1GjV15 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLp1GjV15 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLp1GjV15 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLp1GjV15 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLp1GjV15 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLp1GjV15 .embla {
  position: relative;
  width: 100%;
}
.cid-veLp1GjV15 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLp1GjV15 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLp1GjV15 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLp1GjV15 .embla__slide a {
  cursor: grab;
}
.cid-veLp1GjV15 .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLp1GjV15 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLp1GjV15 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLp1GjV15 .mbr-section-title {
  color: #232323;
}
.cid-veLp1GjV15 .mbr-section-subtitle {
  color: #232323;
}
.cid-veLp1GjV15 .mbr-box {
  color: #ffffff;
}
.cid-veLp1GjV15 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLp1GjV15 img,
.cid-veLp1GjV15 .item-img {
  width: 100%;
}
.cid-veLp1GjV15 .item-wrapper {
  position: relative;
}
.cid-veLp1GjV15 .content-head {
  max-width: 800px;
}
.cid-veEtqpLioJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veEtqpLioJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtqpLioJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtqpLioJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEtqpLioJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veEtqpLioJ .container {
    padding: 0 16px;
  }
}
.cid-veEtqpLioJ .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-veEtqpLioJ .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .row {
    padding: 25px 9px;
  }
}
.cid-veEtqpLioJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veEtqpLioJ .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-veEtqpLioJ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .image-wrapper img {
    height: 350px;
  }
}
.cid-veEtqpLioJ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-veEtqpLioJ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veEtqpLioJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veEtqpLioJ .items-wrapper {
    display: block;
  }
}
.cid-veEtqpLioJ .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-veEtqpLioJ .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-veEtqpLioJ .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-veEtqpLioJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-veEtqpLioJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-veEtqpLioJ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-veEtqpLioJ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-veEtqpLioJ .card {
  justify-content: center;
}
.cid-veEtqpLioJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEtqpLioJ .mbr-text {
  color: #000000;
}
.cid-veEtqpLioJ .card-title {
  color: #000000;
}
.cid-veEtqpLioJ .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEtqpLioJ .card-title,
.cid-veEtqpLioJ .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-veEtqpZAeO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-veEtqpZAeO .mbr-section-head {
  padding: 0 1rem;
}
.cid-veEtqpZAeO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veEtqpZAeO .team-card:hover {
  transform: translateY(-10px);
}
.cid-veEtqpZAeO .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veEtqpZAeO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veEtqpZAeO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veEtqpZAeO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtqpZAeO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veEtqpZAeO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-veEtqpZAeO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-veEtqpZAeO .embla__button--next,
.cid-veEtqpZAeO .embla__button--prev {
  display: flex;
}
.cid-veEtqpZAeO .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtqpZAeO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEtqpZAeO .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-veEtqpZAeO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEtqpZAeO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veEtqpZAeO .embla__button {
    top: -10%;
  }
}
.cid-veEtqpZAeO .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veEtqpZAeO .embla {
    margin-top: 80px;
  }
}
.cid-veEtqpZAeO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEtqpZAeO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEtqpZAeO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEtqpZAeO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEtqpZAeO .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-veEtqpZAeO .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-veEtqpZAeO .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-veEtqpZAeO .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veEtqpZAeO .mbr-text ul {
    display: block;
  }
}
.cid-veEtqpZAeO .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-veEtqpZAeO .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-veEtqpZAeO .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-veEtqpZAeO .item-wrapper {
  height: 100%;
}
.cid-veEtqpZAeO .item-wrapper .image-wrap {
  height: 100%;
}
.cid-veEtqpZAeO .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veEtqpZAeO .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-nf {
  /* Type valid CSS here */
}
#custom-html-nf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-nf p {
  font-size: 60px;
  color: #777;
}
.cid-veLp0YVzmU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veLp0YVzmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLp0YVzmU .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-veLp0YVzmU .container-fluid {
    padding: 0;
  }
}
.cid-veLp0YVzmU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veLp0YVzmU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veLp0YVzmU .embla__button--next,
.cid-veLp0YVzmU .embla__button--prev {
  display: flex;
}
.cid-veLp0YVzmU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veLp0YVzmU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veLp0YVzmU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veLp0YVzmU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veLp0YVzmU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veLp0YVzmU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veLp0YVzmU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veLp0YVzmU .embla {
  position: relative;
  width: 100%;
}
.cid-veLp0YVzmU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veLp0YVzmU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veLp0YVzmU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veLp0YVzmU .embla__slide a {
  cursor: grab;
}
.cid-veLp0YVzmU .embla__slide a:active {
  cursor: grabbing;
}
.cid-veLp0YVzmU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veLp0YVzmU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veLp0YVzmU .mbr-section-title {
  color: #232323;
}
.cid-veLp0YVzmU .mbr-section-subtitle {
  color: #232323;
}
.cid-veLp0YVzmU .mbr-box {
  color: #ffffff;
}
.cid-veLp0YVzmU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veLp0YVzmU img,
.cid-veLp0YVzmU .item-img {
  width: 100%;
}
.cid-veLp0YVzmU .item-wrapper {
  position: relative;
}
.cid-veLp0YVzmU .content-head {
  max-width: 800px;
}
.cid-veEtqqbmkS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-veEtqqbmkS h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-veEtqqbmkS .nav-tabs .nav-item.open .nav-link:focus,
.cid-veEtqqbmkS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-veEtqqbmkS .nav-link.active {
  background: #232323;
}
.cid-veEtqqbmkS .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-veEtqqbmkS .nav-link:hover {
  background: #232323;
}
.cid-veEtqqbmkS .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-veEtqqbmkS .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-veEtqqbmkS .nav-link.display-4 {
  font-size: 15px;
}
.cid-veEtqqbmkS .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-veEtqqbmkS .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-veEtqqbmkS .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-veEtqqbmkS .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-veEtqqbmkS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-veEtqqbmkS .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-veEtqqbmkS .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-veEtqqbmkS .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-veEtqqbmkS .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-veEtqqbmkS .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-veEtqqbmkS .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-veEtqqbmkS .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-veEtqqbmkS .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-veEtqqbmkS .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-veEtqqbmkS .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-veEtqqbmkS .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-veEtqqbmkS .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-veEtqqbmkS .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-veEtqqbmkS .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtqqbmkS .mbr-text,
  .cid-veEtqqbmkS .nav-link,
  .cid-veEtqqbmkS .mbr-card-title,
  .cid-veEtqqbmkS .mbr-section-title {
    text-align: left;
  }
  .cid-veEtqqbmkS .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-veEtqqbmkS .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-veEtqqbmkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtqqbmkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtqqbmkS .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-veEtqqbmkS .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-veEtqqbmkS .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-veEtqr5TJg .google-map {
  height: 700px;
  position: relative;
}
.cid-veEtqr5TJg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veEtqr5TJg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-veEtqr5TJg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEtqr5TJg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEtqrgxjZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-veEtqrgxjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtqrgxjZ .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-veEtqrgxjZ .container-fluid {
    padding: 0;
  }
}
.cid-veEtqrgxjZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEtqrgxjZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEtqrgxjZ .embla__button--next,
.cid-veEtqrgxjZ .embla__button--prev {
  display: flex;
}
.cid-veEtqrgxjZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEtqrgxjZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEtqrgxjZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtqrgxjZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEtqrgxjZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEtqrgxjZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEtqrgxjZ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEtqrgxjZ .embla {
  position: relative;
  width: 100%;
}
.cid-veEtqrgxjZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEtqrgxjZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEtqrgxjZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEtqrgxjZ .embla__slide a {
  cursor: grab;
}
.cid-veEtqrgxjZ .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEtqrgxjZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEtqrgxjZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEtqrgxjZ .mbr-section-title {
  color: #232323;
}
.cid-veEtqrgxjZ .mbr-section-subtitle {
  color: #232323;
}
.cid-veEtqrgxjZ .mbr-box {
  color: #ffffff;
}
.cid-veEtqrgxjZ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEtqrgxjZ img,
.cid-veEtqrgxjZ .item-img {
  width: 100%;
}
.cid-veEtqrgxjZ .item-wrapper {
  position: relative;
}
.cid-veEtqrgxjZ .content-head {
  max-width: 800px;
}
.cid-veEtqrtTPb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEtqrtTPb .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-usb0NqdU3R {
  z-index: 1000;
  width: 100%;
}
.cid-usb0NqdU3R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usb0NqdU3R .dropdown-menu {
  padding: 0;
}
.cid-usb0NqdU3R .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-usb0NqdU3R .dropdown-item {
    text-align: left !important;
  }
}
.cid-usb0NqdU3R .dropdown-item:hover {
  background-position: right !important;
}
.cid-usb0NqdU3R .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-usb0NqdU3R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usb0NqdU3R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usb0NqdU3R .nav-link {
  position: relative;
}
.cid-usb0NqdU3R .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-usb0NqdU3R .dropdown-menu,
.cid-usb0NqdU3R .navbar.opened {
  background: #212428 !important;
}
.cid-usb0NqdU3R .nav-item:focus,
.cid-usb0NqdU3R .nav-link:focus {
  outline: none;
}
.cid-usb0NqdU3R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usb0NqdU3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usb0NqdU3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usb0NqdU3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usb0NqdU3R .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-usb0NqdU3R .navbar.opened {
  transition: all 0.3s;
}
.cid-usb0NqdU3R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usb0NqdU3R .navbar .navbar-logo img {
  width: auto;
}
.cid-usb0NqdU3R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-usb0NqdU3R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usb0NqdU3R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usb0NqdU3R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usb0NqdU3R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usb0NqdU3R .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-usb0NqdU3R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usb0NqdU3R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usb0NqdU3R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usb0NqdU3R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usb0NqdU3R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usb0NqdU3R .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .navbar {
    min-height: 80px;
  }
}
.cid-usb0NqdU3R .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-usb0NqdU3R .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-usb0NqdU3R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usb0NqdU3R .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .navbar-brand {
    min-height: 69px;
  }
}
.cid-usb0NqdU3R .dropdown-item.active,
.cid-usb0NqdU3R .dropdown-item:active {
  background-color: transparent;
}
.cid-usb0NqdU3R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usb0NqdU3R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usb0NqdU3R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usb0NqdU3R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-usb0NqdU3R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usb0NqdU3R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usb0NqdU3R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usb0NqdU3R button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-usb0NqdU3R button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-usb0NqdU3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usb0NqdU3R nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usb0NqdU3R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usb0NqdU3R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usb0NqdU3R nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usb0NqdU3R .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-usb0NqdU3R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usb0NqdU3R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usb0NqdU3R .navbar {
    height: 70px;
  }
  .cid-usb0NqdU3R .navbar.opened {
    height: auto;
  }
  .cid-usb0NqdU3R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usb0NqdU3R .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .navbar-short {
    min-height: 70px;
  }
}
.cid-usb0NqdU3R .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-usb0NqdU3R .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-usb0NqdU3R .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .container-fluid {
    padding: 0 3px;
  }
}
.cid-usb0NqdU3R .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-usb0NqdU3R .navbar-nav {
  display: flex !important;
}
.cid-usb0NqdU3R .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link:hover,
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link:focus,
.cid-usb0NqdU3R .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-usb0NqdU3R .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-usb0NqdU3R .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-usb0NqdU3R .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-usb0NqdU3R button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-usb0NqdU3R button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-usb0NqdU3R button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usb0NqdU3R .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-usb0NqdU3R .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usb0NqdU3R .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-usb0NqdU3R .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-usb0NqdU3R .offcanvas.show {
  transform: translateX(0);
}
.cid-usb0NqdU3R .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-usb0NqdU3R .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usb0NqdU3R .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-usb0NqdU3R .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-usb0NqdU3R .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usb0NqdU3R .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-usb0NqdU3R .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-usb0NqdU3R .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-usb0NqdU3R .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-usb0NqdU3R .modal-backdrop.show {
  opacity: 0.8;
}
.cid-usb0NqdU3R .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-usb0NqdU3R ::-webkit-scrollbar {
  width: 1em;
}
.cid-usb0NqdU3R ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-usb0NqdU3R ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-usb0NqdU3R .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-usb0NqdU3R .social-container {
    padding-top: 40px;
  }
}
.cid-usb0NqdU3R .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-usb0NqdU3R .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-usb0NqdU3R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-usb0NqdU3R .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-usb0NqdU3R .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-usb0NqdU3R .soc-item:hover {
  transform: translateY(-3px);
}
.cid-usb0NqdU3R .soc-item:hover:before {
  opacity: 1;
}
.cid-usb0NqdU3R .offcanvas_btn {
  margin-top: auto;
}
.cid-usb0NqdU3R .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-usb0NqdU3R .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-usNmmJARNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usNmmJARNJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uBRo5BPX9X {
  display: flex;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-uBRo5BPX9X .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uBRo5BPX9X {
    align-items: flex-end;
  }
  .cid-uBRo5BPX9X .row {
    justify-content: center;
  }
  .cid-uBRo5BPX9X .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRo5BPX9X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRo5BPX9X {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRo5BPX9X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRo5BPX9X .content-wrap {
    width: 100%;
  }
}
.cid-uBRo5BPX9X .mbr-section-title,
.cid-uBRo5BPX9X .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRo5BPX9X .mbr-text,
.cid-uBRo5BPX9X .mbr-section-btn {
  text-align: center;
}
.cid-uBRoc4nwmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uBRoc4nwmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRoc4nwmO .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-uBRoc4nwmO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRoc4nwmO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uBRoc4nwmO .google-map {
  height: 100%;
  position: relative;
}
.cid-uBRoc4nwmO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBRoc4nwmO .google-map iframe {
    min-height: 350px;
  }
}
.cid-uBRoc4nwmO .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-uBRoc4nwmO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBRoc4nwmO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBRoc4nwmO .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRoc4nwmO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRoc4nwmO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uBRoc4nwmO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uBRoc4nwmO .content-head {
  max-width: 800px;
}
.cid-uBRo7tGV9h {
  background-color: #102f62;
}
.cid-uBRo7tGV9h .mbr-section-title {
  margin: 0;
}
.cid-uBRo7tGV9h .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uBRo7tGV9h .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uBRo7tGV9h .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uBRo7tGV9h .team-item {
  transition: all 0.2s;
}
.cid-uBRo7tGV9h .team-item .item-image {
  position: relative !important;
}
.cid-uBRo7tGV9h .team-item .item-image img {
  width: 100%;
}
.cid-uBRo7tGV9h .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-uBRo7tGV9h .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uBRo7tGV9h .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uBRo7tGV9h .team-item .item-caption {
  background: #878787;
}
.cid-uBRo7tGV9h .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uBRo7tGV9h .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uBRo7tGV9h .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uBRo7tGV9h .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uBRo7tGV9h .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uBRo7tGV9h .team-item:hover {
    transform: none;
  }
  .cid-uBRo7tGV9h .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uBRo7tGV9h {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uBRo7tGV9h {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uBRo7tGV9h .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uBRo7tGV9h .container-fluid {
  max-width: 1300px;
}
.cid-uBRo6fwuNC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBRo6fwuNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRo6fwuNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRo6fwuNC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBRo6fwuNC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uBRo6fwuNC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRo6fwuNC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRo6fwuNC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRo6fwuNC .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uBRo6fwuNC .mbr-section-title {
  color: #ffffff;
}
.cid-uBRo6fwuNC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBRo6fwuNC .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uBRo6fwuNC .card-box .item-footer {
  margin-top: auto;
}
.cid-uBRo6fwuNC .content-head {
  max-width: 800px;
}
.cid-veLkqLKUqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLkqLKUqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLkqLKUqB .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-veLkqLKUqB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLkqLKUqB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLkqLKUqB .google-map {
  height: 100%;
  position: relative;
}
.cid-veLkqLKUqB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLkqLKUqB .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLkqLKUqB .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-veLkqLKUqB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLkqLKUqB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLkqLKUqB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLkqLKUqB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLkqLKUqB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLkqLKUqB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLkqLKUqB .content-head {
  max-width: 800px;
}
.cid-uBRo8YBXzO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBRo8YBXzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRo8YBXzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBRo8YBXzO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBRo8YBXzO .row {
  flex-direction: row-reverse;
}
.cid-uBRo8YBXzO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRo8YBXzO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRo8YBXzO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRo8YBXzO .mbr-section-title {
  color: #000000;
}
.cid-uBRo8YBXzO .mbr-text,
.cid-uBRo8YBXzO .mbr-section-btn {
  color: #000000;
}
.cid-veLkrmqTV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLkrmqTV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLkrmqTV3 .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-veLkrmqTV3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLkrmqTV3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLkrmqTV3 .google-map {
  height: 100%;
  position: relative;
}
.cid-veLkrmqTV3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLkrmqTV3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLkrmqTV3 .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-veLkrmqTV3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLkrmqTV3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLkrmqTV3 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLkrmqTV3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLkrmqTV3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLkrmqTV3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLkrmqTV3 .content-head {
  max-width: 800px;
}
.cid-uBRodZ2F3h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBRodZ2F3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRodZ2F3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRodZ2F3h .mbr-section-title {
  text-align: center;
}
.cid-uBRodZ2F3h .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtJpdiK0 {
  z-index: 1000;
  width: 100%;
}
.cid-veEtJpdiK0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtJpdiK0 .dropdown-menu {
  padding: 0;
}
.cid-veEtJpdiK0 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEtJpdiK0 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEtJpdiK0 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEtJpdiK0 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEtJpdiK0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEtJpdiK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEtJpdiK0 .nav-link {
  position: relative;
}
.cid-veEtJpdiK0 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEtJpdiK0 .dropdown-menu,
.cid-veEtJpdiK0 .navbar.opened {
  background: #212428 !important;
}
.cid-veEtJpdiK0 .nav-item:focus,
.cid-veEtJpdiK0 .nav-link:focus {
  outline: none;
}
.cid-veEtJpdiK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEtJpdiK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEtJpdiK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEtJpdiK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtJpdiK0 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEtJpdiK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-veEtJpdiK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEtJpdiK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-veEtJpdiK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEtJpdiK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEtJpdiK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEtJpdiK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEtJpdiK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEtJpdiK0 .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-veEtJpdiK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEtJpdiK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEtJpdiK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEtJpdiK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEtJpdiK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEtJpdiK0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEtJpdiK0 .navbar {
    min-height: 80px;
  }
}
.cid-veEtJpdiK0 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEtJpdiK0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEtJpdiK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEtJpdiK0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEtJpdiK0 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEtJpdiK0 .dropdown-item.active,
.cid-veEtJpdiK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-veEtJpdiK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEtJpdiK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEtJpdiK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEtJpdiK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEtJpdiK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEtJpdiK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEtJpdiK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEtJpdiK0 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtJpdiK0 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEtJpdiK0 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtJpdiK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtJpdiK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtJpdiK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtJpdiK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtJpdiK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtJpdiK0 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtJpdiK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtJpdiK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtJpdiK0 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtJpdiK0 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEtJpdiK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEtJpdiK0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEtJpdiK0 .navbar {
    height: 70px;
  }
  .cid-veEtJpdiK0 .navbar.opened {
    height: auto;
  }
  .cid-veEtJpdiK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEtJpdiK0 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEtJpdiK0 .navbar-short {
    min-height: 70px;
  }
}
.cid-veEtJpdiK0 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEtJpdiK0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEtJpdiK0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEtJpdiK0 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEtJpdiK0 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEtJpdiK0 .navbar-nav {
  display: flex !important;
}
.cid-veEtJpdiK0 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEtJpdiK0 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEtJpdiK0 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtJpdiK0 .navbar-nav .nav-item .nav-link:hover,
.cid-veEtJpdiK0 .navbar-nav .nav-item .nav-link:focus,
.cid-veEtJpdiK0 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtJpdiK0 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEtJpdiK0 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEtJpdiK0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEtJpdiK0 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtJpdiK0 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEtJpdiK0 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtJpdiK0 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtJpdiK0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtJpdiK0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtJpdiK0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtJpdiK0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtJpdiK0 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtJpdiK0 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEtJpdiK0 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtJpdiK0 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtJpdiK0 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEtJpdiK0 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtJpdiK0 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtJpdiK0 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEtJpdiK0 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEtJpdiK0 .offcanvas.show {
  transform: translateX(0);
}
.cid-veEtJpdiK0 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEtJpdiK0 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtJpdiK0 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEtJpdiK0 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEtJpdiK0 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEtJpdiK0 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEtJpdiK0 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEtJpdiK0 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEtJpdiK0 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEtJpdiK0 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEtJpdiK0 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEtJpdiK0 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEtJpdiK0 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEtJpdiK0 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEtJpdiK0 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEtJpdiK0 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEtJpdiK0 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEtJpdiK0 .social-container {
    padding-top: 40px;
  }
}
.cid-veEtJpdiK0 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEtJpdiK0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEtJpdiK0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEtJpdiK0 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEtJpdiK0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEtJpdiK0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEtJpdiK0 .soc-item:hover:before {
  opacity: 1;
}
.cid-veEtJpdiK0 .offcanvas_btn {
  margin-top: auto;
}
.cid-veEtJpdiK0 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEtJpdiK0 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEtJppfMl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEtJppfMl .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEtJpuHlE {
  display: flex;
  background-image: url("../../../assets/images/bg-final.webp");
}
.cid-veEtJpuHlE .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-veEtJpuHlE {
    align-items: flex-end;
  }
  .cid-veEtJpuHlE .row {
    justify-content: center;
  }
  .cid-veEtJpuHlE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEtJpuHlE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEtJpuHlE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEtJpuHlE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEtJpuHlE .content-wrap {
    width: 100%;
  }
}
.cid-veEtJpuHlE .mbr-section-title,
.cid-veEtJpuHlE .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtJpuHlE .mbr-text,
.cid-veEtJpuHlE .mbr-section-btn {
  text-align: center;
}
.cid-veEtJpBAZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veEtJpBAZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtJpBAZt .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-veEtJpBAZt .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtJpBAZt .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veEtJpBAZt .google-map {
  height: 100%;
  position: relative;
}
.cid-veEtJpBAZt .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veEtJpBAZt .google-map iframe {
    min-height: 350px;
  }
}
.cid-veEtJpBAZt .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-veEtJpBAZt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEtJpBAZt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEtJpBAZt .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtJpBAZt .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtJpBAZt .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veEtJpBAZt ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veEtJpBAZt .content-head {
  max-width: 800px;
}
.cid-veEtJpKsfm {
  background-color: #102f62;
}
.cid-veEtJpKsfm .mbr-section-title {
  margin: 0;
}
.cid-veEtJpKsfm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veEtJpKsfm .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veEtJpKsfm .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veEtJpKsfm .team-item {
  transition: all 0.2s;
}
.cid-veEtJpKsfm .team-item .item-image {
  position: relative !important;
}
.cid-veEtJpKsfm .team-item .item-image img {
  width: 100%;
}
.cid-veEtJpKsfm .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veEtJpKsfm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veEtJpKsfm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veEtJpKsfm .team-item .item-caption {
  background: #878787;
}
.cid-veEtJpKsfm .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veEtJpKsfm .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veEtJpKsfm .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veEtJpKsfm .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veEtJpKsfm .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veEtJpKsfm .team-item:hover {
    transform: none;
  }
  .cid-veEtJpKsfm .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veEtJpKsfm {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veEtJpKsfm {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veEtJpKsfm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veEtJpKsfm .container-fluid {
  max-width: 1300px;
}
.cid-veEtJpTatE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veEtJpTatE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtJpTatE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtJpTatE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEtJpTatE .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veEtJpTatE .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtJpTatE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtJpTatE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEtJpTatE .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veEtJpTatE .mbr-section-title {
  color: #ffffff;
}
.cid-veEtJpTatE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veEtJpTatE .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veEtJpTatE .card-box .item-footer {
  margin-top: auto;
}
.cid-veEtJpTatE .content-head {
  max-width: 800px;
}
.cid-veLlwHOuuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLlwHOuuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLlwHOuuR .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-veLlwHOuuR .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlwHOuuR .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLlwHOuuR .google-map {
  height: 100%;
  position: relative;
}
.cid-veLlwHOuuR .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLlwHOuuR .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLlwHOuuR .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-veLlwHOuuR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLlwHOuuR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLlwHOuuR .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLlwHOuuR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlwHOuuR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLlwHOuuR ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLlwHOuuR .content-head {
  max-width: 800px;
}
.cid-veEtJq5PU1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veEtJq5PU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtJq5PU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veEtJq5PU1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veEtJq5PU1 .row {
  flex-direction: row-reverse;
}
.cid-veEtJq5PU1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veEtJq5PU1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veEtJq5PU1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veEtJq5PU1 .mbr-section-title {
  color: #000000;
}
.cid-veEtJq5PU1 .mbr-text,
.cid-veEtJq5PU1 .mbr-section-btn {
  color: #000000;
}
.cid-veLlxgp3VK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLlxgp3VK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLlxgp3VK .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-veLlxgp3VK .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlxgp3VK .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLlxgp3VK .google-map {
  height: 100%;
  position: relative;
}
.cid-veLlxgp3VK .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLlxgp3VK .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLlxgp3VK .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-veLlxgp3VK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLlxgp3VK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLlxgp3VK .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLlxgp3VK .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlxgp3VK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLlxgp3VK ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLlxgp3VK .content-head {
  max-width: 800px;
}
.cid-veEtJqcjSZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veEtJqcjSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtJqcjSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtJqcjSZ .mbr-section-title {
  text-align: center;
}
.cid-veEtJqcjSZ .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtEnyltX {
  z-index: 1000;
  width: 100%;
}
.cid-veEtEnyltX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtEnyltX .dropdown-menu {
  padding: 0;
}
.cid-veEtEnyltX .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEtEnyltX .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEtEnyltX .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEtEnyltX .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEtEnyltX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEtEnyltX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEtEnyltX .nav-link {
  position: relative;
}
.cid-veEtEnyltX .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEtEnyltX .dropdown-menu,
.cid-veEtEnyltX .navbar.opened {
  background: #212428 !important;
}
.cid-veEtEnyltX .nav-item:focus,
.cid-veEtEnyltX .nav-link:focus {
  outline: none;
}
.cid-veEtEnyltX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEtEnyltX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEtEnyltX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEtEnyltX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtEnyltX .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEtEnyltX .navbar.opened {
  transition: all 0.3s;
}
.cid-veEtEnyltX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEtEnyltX .navbar .navbar-logo img {
  width: auto;
}
.cid-veEtEnyltX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEtEnyltX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEtEnyltX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEtEnyltX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEtEnyltX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEtEnyltX .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-veEtEnyltX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEtEnyltX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEtEnyltX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEtEnyltX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEtEnyltX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEtEnyltX .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEtEnyltX .navbar {
    min-height: 80px;
  }
}
.cid-veEtEnyltX .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEtEnyltX .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEtEnyltX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEtEnyltX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEtEnyltX .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEtEnyltX .dropdown-item.active,
.cid-veEtEnyltX .dropdown-item:active {
  background-color: transparent;
}
.cid-veEtEnyltX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEtEnyltX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEtEnyltX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEtEnyltX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEtEnyltX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEtEnyltX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEtEnyltX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEtEnyltX button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtEnyltX button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEtEnyltX button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtEnyltX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtEnyltX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtEnyltX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtEnyltX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtEnyltX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtEnyltX nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtEnyltX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtEnyltX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtEnyltX nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtEnyltX .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEtEnyltX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEtEnyltX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEtEnyltX .navbar {
    height: 70px;
  }
  .cid-veEtEnyltX .navbar.opened {
    height: auto;
  }
  .cid-veEtEnyltX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEtEnyltX .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEtEnyltX .navbar-short {
    min-height: 70px;
  }
}
.cid-veEtEnyltX .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEtEnyltX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEtEnyltX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEtEnyltX .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEtEnyltX .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEtEnyltX .navbar-nav {
  display: flex !important;
}
.cid-veEtEnyltX .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEtEnyltX .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEtEnyltX .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtEnyltX .navbar-nav .nav-item .nav-link:hover,
.cid-veEtEnyltX .navbar-nav .nav-item .nav-link:focus,
.cid-veEtEnyltX .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtEnyltX .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEtEnyltX .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEtEnyltX .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEtEnyltX button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtEnyltX button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEtEnyltX button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtEnyltX button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtEnyltX button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtEnyltX button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtEnyltX button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtEnyltX button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtEnyltX .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtEnyltX .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEtEnyltX .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtEnyltX .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtEnyltX .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEtEnyltX .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtEnyltX .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtEnyltX .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEtEnyltX .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEtEnyltX .offcanvas.show {
  transform: translateX(0);
}
.cid-veEtEnyltX .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEtEnyltX .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtEnyltX .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEtEnyltX .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEtEnyltX .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEtEnyltX .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEtEnyltX .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEtEnyltX .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEtEnyltX .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEtEnyltX .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEtEnyltX .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEtEnyltX .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEtEnyltX .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEtEnyltX ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEtEnyltX ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEtEnyltX ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEtEnyltX .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEtEnyltX .social-container {
    padding-top: 40px;
  }
}
.cid-veEtEnyltX .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEtEnyltX .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEtEnyltX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEtEnyltX .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEtEnyltX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEtEnyltX .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEtEnyltX .soc-item:hover:before {
  opacity: 1;
}
.cid-veEtEnyltX .offcanvas_btn {
  margin-top: auto;
}
.cid-veEtEnyltX .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEtEnyltX .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEtEnKDG6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEtEnKDG6 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEtEnP4ll {
  display: flex;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-veEtEnP4ll .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-veEtEnP4ll {
    align-items: flex-end;
  }
  .cid-veEtEnP4ll .row {
    justify-content: center;
  }
  .cid-veEtEnP4ll .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEtEnP4ll .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEtEnP4ll {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEtEnP4ll .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEtEnP4ll .content-wrap {
    width: 100%;
  }
}
.cid-veEtEnP4ll .mbr-section-title,
.cid-veEtEnP4ll .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtEnP4ll .mbr-text,
.cid-veEtEnP4ll .mbr-section-btn {
  text-align: center;
}
.cid-veEtEnWziz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veEtEnWziz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtEnWziz .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-veEtEnWziz .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtEnWziz .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veEtEnWziz .google-map {
  height: 100%;
  position: relative;
}
.cid-veEtEnWziz .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veEtEnWziz .google-map iframe {
    min-height: 350px;
  }
}
.cid-veEtEnWziz .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-veEtEnWziz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEtEnWziz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEtEnWziz .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtEnWziz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtEnWziz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veEtEnWziz ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veEtEnWziz .content-head {
  max-width: 800px;
}
.cid-veEtEo4dTo {
  background-color: #102f62;
}
.cid-veEtEo4dTo .mbr-section-title {
  margin: 0;
}
.cid-veEtEo4dTo .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veEtEo4dTo .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veEtEo4dTo .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veEtEo4dTo .team-item {
  transition: all 0.2s;
}
.cid-veEtEo4dTo .team-item .item-image {
  position: relative !important;
}
.cid-veEtEo4dTo .team-item .item-image img {
  width: 100%;
}
.cid-veEtEo4dTo .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veEtEo4dTo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veEtEo4dTo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veEtEo4dTo .team-item .item-caption {
  background: #878787;
}
.cid-veEtEo4dTo .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veEtEo4dTo .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veEtEo4dTo .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veEtEo4dTo .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veEtEo4dTo .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veEtEo4dTo .team-item:hover {
    transform: none;
  }
  .cid-veEtEo4dTo .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veEtEo4dTo {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veEtEo4dTo {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veEtEo4dTo .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veEtEo4dTo .container-fluid {
  max-width: 1300px;
}
.cid-veEtEobaDv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veEtEobaDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtEobaDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtEobaDv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEtEobaDv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veEtEobaDv .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtEobaDv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtEobaDv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEtEobaDv .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veEtEobaDv .mbr-section-title {
  color: #ffffff;
}
.cid-veEtEobaDv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veEtEobaDv .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veEtEobaDv .card-box .item-footer {
  margin-top: auto;
}
.cid-veEtEobaDv .content-head {
  max-width: 800px;
}
.cid-veLlg3n2AK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLlg3n2AK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLlg3n2AK .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-veLlg3n2AK .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlg3n2AK .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLlg3n2AK .google-map {
  height: 100%;
  position: relative;
}
.cid-veLlg3n2AK .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLlg3n2AK .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLlg3n2AK .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-veLlg3n2AK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLlg3n2AK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLlg3n2AK .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLlg3n2AK .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlg3n2AK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLlg3n2AK ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLlg3n2AK .content-head {
  max-width: 800px;
}
.cid-veEtEonpmR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veEtEonpmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtEonpmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veEtEonpmR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veEtEonpmR .row {
  flex-direction: row-reverse;
}
.cid-veEtEonpmR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veEtEonpmR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veEtEonpmR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veEtEonpmR .mbr-section-title {
  color: #000000;
}
.cid-veEtEonpmR .mbr-text,
.cid-veEtEonpmR .mbr-section-btn {
  color: #000000;
}
.cid-veLlgAblrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLlgAblrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLlgAblrf .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-veLlgAblrf .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlgAblrf .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLlgAblrf .google-map {
  height: 100%;
  position: relative;
}
.cid-veLlgAblrf .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLlgAblrf .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLlgAblrf .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-veLlgAblrf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLlgAblrf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLlgAblrf .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLlgAblrf .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlgAblrf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLlgAblrf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLlgAblrf .content-head {
  max-width: 800px;
}
.cid-veEtEov6qc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veEtEov6qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtEov6qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtEov6qc .mbr-section-title {
  text-align: center;
}
.cid-veEtEov6qc .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtEXOvsL {
  z-index: 1000;
  width: 100%;
}
.cid-veEtEXOvsL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtEXOvsL .dropdown-menu {
  padding: 0;
}
.cid-veEtEXOvsL .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEtEXOvsL .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEtEXOvsL .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEtEXOvsL .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEtEXOvsL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEtEXOvsL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEtEXOvsL .nav-link {
  position: relative;
}
.cid-veEtEXOvsL .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEtEXOvsL .dropdown-menu,
.cid-veEtEXOvsL .navbar.opened {
  background: #212428 !important;
}
.cid-veEtEXOvsL .nav-item:focus,
.cid-veEtEXOvsL .nav-link:focus {
  outline: none;
}
.cid-veEtEXOvsL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEtEXOvsL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEtEXOvsL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEtEXOvsL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtEXOvsL .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEtEXOvsL .navbar.opened {
  transition: all 0.3s;
}
.cid-veEtEXOvsL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEtEXOvsL .navbar .navbar-logo img {
  width: auto;
}
.cid-veEtEXOvsL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEtEXOvsL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEtEXOvsL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEtEXOvsL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEtEXOvsL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEtEXOvsL .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-veEtEXOvsL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEtEXOvsL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEtEXOvsL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEtEXOvsL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEtEXOvsL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEtEXOvsL .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEtEXOvsL .navbar {
    min-height: 80px;
  }
}
.cid-veEtEXOvsL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEtEXOvsL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEtEXOvsL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEtEXOvsL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEtEXOvsL .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEtEXOvsL .dropdown-item.active,
.cid-veEtEXOvsL .dropdown-item:active {
  background-color: transparent;
}
.cid-veEtEXOvsL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEtEXOvsL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEtEXOvsL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEtEXOvsL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEtEXOvsL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEtEXOvsL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEtEXOvsL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEtEXOvsL button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtEXOvsL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEtEXOvsL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtEXOvsL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtEXOvsL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtEXOvsL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtEXOvsL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtEXOvsL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtEXOvsL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtEXOvsL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtEXOvsL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtEXOvsL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtEXOvsL .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEtEXOvsL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEtEXOvsL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEtEXOvsL .navbar {
    height: 70px;
  }
  .cid-veEtEXOvsL .navbar.opened {
    height: auto;
  }
  .cid-veEtEXOvsL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEtEXOvsL .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEtEXOvsL .navbar-short {
    min-height: 70px;
  }
}
.cid-veEtEXOvsL .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEtEXOvsL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEtEXOvsL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEtEXOvsL .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEtEXOvsL .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEtEXOvsL .navbar-nav {
  display: flex !important;
}
.cid-veEtEXOvsL .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEtEXOvsL .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEtEXOvsL .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtEXOvsL .navbar-nav .nav-item .nav-link:hover,
.cid-veEtEXOvsL .navbar-nav .nav-item .nav-link:focus,
.cid-veEtEXOvsL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtEXOvsL .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEtEXOvsL .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEtEXOvsL .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEtEXOvsL button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtEXOvsL button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEtEXOvsL button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtEXOvsL button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtEXOvsL button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtEXOvsL button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtEXOvsL button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtEXOvsL button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtEXOvsL .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtEXOvsL .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEtEXOvsL .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtEXOvsL .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtEXOvsL .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEtEXOvsL .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtEXOvsL .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtEXOvsL .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEtEXOvsL .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEtEXOvsL .offcanvas.show {
  transform: translateX(0);
}
.cid-veEtEXOvsL .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEtEXOvsL .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtEXOvsL .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEtEXOvsL .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEtEXOvsL .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEtEXOvsL .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEtEXOvsL .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEtEXOvsL .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEtEXOvsL .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEtEXOvsL .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEtEXOvsL .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEtEXOvsL .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEtEXOvsL .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEtEXOvsL ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEtEXOvsL ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEtEXOvsL ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEtEXOvsL .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEtEXOvsL .social-container {
    padding-top: 40px;
  }
}
.cid-veEtEXOvsL .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEtEXOvsL .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEtEXOvsL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEtEXOvsL .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEtEXOvsL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEtEXOvsL .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEtEXOvsL .soc-item:hover:before {
  opacity: 1;
}
.cid-veEtEXOvsL .offcanvas_btn {
  margin-top: auto;
}
.cid-veEtEXOvsL .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEtEXOvsL .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEtEXZ2AJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEtEXZ2AJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEtEY5ebc {
  display: flex;
  background-image: url("../../../assets/images/bg-2.webp");
}
.cid-veEtEY5ebc .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-veEtEY5ebc {
    align-items: flex-end;
  }
  .cid-veEtEY5ebc .row {
    justify-content: center;
  }
  .cid-veEtEY5ebc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEtEY5ebc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEtEY5ebc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEtEY5ebc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEtEY5ebc .content-wrap {
    width: 100%;
  }
}
.cid-veEtEY5ebc .mbr-section-title,
.cid-veEtEY5ebc .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtEY5ebc .mbr-text,
.cid-veEtEY5ebc .mbr-section-btn {
  text-align: center;
}
.cid-veEtEYbfOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veEtEYbfOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtEYbfOF .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-veEtEYbfOF .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtEYbfOF .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veEtEYbfOF .google-map {
  height: 100%;
  position: relative;
}
.cid-veEtEYbfOF .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veEtEYbfOF .google-map iframe {
    min-height: 350px;
  }
}
.cid-veEtEYbfOF .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-veEtEYbfOF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEtEYbfOF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEtEYbfOF .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtEYbfOF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtEYbfOF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veEtEYbfOF ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veEtEYbfOF .content-head {
  max-width: 800px;
}
.cid-veEtEYj2TD {
  background-color: #102f62;
}
.cid-veEtEYj2TD .mbr-section-title {
  margin: 0;
}
.cid-veEtEYj2TD .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veEtEYj2TD .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veEtEYj2TD .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veEtEYj2TD .team-item {
  transition: all 0.2s;
}
.cid-veEtEYj2TD .team-item .item-image {
  position: relative !important;
}
.cid-veEtEYj2TD .team-item .item-image img {
  width: 100%;
}
.cid-veEtEYj2TD .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veEtEYj2TD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veEtEYj2TD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veEtEYj2TD .team-item .item-caption {
  background: #878787;
}
.cid-veEtEYj2TD .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veEtEYj2TD .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veEtEYj2TD .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veEtEYj2TD .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veEtEYj2TD .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veEtEYj2TD .team-item:hover {
    transform: none;
  }
  .cid-veEtEYj2TD .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veEtEYj2TD {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veEtEYj2TD {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veEtEYj2TD .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veEtEYj2TD .container-fluid {
  max-width: 1300px;
}
.cid-veEtEYqPwY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veEtEYqPwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtEYqPwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtEYqPwY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEtEYqPwY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veEtEYqPwY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtEYqPwY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtEYqPwY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEtEYqPwY .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veEtEYqPwY .mbr-section-title {
  color: #ffffff;
}
.cid-veEtEYqPwY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veEtEYqPwY .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veEtEYqPwY .card-box .item-footer {
  margin-top: auto;
}
.cid-veEtEYqPwY .content-head {
  max-width: 800px;
}
.cid-veLlRHmlDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLlRHmlDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLlRHmlDP .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-veLlRHmlDP .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlRHmlDP .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLlRHmlDP .google-map {
  height: 100%;
  position: relative;
}
.cid-veLlRHmlDP .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLlRHmlDP .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLlRHmlDP .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-veLlRHmlDP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLlRHmlDP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLlRHmlDP .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLlRHmlDP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlRHmlDP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLlRHmlDP ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLlRHmlDP .content-head {
  max-width: 800px;
}
.cid-veEtEYBTGg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veEtEYBTGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtEYBTGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veEtEYBTGg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veEtEYBTGg .row {
  flex-direction: row-reverse;
}
.cid-veEtEYBTGg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veEtEYBTGg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veEtEYBTGg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veEtEYBTGg .mbr-section-title {
  color: #000000;
}
.cid-veEtEYBTGg .mbr-text,
.cid-veEtEYBTGg .mbr-section-btn {
  color: #000000;
}
.cid-veLlS6oLiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLlS6oLiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLlS6oLiw .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-veLlS6oLiw .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlS6oLiw .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLlS6oLiw .google-map {
  height: 100%;
  position: relative;
}
.cid-veLlS6oLiw .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLlS6oLiw .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLlS6oLiw .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-veLlS6oLiw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLlS6oLiw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLlS6oLiw .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLlS6oLiw .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLlS6oLiw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLlS6oLiw ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLlS6oLiw .content-head {
  max-width: 800px;
}
.cid-veEtEYJCLe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veEtEYJCLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtEYJCLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtEYJCLe .mbr-section-title {
  text-align: center;
}
.cid-veEtEYJCLe .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtFnhoR4 {
  z-index: 1000;
  width: 100%;
}
.cid-veEtFnhoR4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtFnhoR4 .dropdown-menu {
  padding: 0;
}
.cid-veEtFnhoR4 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEtFnhoR4 .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEtFnhoR4 .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEtFnhoR4 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEtFnhoR4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEtFnhoR4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEtFnhoR4 .nav-link {
  position: relative;
}
.cid-veEtFnhoR4 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEtFnhoR4 .dropdown-menu,
.cid-veEtFnhoR4 .navbar.opened {
  background: #212428 !important;
}
.cid-veEtFnhoR4 .nav-item:focus,
.cid-veEtFnhoR4 .nav-link:focus {
  outline: none;
}
.cid-veEtFnhoR4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEtFnhoR4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEtFnhoR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEtFnhoR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtFnhoR4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEtFnhoR4 .navbar.opened {
  transition: all 0.3s;
}
.cid-veEtFnhoR4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEtFnhoR4 .navbar .navbar-logo img {
  width: auto;
}
.cid-veEtFnhoR4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEtFnhoR4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEtFnhoR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEtFnhoR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEtFnhoR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEtFnhoR4 .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-veEtFnhoR4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEtFnhoR4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEtFnhoR4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEtFnhoR4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEtFnhoR4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEtFnhoR4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEtFnhoR4 .navbar {
    min-height: 80px;
  }
}
.cid-veEtFnhoR4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEtFnhoR4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEtFnhoR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEtFnhoR4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEtFnhoR4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEtFnhoR4 .dropdown-item.active,
.cid-veEtFnhoR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-veEtFnhoR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEtFnhoR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEtFnhoR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEtFnhoR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEtFnhoR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEtFnhoR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEtFnhoR4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEtFnhoR4 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtFnhoR4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEtFnhoR4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtFnhoR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtFnhoR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtFnhoR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtFnhoR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtFnhoR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtFnhoR4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtFnhoR4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtFnhoR4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtFnhoR4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtFnhoR4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEtFnhoR4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEtFnhoR4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEtFnhoR4 .navbar {
    height: 70px;
  }
  .cid-veEtFnhoR4 .navbar.opened {
    height: auto;
  }
  .cid-veEtFnhoR4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEtFnhoR4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEtFnhoR4 .navbar-short {
    min-height: 70px;
  }
}
.cid-veEtFnhoR4 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEtFnhoR4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEtFnhoR4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEtFnhoR4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEtFnhoR4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEtFnhoR4 .navbar-nav {
  display: flex !important;
}
.cid-veEtFnhoR4 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEtFnhoR4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEtFnhoR4 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtFnhoR4 .navbar-nav .nav-item .nav-link:hover,
.cid-veEtFnhoR4 .navbar-nav .nav-item .nav-link:focus,
.cid-veEtFnhoR4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtFnhoR4 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEtFnhoR4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEtFnhoR4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEtFnhoR4 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtFnhoR4 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEtFnhoR4 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtFnhoR4 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtFnhoR4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtFnhoR4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtFnhoR4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtFnhoR4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtFnhoR4 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtFnhoR4 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEtFnhoR4 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtFnhoR4 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtFnhoR4 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEtFnhoR4 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtFnhoR4 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtFnhoR4 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEtFnhoR4 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEtFnhoR4 .offcanvas.show {
  transform: translateX(0);
}
.cid-veEtFnhoR4 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEtFnhoR4 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtFnhoR4 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEtFnhoR4 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEtFnhoR4 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEtFnhoR4 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEtFnhoR4 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEtFnhoR4 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEtFnhoR4 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEtFnhoR4 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEtFnhoR4 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEtFnhoR4 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEtFnhoR4 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEtFnhoR4 ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEtFnhoR4 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEtFnhoR4 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEtFnhoR4 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEtFnhoR4 .social-container {
    padding-top: 40px;
  }
}
.cid-veEtFnhoR4 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEtFnhoR4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEtFnhoR4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEtFnhoR4 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEtFnhoR4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEtFnhoR4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEtFnhoR4 .soc-item:hover:before {
  opacity: 1;
}
.cid-veEtFnhoR4 .offcanvas_btn {
  margin-top: auto;
}
.cid-veEtFnhoR4 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEtFnhoR4 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEtFns80h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEtFns80h .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEtFnyV5V {
  display: flex;
  background-image: url("../../../assets/images/new.webp");
}
.cid-veEtFnyV5V .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-veEtFnyV5V {
    align-items: flex-end;
  }
  .cid-veEtFnyV5V .row {
    justify-content: center;
  }
  .cid-veEtFnyV5V .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEtFnyV5V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEtFnyV5V {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEtFnyV5V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEtFnyV5V .content-wrap {
    width: 100%;
  }
}
.cid-veEtFnyV5V .mbr-section-title,
.cid-veEtFnyV5V .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtFnyV5V .mbr-text,
.cid-veEtFnyV5V .mbr-section-btn {
  text-align: center;
}
.cid-veEtFnERV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veEtFnERV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtFnERV7 .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-veEtFnERV7 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtFnERV7 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veEtFnERV7 .google-map {
  height: 100%;
  position: relative;
}
.cid-veEtFnERV7 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veEtFnERV7 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veEtFnERV7 .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-veEtFnERV7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEtFnERV7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEtFnERV7 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtFnERV7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtFnERV7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veEtFnERV7 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veEtFnERV7 .content-head {
  max-width: 800px;
}
.cid-veEtFnM6gV {
  background-color: #102f62;
}
.cid-veEtFnM6gV .mbr-section-title {
  margin: 0;
}
.cid-veEtFnM6gV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veEtFnM6gV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veEtFnM6gV .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veEtFnM6gV .team-item {
  transition: all 0.2s;
}
.cid-veEtFnM6gV .team-item .item-image {
  position: relative !important;
}
.cid-veEtFnM6gV .team-item .item-image img {
  width: 100%;
}
.cid-veEtFnM6gV .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veEtFnM6gV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veEtFnM6gV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veEtFnM6gV .team-item .item-caption {
  background: #878787;
}
.cid-veEtFnM6gV .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veEtFnM6gV .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veEtFnM6gV .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veEtFnM6gV .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veEtFnM6gV .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veEtFnM6gV .team-item:hover {
    transform: none;
  }
  .cid-veEtFnM6gV .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veEtFnM6gV {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veEtFnM6gV {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veEtFnM6gV .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veEtFnM6gV .container-fluid {
  max-width: 1300px;
}
.cid-veEtFnUPUg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veEtFnUPUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtFnUPUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtFnUPUg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEtFnUPUg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veEtFnUPUg .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtFnUPUg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtFnUPUg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEtFnUPUg .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veEtFnUPUg .mbr-section-title {
  color: #ffffff;
}
.cid-veEtFnUPUg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veEtFnUPUg .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veEtFnUPUg .card-box .item-footer {
  margin-top: auto;
}
.cid-veEtFnUPUg .content-head {
  max-width: 800px;
}
.cid-veLmbQpIgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLmbQpIgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLmbQpIgr .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-veLmbQpIgr .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmbQpIgr .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLmbQpIgr .google-map {
  height: 100%;
  position: relative;
}
.cid-veLmbQpIgr .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLmbQpIgr .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLmbQpIgr .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-veLmbQpIgr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLmbQpIgr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLmbQpIgr .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLmbQpIgr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmbQpIgr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLmbQpIgr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLmbQpIgr .content-head {
  max-width: 800px;
}
.cid-veEtFo4kZr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veEtFo4kZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtFo4kZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veEtFo4kZr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veEtFo4kZr .row {
  flex-direction: row-reverse;
}
.cid-veEtFo4kZr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veEtFo4kZr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veEtFo4kZr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veEtFo4kZr .mbr-section-title {
  color: #000000;
}
.cid-veEtFo4kZr .mbr-text,
.cid-veEtFo4kZr .mbr-section-btn {
  color: #000000;
}
.cid-veLmcmFrKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLmcmFrKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLmcmFrKU .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-veLmcmFrKU .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmcmFrKU .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLmcmFrKU .google-map {
  height: 100%;
  position: relative;
}
.cid-veLmcmFrKU .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLmcmFrKU .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLmcmFrKU .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-veLmcmFrKU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLmcmFrKU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLmcmFrKU .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLmcmFrKU .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmcmFrKU .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLmcmFrKU ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLmcmFrKU .content-head {
  max-width: 800px;
}
.cid-veEtFobD3z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veEtFobD3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtFobD3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtFobD3z .mbr-section-title {
  text-align: center;
}
.cid-veEtFobD3z .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtFYPzOl {
  z-index: 1000;
  width: 100%;
}
.cid-veEtFYPzOl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtFYPzOl .dropdown-menu {
  padding: 0;
}
.cid-veEtFYPzOl .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEtFYPzOl .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEtFYPzOl .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEtFYPzOl .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEtFYPzOl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEtFYPzOl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEtFYPzOl .nav-link {
  position: relative;
}
.cid-veEtFYPzOl .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEtFYPzOl .dropdown-menu,
.cid-veEtFYPzOl .navbar.opened {
  background: #212428 !important;
}
.cid-veEtFYPzOl .nav-item:focus,
.cid-veEtFYPzOl .nav-link:focus {
  outline: none;
}
.cid-veEtFYPzOl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEtFYPzOl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEtFYPzOl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEtFYPzOl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtFYPzOl .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEtFYPzOl .navbar.opened {
  transition: all 0.3s;
}
.cid-veEtFYPzOl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEtFYPzOl .navbar .navbar-logo img {
  width: auto;
}
.cid-veEtFYPzOl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEtFYPzOl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEtFYPzOl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEtFYPzOl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEtFYPzOl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEtFYPzOl .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-veEtFYPzOl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEtFYPzOl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEtFYPzOl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEtFYPzOl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEtFYPzOl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEtFYPzOl .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEtFYPzOl .navbar {
    min-height: 80px;
  }
}
.cid-veEtFYPzOl .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEtFYPzOl .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEtFYPzOl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEtFYPzOl .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEtFYPzOl .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEtFYPzOl .dropdown-item.active,
.cid-veEtFYPzOl .dropdown-item:active {
  background-color: transparent;
}
.cid-veEtFYPzOl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEtFYPzOl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEtFYPzOl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEtFYPzOl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEtFYPzOl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEtFYPzOl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEtFYPzOl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEtFYPzOl button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtFYPzOl button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEtFYPzOl button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtFYPzOl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtFYPzOl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtFYPzOl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtFYPzOl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtFYPzOl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtFYPzOl nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtFYPzOl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtFYPzOl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtFYPzOl nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtFYPzOl .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEtFYPzOl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEtFYPzOl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEtFYPzOl .navbar {
    height: 70px;
  }
  .cid-veEtFYPzOl .navbar.opened {
    height: auto;
  }
  .cid-veEtFYPzOl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEtFYPzOl .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEtFYPzOl .navbar-short {
    min-height: 70px;
  }
}
.cid-veEtFYPzOl .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEtFYPzOl .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEtFYPzOl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEtFYPzOl .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEtFYPzOl .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEtFYPzOl .navbar-nav {
  display: flex !important;
}
.cid-veEtFYPzOl .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEtFYPzOl .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEtFYPzOl .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtFYPzOl .navbar-nav .nav-item .nav-link:hover,
.cid-veEtFYPzOl .navbar-nav .nav-item .nav-link:focus,
.cid-veEtFYPzOl .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtFYPzOl .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEtFYPzOl .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEtFYPzOl .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEtFYPzOl button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtFYPzOl button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEtFYPzOl button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtFYPzOl button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtFYPzOl button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtFYPzOl button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtFYPzOl button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtFYPzOl button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtFYPzOl .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtFYPzOl .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEtFYPzOl .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtFYPzOl .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtFYPzOl .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEtFYPzOl .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtFYPzOl .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtFYPzOl .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEtFYPzOl .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEtFYPzOl .offcanvas.show {
  transform: translateX(0);
}
.cid-veEtFYPzOl .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEtFYPzOl .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtFYPzOl .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEtFYPzOl .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEtFYPzOl .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEtFYPzOl .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEtFYPzOl .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEtFYPzOl .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEtFYPzOl .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEtFYPzOl .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEtFYPzOl .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEtFYPzOl .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEtFYPzOl .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEtFYPzOl ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEtFYPzOl ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEtFYPzOl ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEtFYPzOl .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEtFYPzOl .social-container {
    padding-top: 40px;
  }
}
.cid-veEtFYPzOl .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEtFYPzOl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEtFYPzOl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEtFYPzOl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEtFYPzOl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEtFYPzOl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEtFYPzOl .soc-item:hover:before {
  opacity: 1;
}
.cid-veEtFYPzOl .offcanvas_btn {
  margin-top: auto;
}
.cid-veEtFYPzOl .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEtFYPzOl .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEtFZ18Xp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEtFZ18Xp .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEtFZ6F64 {
  display: flex;
  background-image: url("../../../assets/images/bg-3.webp");
}
.cid-veEtFZ6F64 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-veEtFZ6F64 {
    align-items: flex-end;
  }
  .cid-veEtFZ6F64 .row {
    justify-content: center;
  }
  .cid-veEtFZ6F64 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEtFZ6F64 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEtFZ6F64 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEtFZ6F64 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEtFZ6F64 .content-wrap {
    width: 100%;
  }
}
.cid-veEtFZ6F64 .mbr-section-title,
.cid-veEtFZ6F64 .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtFZ6F64 .mbr-text,
.cid-veEtFZ6F64 .mbr-section-btn {
  text-align: center;
}
.cid-veEtFZcdqf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veEtFZcdqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtFZcdqf .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-veEtFZcdqf .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtFZcdqf .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veEtFZcdqf .google-map {
  height: 100%;
  position: relative;
}
.cid-veEtFZcdqf .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veEtFZcdqf .google-map iframe {
    min-height: 350px;
  }
}
.cid-veEtFZcdqf .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-veEtFZcdqf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEtFZcdqf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEtFZcdqf .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtFZcdqf .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtFZcdqf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veEtFZcdqf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veEtFZcdqf .content-head {
  max-width: 800px;
}
.cid-veEtFZk9ix {
  background-color: #102f62;
}
.cid-veEtFZk9ix .mbr-section-title {
  margin: 0;
}
.cid-veEtFZk9ix .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veEtFZk9ix .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veEtFZk9ix .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veEtFZk9ix .team-item {
  transition: all 0.2s;
}
.cid-veEtFZk9ix .team-item .item-image {
  position: relative !important;
}
.cid-veEtFZk9ix .team-item .item-image img {
  width: 100%;
}
.cid-veEtFZk9ix .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veEtFZk9ix .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veEtFZk9ix .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veEtFZk9ix .team-item .item-caption {
  background: #878787;
}
.cid-veEtFZk9ix .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veEtFZk9ix .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veEtFZk9ix .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veEtFZk9ix .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veEtFZk9ix .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veEtFZk9ix .team-item:hover {
    transform: none;
  }
  .cid-veEtFZk9ix .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veEtFZk9ix {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veEtFZk9ix {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veEtFZk9ix .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veEtFZk9ix .container-fluid {
  max-width: 1300px;
}
.cid-veEtFZsRof {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veEtFZsRof .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtFZsRof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtFZsRof .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEtFZsRof .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veEtFZsRof .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtFZsRof .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtFZsRof .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEtFZsRof .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veEtFZsRof .mbr-section-title {
  color: #ffffff;
}
.cid-veEtFZsRof .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veEtFZsRof .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veEtFZsRof .card-box .item-footer {
  margin-top: auto;
}
.cid-veEtFZsRof .content-head {
  max-width: 800px;
}
.cid-veLmlleKNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLmlleKNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLmlleKNl .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-veLmlleKNl .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmlleKNl .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLmlleKNl .google-map {
  height: 100%;
  position: relative;
}
.cid-veLmlleKNl .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLmlleKNl .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLmlleKNl .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-veLmlleKNl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLmlleKNl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLmlleKNl .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLmlleKNl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmlleKNl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLmlleKNl ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLmlleKNl .content-head {
  max-width: 800px;
}
.cid-veEtFZC9bj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veEtFZC9bj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtFZC9bj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veEtFZC9bj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veEtFZC9bj .row {
  flex-direction: row-reverse;
}
.cid-veEtFZC9bj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veEtFZC9bj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veEtFZC9bj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veEtFZC9bj .mbr-section-title {
  color: #000000;
}
.cid-veEtFZC9bj .mbr-text,
.cid-veEtFZC9bj .mbr-section-btn {
  color: #000000;
}
.cid-veLmlL0jtt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLmlL0jtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLmlL0jtt .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-veLmlL0jtt .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmlL0jtt .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLmlL0jtt .google-map {
  height: 100%;
  position: relative;
}
.cid-veLmlL0jtt .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLmlL0jtt .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLmlL0jtt .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-veLmlL0jtt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLmlL0jtt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLmlL0jtt .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLmlL0jtt .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmlL0jtt .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLmlL0jtt ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLmlL0jtt .content-head {
  max-width: 800px;
}
.cid-veEtFZJqdm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veEtFZJqdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtFZJqdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtFZJqdm .mbr-section-title {
  text-align: center;
}
.cid-veEtFZJqdm .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtGpmmOa {
  z-index: 1000;
  width: 100%;
}
.cid-veEtGpmmOa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtGpmmOa .dropdown-menu {
  padding: 0;
}
.cid-veEtGpmmOa .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-veEtGpmmOa .dropdown-item {
    text-align: left !important;
  }
}
.cid-veEtGpmmOa .dropdown-item:hover {
  background-position: right !important;
}
.cid-veEtGpmmOa .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-veEtGpmmOa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veEtGpmmOa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veEtGpmmOa .nav-link {
  position: relative;
}
.cid-veEtGpmmOa .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-veEtGpmmOa .dropdown-menu,
.cid-veEtGpmmOa .navbar.opened {
  background: #212428 !important;
}
.cid-veEtGpmmOa .nav-item:focus,
.cid-veEtGpmmOa .nav-link:focus {
  outline: none;
}
.cid-veEtGpmmOa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veEtGpmmOa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veEtGpmmOa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veEtGpmmOa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veEtGpmmOa .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-veEtGpmmOa .navbar.opened {
  transition: all 0.3s;
}
.cid-veEtGpmmOa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veEtGpmmOa .navbar .navbar-logo img {
  width: auto;
}
.cid-veEtGpmmOa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veEtGpmmOa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veEtGpmmOa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veEtGpmmOa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veEtGpmmOa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veEtGpmmOa .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-veEtGpmmOa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veEtGpmmOa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veEtGpmmOa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veEtGpmmOa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veEtGpmmOa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veEtGpmmOa .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-veEtGpmmOa .navbar {
    min-height: 80px;
  }
}
.cid-veEtGpmmOa .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-veEtGpmmOa .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-veEtGpmmOa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veEtGpmmOa .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-veEtGpmmOa .navbar-brand {
    min-height: 69px;
  }
}
.cid-veEtGpmmOa .dropdown-item.active,
.cid-veEtGpmmOa .dropdown-item:active {
  background-color: transparent;
}
.cid-veEtGpmmOa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veEtGpmmOa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veEtGpmmOa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veEtGpmmOa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-veEtGpmmOa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veEtGpmmOa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veEtGpmmOa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veEtGpmmOa button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtGpmmOa button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-veEtGpmmOa button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtGpmmOa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtGpmmOa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtGpmmOa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtGpmmOa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtGpmmOa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtGpmmOa nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtGpmmOa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtGpmmOa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtGpmmOa nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veEtGpmmOa .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-veEtGpmmOa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veEtGpmmOa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veEtGpmmOa .navbar {
    height: 70px;
  }
  .cid-veEtGpmmOa .navbar.opened {
    height: auto;
  }
  .cid-veEtGpmmOa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veEtGpmmOa .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-veEtGpmmOa .navbar-short {
    min-height: 70px;
  }
}
.cid-veEtGpmmOa .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-veEtGpmmOa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-veEtGpmmOa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-veEtGpmmOa .container-fluid {
    padding: 0 3px;
  }
}
.cid-veEtGpmmOa .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veEtGpmmOa .navbar-nav {
  display: flex !important;
}
.cid-veEtGpmmOa .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-veEtGpmmOa .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-veEtGpmmOa .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtGpmmOa .navbar-nav .nav-item .nav-link:hover,
.cid-veEtGpmmOa .navbar-nav .nav-item .nav-link:focus,
.cid-veEtGpmmOa .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-veEtGpmmOa .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-veEtGpmmOa .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-veEtGpmmOa .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-veEtGpmmOa button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtGpmmOa button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-veEtGpmmOa button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtGpmmOa button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtGpmmOa button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-veEtGpmmOa button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtGpmmOa button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-veEtGpmmOa button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veEtGpmmOa .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-veEtGpmmOa .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-veEtGpmmOa .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-veEtGpmmOa .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-veEtGpmmOa .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-veEtGpmmOa .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veEtGpmmOa .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veEtGpmmOa .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-veEtGpmmOa .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-veEtGpmmOa .offcanvas.show {
  transform: translateX(0);
}
.cid-veEtGpmmOa .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-veEtGpmmOa .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEtGpmmOa .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-veEtGpmmOa .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-veEtGpmmOa .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-veEtGpmmOa .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEtGpmmOa .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-veEtGpmmOa .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-veEtGpmmOa .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-veEtGpmmOa .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-veEtGpmmOa .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-veEtGpmmOa .modal-backdrop.show {
  opacity: 0.8;
}
.cid-veEtGpmmOa .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-veEtGpmmOa ::-webkit-scrollbar {
  width: 1em;
}
.cid-veEtGpmmOa ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-veEtGpmmOa ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-veEtGpmmOa .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-veEtGpmmOa .social-container {
    padding-top: 40px;
  }
}
.cid-veEtGpmmOa .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-veEtGpmmOa .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-veEtGpmmOa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-veEtGpmmOa .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-veEtGpmmOa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-veEtGpmmOa .soc-item:hover {
  transform: translateY(-3px);
}
.cid-veEtGpmmOa .soc-item:hover:before {
  opacity: 1;
}
.cid-veEtGpmmOa .offcanvas_btn {
  margin-top: auto;
}
.cid-veEtGpmmOa .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-veEtGpmmOa .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-veEtGpxvch {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veEtGpxvch .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-veEtGpCk2f {
  display: flex;
  background-image: url("../../../assets/images/bg-4.webp");
}
.cid-veEtGpCk2f .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-veEtGpCk2f {
    align-items: flex-end;
  }
  .cid-veEtGpCk2f .row {
    justify-content: center;
  }
  .cid-veEtGpCk2f .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEtGpCk2f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEtGpCk2f {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEtGpCk2f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEtGpCk2f .content-wrap {
    width: 100%;
  }
}
.cid-veEtGpCk2f .mbr-section-title,
.cid-veEtGpCk2f .mbr-section-subtitle {
  text-align: center;
}
.cid-veEtGpCk2f .mbr-text,
.cid-veEtGpCk2f .mbr-section-btn {
  text-align: center;
}
.cid-veEtGpJ2s0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veEtGpJ2s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtGpJ2s0 .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-veEtGpJ2s0 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtGpJ2s0 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veEtGpJ2s0 .google-map {
  height: 100%;
  position: relative;
}
.cid-veEtGpJ2s0 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veEtGpJ2s0 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veEtGpJ2s0 .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-veEtGpJ2s0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEtGpJ2s0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veEtGpJ2s0 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtGpJ2s0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtGpJ2s0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veEtGpJ2s0 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veEtGpJ2s0 .content-head {
  max-width: 800px;
}
.cid-veEtGpRRtn {
  background-color: #102f62;
}
.cid-veEtGpRRtn .mbr-section-title {
  margin: 0;
}
.cid-veEtGpRRtn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veEtGpRRtn .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veEtGpRRtn .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-veEtGpRRtn .team-item {
  transition: all 0.2s;
}
.cid-veEtGpRRtn .team-item .item-image {
  position: relative !important;
}
.cid-veEtGpRRtn .team-item .item-image img {
  width: 100%;
}
.cid-veEtGpRRtn .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-veEtGpRRtn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-veEtGpRRtn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-veEtGpRRtn .team-item .item-caption {
  background: #878787;
}
.cid-veEtGpRRtn .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-veEtGpRRtn .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-veEtGpRRtn .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-veEtGpRRtn .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-veEtGpRRtn .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-veEtGpRRtn .team-item:hover {
    transform: none;
  }
  .cid-veEtGpRRtn .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-veEtGpRRtn {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-veEtGpRRtn {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-veEtGpRRtn .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-veEtGpRRtn .container-fluid {
  max-width: 1300px;
}
.cid-veEtGpZZ0R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-veEtGpZZ0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtGpZZ0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtGpZZ0R .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEtGpZZ0R .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veEtGpZZ0R .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtGpZZ0R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtGpZZ0R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEtGpZZ0R .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veEtGpZZ0R .mbr-section-title {
  color: #ffffff;
}
.cid-veEtGpZZ0R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veEtGpZZ0R .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veEtGpZZ0R .card-box .item-footer {
  margin-top: auto;
}
.cid-veEtGpZZ0R .content-head {
  max-width: 800px;
}
.cid-veLmGJiorc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLmGJiorc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLmGJiorc .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-veLmGJiorc .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmGJiorc .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLmGJiorc .google-map {
  height: 100%;
  position: relative;
}
.cid-veLmGJiorc .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLmGJiorc .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLmGJiorc .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-veLmGJiorc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLmGJiorc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLmGJiorc .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLmGJiorc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmGJiorc .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLmGJiorc ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLmGJiorc .content-head {
  max-width: 800px;
}
.cid-veEtGqabhz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veEtGqabhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtGqabhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veEtGqabhz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veEtGqabhz .row {
  flex-direction: row-reverse;
}
.cid-veEtGqabhz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veEtGqabhz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veEtGqabhz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veEtGqabhz .mbr-section-title {
  color: #000000;
}
.cid-veEtGqabhz .mbr-text,
.cid-veEtGqabhz .mbr-section-btn {
  color: #000000;
}
.cid-veLmHcLcXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-veLmHcLcXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLmHcLcXu .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-veLmHcLcXu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmHcLcXu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veLmHcLcXu .google-map {
  height: 100%;
  position: relative;
}
.cid-veLmHcLcXu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veLmHcLcXu .google-map iframe {
    min-height: 350px;
  }
}
.cid-veLmHcLcXu .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-veLmHcLcXu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veLmHcLcXu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veLmHcLcXu .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veLmHcLcXu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veLmHcLcXu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veLmHcLcXu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veLmHcLcXu .content-head {
  max-width: 800px;
}
.cid-veEtGqioMn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veEtGqioMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtGqioMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtGqioMn .mbr-section-title {
  text-align: center;
}
.cid-veEtGqioMn .mbr-section-subtitle {
  text-align: center;
}
