.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-usHnSQKb97 {
  display: flex;
  background-image: url("../../../assets/images/lockville-hydroelectric-plant-deep-river-3.5-miles-upstream-from-haw-river-moncure-chatham-county-north-carolina.webp");
}
.cid-usHnSQKb97 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-usHnSQKb97 {
    align-items: center;
  }
  .cid-usHnSQKb97 .row {
    justify-content: center;
  }
  .cid-usHnSQKb97 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usHnSQKb97 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usHnSQKb97 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usHnSQKb97 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usHnSQKb97 .content-wrap {
    width: 100%;
  }
}
.cid-usHnSQKb97 .mbr-section-title,
.cid-usHnSQKb97 .mbr-section-subtitle {
  text-align: center;
}
.cid-usHnSQKb97 .mbr-text,
.cid-usHnSQKb97 .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/frank-smathers-house-waynesville-nc-45991228464.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/poi-2.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/clark-miller-roller-mill.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-vghn6sRsqf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghn6sRsqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghn6sRsqf .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-vghn6sRsqf .container-fluid {
    padding: 0;
  }
}
.cid-vghn6sRsqf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghn6sRsqf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghn6sRsqf .embla__button--next,
.cid-vghn6sRsqf .embla__button--prev {
  display: flex;
}
.cid-vghn6sRsqf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghn6sRsqf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghn6sRsqf .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-vghn6sRsqf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghn6sRsqf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghn6sRsqf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghn6sRsqf .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghn6sRsqf .embla {
  position: relative;
  width: 100%;
}
.cid-vghn6sRsqf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghn6sRsqf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghn6sRsqf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghn6sRsqf .embla__slide a {
  cursor: grab;
}
.cid-vghn6sRsqf .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghn6sRsqf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghn6sRsqf .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghn6sRsqf .mbr-section-title {
  color: #232323;
}
.cid-vghn6sRsqf .mbr-section-subtitle {
  color: #232323;
}
.cid-vghn6sRsqf .mbr-box {
  color: #ffffff;
}
.cid-vghn6sRsqf .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghn6sRsqf img,
.cid-vghn6sRsqf .item-img {
  width: 100%;
}
.cid-vghn6sRsqf .item-wrapper {
  position: relative;
}
.cid-vghn6sRsqf .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-vghn8KThEL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghn8KThEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghn8KThEL .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-vghn8KThEL .container-fluid {
    padding: 0;
  }
}
.cid-vghn8KThEL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghn8KThEL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghn8KThEL .embla__button--next,
.cid-vghn8KThEL .embla__button--prev {
  display: flex;
}
.cid-vghn8KThEL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghn8KThEL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghn8KThEL .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-vghn8KThEL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghn8KThEL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghn8KThEL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghn8KThEL .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghn8KThEL .embla {
  position: relative;
  width: 100%;
}
.cid-vghn8KThEL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghn8KThEL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghn8KThEL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghn8KThEL .embla__slide a {
  cursor: grab;
}
.cid-vghn8KThEL .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghn8KThEL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghn8KThEL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghn8KThEL .mbr-section-title {
  color: #232323;
}
.cid-vghn8KThEL .mbr-section-subtitle {
  color: #232323;
}
.cid-vghn8KThEL .mbr-box {
  color: #ffffff;
}
.cid-vghn8KThEL .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghn8KThEL img,
.cid-vghn8KThEL .item-img {
  width: 100%;
}
.cid-vghn8KThEL .item-wrapper {
  position: relative;
}
.cid-vghn8KThEL .content-head {
  max-width: 800px;
}
.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-vggBtgeJmd {
  z-index: 1000;
  width: 100%;
}
.cid-vggBtgeJmd .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-vggBtgeJmd .dropdown-menu {
  padding: 0;
}
.cid-vggBtgeJmd .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-vggBtgeJmd .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBtgeJmd .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBtgeJmd .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBtgeJmd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBtgeJmd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBtgeJmd .nav-link {
  position: relative;
}
.cid-vggBtgeJmd .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBtgeJmd .dropdown-menu,
.cid-vggBtgeJmd .navbar.opened {
  background: #212428 !important;
}
.cid-vggBtgeJmd .nav-item:focus,
.cid-vggBtgeJmd .nav-link:focus {
  outline: none;
}
.cid-vggBtgeJmd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBtgeJmd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBtgeJmd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBtgeJmd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBtgeJmd .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBtgeJmd .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBtgeJmd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBtgeJmd .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBtgeJmd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBtgeJmd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBtgeJmd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBtgeJmd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBtgeJmd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBtgeJmd .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-vggBtgeJmd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBtgeJmd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBtgeJmd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBtgeJmd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBtgeJmd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBtgeJmd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBtgeJmd .navbar {
    min-height: 80px;
  }
}
.cid-vggBtgeJmd .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBtgeJmd .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-vggBtgeJmd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBtgeJmd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBtgeJmd .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBtgeJmd .dropdown-item.active,
.cid-vggBtgeJmd .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBtgeJmd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBtgeJmd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBtgeJmd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBtgeJmd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBtgeJmd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBtgeJmd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBtgeJmd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBtgeJmd 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-vggBtgeJmd button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBtgeJmd button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBtgeJmd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBtgeJmd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBtgeJmd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBtgeJmd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBtgeJmd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBtgeJmd nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBtgeJmd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBtgeJmd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBtgeJmd nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBtgeJmd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBtgeJmd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBtgeJmd .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-vggBtgeJmd .navbar {
    height: 70px;
  }
  .cid-vggBtgeJmd .navbar.opened {
    height: auto;
  }
  .cid-vggBtgeJmd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBtgeJmd .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-vggBtgeJmd .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBtgeJmd .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBtgeJmd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBtgeJmd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBtgeJmd .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBtgeJmd .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBtgeJmd .navbar-nav {
  display: flex !important;
}
.cid-vggBtgeJmd .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBtgeJmd .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBtgeJmd .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBtgeJmd .navbar-nav .nav-item .nav-link:hover,
.cid-vggBtgeJmd .navbar-nav .nav-item .nav-link:focus,
.cid-vggBtgeJmd .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBtgeJmd .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBtgeJmd .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBtgeJmd .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBtgeJmd 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-vggBtgeJmd button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBtgeJmd button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBtgeJmd button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBtgeJmd button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBtgeJmd button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBtgeJmd button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBtgeJmd button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBtgeJmd .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-vggBtgeJmd .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBtgeJmd .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBtgeJmd .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBtgeJmd .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBtgeJmd .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBtgeJmd .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBtgeJmd .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBtgeJmd .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBtgeJmd .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBtgeJmd .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBtgeJmd .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBtgeJmd .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-vggBtgeJmd .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBtgeJmd .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBtgeJmd .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBtgeJmd .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBtgeJmd .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBtgeJmd .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBtgeJmd .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBtgeJmd .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBtgeJmd .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBtgeJmd .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBtgeJmd ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBtgeJmd ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBtgeJmd ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBtgeJmd .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBtgeJmd .social-container {
    padding-top: 40px;
  }
}
.cid-vggBtgeJmd .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBtgeJmd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBtgeJmd .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-vggBtgeJmd .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-vggBtgeJmd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBtgeJmd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBtgeJmd .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBtgeJmd .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBtgeJmd .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBtgeJmd .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBtgn54p {
  background-image: url("../../../assets/images/elliott-carnegie-library-hickory-north-carolina.webp");
}
.cid-vggBtgn54p img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggBtgn54p .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggBtgn54p .images {
    display: none;
  }
}
.cid-vggBtgn54p .image-wrapper-1,
.cid-vggBtgn54p .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggBtgn54p .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggBtgn54p .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggBtgn54p .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggBtgn54p .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggBtgn54p .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggBtgn54p .image-wrapper-2 img {
  width: 90%;
}
.cid-vggBtgn54p .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggBtgn54p .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggBtgn54p .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggBtgn54p .text-wrapper {
  width: 100%;
}
.cid-vggBtgn54p .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBtgn54p .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggBtgn54p .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggBtgn54p .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggBtgn54p .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggBtgn54p .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggBtgn54p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBtgn54p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBtgn54p .text {
  display: flex;
  align-items: center;
}
.cid-vghnkO2k4T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnkO2k4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnkO2k4T .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-vghnkO2k4T .container-fluid {
    padding: 0;
  }
}
.cid-vghnkO2k4T .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnkO2k4T .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnkO2k4T .embla__button--next,
.cid-vghnkO2k4T .embla__button--prev {
  display: flex;
}
.cid-vghnkO2k4T .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnkO2k4T .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnkO2k4T .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-vghnkO2k4T .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnkO2k4T .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnkO2k4T .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnkO2k4T .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnkO2k4T .embla {
  position: relative;
  width: 100%;
}
.cid-vghnkO2k4T .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnkO2k4T .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnkO2k4T .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnkO2k4T .embla__slide a {
  cursor: grab;
}
.cid-vghnkO2k4T .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnkO2k4T .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnkO2k4T .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnkO2k4T .mbr-section-title {
  color: #232323;
}
.cid-vghnkO2k4T .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnkO2k4T .mbr-box {
  color: #ffffff;
}
.cid-vghnkO2k4T .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnkO2k4T img,
.cid-vghnkO2k4T .item-img {
  width: 100%;
}
.cid-vghnkO2k4T .item-wrapper {
  position: relative;
}
.cid-vghnkO2k4T .content-head {
  max-width: 800px;
}
.cid-vggBtgtJc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBtgtJc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBtgtJc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBtgtJc1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBtgtJc1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBtgtJc1 .container {
    padding: 0 16px;
  }
}
.cid-vggBtgtJc1 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBtgtJc1 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .row {
    padding: 25px 9px;
  }
}
.cid-vggBtgtJc1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBtgtJc1 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBtgtJc1 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBtgtJc1 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBtgtJc1 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBtgtJc1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBtgtJc1 .items-wrapper {
    display: block;
  }
}
.cid-vggBtgtJc1 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBtgtJc1 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBtgtJc1 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBtgtJc1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBtgtJc1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBtgtJc1 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBtgtJc1 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBtgtJc1 .card {
  justify-content: center;
}
.cid-vggBtgtJc1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBtgtJc1 .mbr-text {
  color: #000000;
}
.cid-vggBtgtJc1 .card-title {
  color: #000000;
}
.cid-vggBtgtJc1 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBtgtJc1 .card-title,
.cid-vggBtgtJc1 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggBtgCyyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBtgCyyD .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBtgCyyD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBtgCyyD .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBtgCyyD .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBtgCyyD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBtgCyyD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBtgCyyD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBtgCyyD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBtgCyyD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBtgCyyD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBtgCyyD .embla__button--next,
.cid-vggBtgCyyD .embla__button--prev {
  display: flex;
}
.cid-vggBtgCyyD .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-vggBtgCyyD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBtgCyyD .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBtgCyyD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBtgCyyD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBtgCyyD .embla__button {
    top: -10%;
  }
}
.cid-vggBtgCyyD .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBtgCyyD .embla {
    margin-top: 80px;
  }
}
.cid-vggBtgCyyD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBtgCyyD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBtgCyyD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBtgCyyD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBtgCyyD .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBtgCyyD .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBtgCyyD .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBtgCyyD .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBtgCyyD .mbr-text ul {
    display: block;
  }
}
.cid-vggBtgCyyD .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBtgCyyD .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBtgCyyD .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBtgCyyD .item-wrapper {
  height: 100%;
}
.cid-vggBtgCyyD .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBtgCyyD .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBtgCyyD .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghnjQu5QD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnjQu5QD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnjQu5QD .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-vghnjQu5QD .container-fluid {
    padding: 0;
  }
}
.cid-vghnjQu5QD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnjQu5QD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnjQu5QD .embla__button--next,
.cid-vghnjQu5QD .embla__button--prev {
  display: flex;
}
.cid-vghnjQu5QD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnjQu5QD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnjQu5QD .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-vghnjQu5QD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnjQu5QD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnjQu5QD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnjQu5QD .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnjQu5QD .embla {
  position: relative;
  width: 100%;
}
.cid-vghnjQu5QD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnjQu5QD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnjQu5QD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnjQu5QD .embla__slide a {
  cursor: grab;
}
.cid-vghnjQu5QD .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnjQu5QD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnjQu5QD .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnjQu5QD .mbr-section-title {
  color: #232323;
}
.cid-vghnjQu5QD .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnjQu5QD .mbr-box {
  color: #ffffff;
}
.cid-vghnjQu5QD .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnjQu5QD img,
.cid-vghnjQu5QD .item-img {
  width: 100%;
}
.cid-vghnjQu5QD .item-wrapper {
  position: relative;
}
.cid-vghnjQu5QD .content-head {
  max-width: 800px;
}
.cid-vggBtgO0Kc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBtgO0Kc h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBtgO0Kc .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBtgO0Kc .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBtgO0Kc .nav-link.active {
  background: #232323;
}
.cid-vggBtgO0Kc .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-vggBtgO0Kc .nav-link:hover {
  background: #232323;
}
.cid-vggBtgO0Kc .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-vggBtgO0Kc .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBtgO0Kc .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBtgO0Kc .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBtgO0Kc .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBtgO0Kc .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBtgO0Kc .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBtgO0Kc .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBtgO0Kc .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBtgO0Kc .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-vggBtgO0Kc .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-vggBtgO0Kc .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBtgO0Kc .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-vggBtgO0Kc .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBtgO0Kc .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-vggBtgO0Kc .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBtgO0Kc .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBtgO0Kc .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBtgO0Kc .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBtgO0Kc .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBtgO0Kc .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBtgO0Kc .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBtgO0Kc .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBtgO0Kc .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBtgO0Kc .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBtgO0Kc .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBtgO0Kc .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-vggBtgO0Kc .mbr-text,
  .cid-vggBtgO0Kc .nav-link,
  .cid-vggBtgO0Kc .mbr-card-title,
  .cid-vggBtgO0Kc .mbr-section-title {
    text-align: left;
  }
  .cid-vggBtgO0Kc .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBtgO0Kc .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBtgO0Kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBtgO0Kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBtgO0Kc .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBtgO0Kc .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBtgO0Kc .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggBthCgVd .google-map {
  height: 700px;
  position: relative;
}
.cid-vggBthCgVd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggBthCgVd .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-vggBthCgVd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBthCgVd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBthKqdJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vggBthKqdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBthKqdJ .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-vggBthKqdJ .container-fluid {
    padding: 0;
  }
}
.cid-vggBthKqdJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vggBthKqdJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vggBthKqdJ .embla__button--next,
.cid-vggBthKqdJ .embla__button--prev {
  display: flex;
}
.cid-vggBthKqdJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vggBthKqdJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vggBthKqdJ .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-vggBthKqdJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBthKqdJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBthKqdJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vggBthKqdJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vggBthKqdJ .embla {
  position: relative;
  width: 100%;
}
.cid-vggBthKqdJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBthKqdJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBthKqdJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBthKqdJ .embla__slide a {
  cursor: grab;
}
.cid-vggBthKqdJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-vggBthKqdJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBthKqdJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vggBthKqdJ .mbr-section-title {
  color: #232323;
}
.cid-vggBthKqdJ .mbr-section-subtitle {
  color: #232323;
}
.cid-vggBthKqdJ .mbr-box {
  color: #ffffff;
}
.cid-vggBthKqdJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vggBthKqdJ img,
.cid-vggBthKqdJ .item-img {
  width: 100%;
}
.cid-vggBthKqdJ .item-wrapper {
  position: relative;
}
.cid-vggBthKqdJ .content-head {
  max-width: 800px;
}
.cid-vggBthWz1r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBthWz1r .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBtLKRll {
  z-index: 1000;
  width: 100%;
}
.cid-vggBtLKRll .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-vggBtLKRll .dropdown-menu {
  padding: 0;
}
.cid-vggBtLKRll .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-vggBtLKRll .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBtLKRll .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBtLKRll .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBtLKRll .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBtLKRll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBtLKRll .nav-link {
  position: relative;
}
.cid-vggBtLKRll .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBtLKRll .dropdown-menu,
.cid-vggBtLKRll .navbar.opened {
  background: #212428 !important;
}
.cid-vggBtLKRll .nav-item:focus,
.cid-vggBtLKRll .nav-link:focus {
  outline: none;
}
.cid-vggBtLKRll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBtLKRll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBtLKRll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBtLKRll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBtLKRll .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBtLKRll .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBtLKRll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBtLKRll .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBtLKRll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBtLKRll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBtLKRll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBtLKRll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBtLKRll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBtLKRll .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-vggBtLKRll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBtLKRll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBtLKRll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBtLKRll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBtLKRll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBtLKRll .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBtLKRll .navbar {
    min-height: 80px;
  }
}
.cid-vggBtLKRll .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBtLKRll .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-vggBtLKRll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBtLKRll .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBtLKRll .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBtLKRll .dropdown-item.active,
.cid-vggBtLKRll .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBtLKRll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBtLKRll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBtLKRll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBtLKRll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBtLKRll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBtLKRll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBtLKRll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBtLKRll 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-vggBtLKRll button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBtLKRll button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBtLKRll button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBtLKRll button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBtLKRll button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBtLKRll button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBtLKRll button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBtLKRll nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBtLKRll nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBtLKRll nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBtLKRll nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBtLKRll .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBtLKRll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBtLKRll .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-vggBtLKRll .navbar {
    height: 70px;
  }
  .cid-vggBtLKRll .navbar.opened {
    height: auto;
  }
  .cid-vggBtLKRll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBtLKRll .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-vggBtLKRll .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBtLKRll .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBtLKRll .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBtLKRll .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBtLKRll .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBtLKRll .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBtLKRll .navbar-nav {
  display: flex !important;
}
.cid-vggBtLKRll .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBtLKRll .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBtLKRll .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBtLKRll .navbar-nav .nav-item .nav-link:hover,
.cid-vggBtLKRll .navbar-nav .nav-item .nav-link:focus,
.cid-vggBtLKRll .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBtLKRll .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBtLKRll .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBtLKRll .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBtLKRll 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-vggBtLKRll button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBtLKRll button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBtLKRll button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBtLKRll button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBtLKRll button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBtLKRll button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBtLKRll button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBtLKRll .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-vggBtLKRll .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBtLKRll .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBtLKRll .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBtLKRll .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBtLKRll .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBtLKRll .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBtLKRll .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBtLKRll .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBtLKRll .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBtLKRll .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBtLKRll .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBtLKRll .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-vggBtLKRll .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBtLKRll .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBtLKRll .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBtLKRll .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBtLKRll .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBtLKRll .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBtLKRll .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBtLKRll .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBtLKRll .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBtLKRll .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBtLKRll ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBtLKRll ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBtLKRll ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBtLKRll .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBtLKRll .social-container {
    padding-top: 40px;
  }
}
.cid-vggBtLKRll .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBtLKRll .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBtLKRll .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-vggBtLKRll .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-vggBtLKRll .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBtLKRll .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBtLKRll .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBtLKRll .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBtLKRll .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBtLKRll .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBtLT8qG {
  background-image: url("../../../assets/images/pittsboropresbyterianchurch.webp");
}
.cid-vggBtLT8qG img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggBtLT8qG .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggBtLT8qG .images {
    display: none;
  }
}
.cid-vggBtLT8qG .image-wrapper-1,
.cid-vggBtLT8qG .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggBtLT8qG .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggBtLT8qG .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggBtLT8qG .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggBtLT8qG .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggBtLT8qG .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggBtLT8qG .image-wrapper-2 img {
  width: 90%;
}
.cid-vggBtLT8qG .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggBtLT8qG .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggBtLT8qG .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggBtLT8qG .text-wrapper {
  width: 100%;
}
.cid-vggBtLT8qG .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBtLT8qG .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggBtLT8qG .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggBtLT8qG .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggBtLT8qG .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggBtLT8qG .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggBtLT8qG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBtLT8qG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBtLT8qG .text {
  display: flex;
  align-items: center;
}
.cid-vghnwELOxo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnwELOxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnwELOxo .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-vghnwELOxo .container-fluid {
    padding: 0;
  }
}
.cid-vghnwELOxo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnwELOxo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnwELOxo .embla__button--next,
.cid-vghnwELOxo .embla__button--prev {
  display: flex;
}
.cid-vghnwELOxo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnwELOxo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnwELOxo .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-vghnwELOxo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnwELOxo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnwELOxo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnwELOxo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnwELOxo .embla {
  position: relative;
  width: 100%;
}
.cid-vghnwELOxo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnwELOxo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnwELOxo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnwELOxo .embla__slide a {
  cursor: grab;
}
.cid-vghnwELOxo .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnwELOxo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnwELOxo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnwELOxo .mbr-section-title {
  color: #232323;
}
.cid-vghnwELOxo .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnwELOxo .mbr-box {
  color: #ffffff;
}
.cid-vghnwELOxo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnwELOxo img,
.cid-vghnwELOxo .item-img {
  width: 100%;
}
.cid-vghnwELOxo .item-wrapper {
  position: relative;
}
.cid-vghnwELOxo .content-head {
  max-width: 800px;
}
.cid-vggBtM0PKt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBtM0PKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBtM0PKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBtM0PKt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBtM0PKt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBtM0PKt .container {
    padding: 0 16px;
  }
}
.cid-vggBtM0PKt .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBtM0PKt .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .row {
    padding: 25px 9px;
  }
}
.cid-vggBtM0PKt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBtM0PKt .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBtM0PKt .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBtM0PKt .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBtM0PKt .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBtM0PKt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBtM0PKt .items-wrapper {
    display: block;
  }
}
.cid-vggBtM0PKt .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBtM0PKt .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBtM0PKt .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBtM0PKt .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBtM0PKt .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBtM0PKt .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBtM0PKt .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBtM0PKt .card {
  justify-content: center;
}
.cid-vggBtM0PKt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBtM0PKt .mbr-text {
  color: #000000;
}
.cid-vggBtM0PKt .card-title {
  color: #000000;
}
.cid-vggBtM0PKt .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBtM0PKt .card-title,
.cid-vggBtM0PKt .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggBtM70lm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBtM70lm .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBtM70lm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBtM70lm .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBtM70lm .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBtM70lm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBtM70lm .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBtM70lm .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBtM70lm .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBtM70lm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBtM70lm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBtM70lm .embla__button--next,
.cid-vggBtM70lm .embla__button--prev {
  display: flex;
}
.cid-vggBtM70lm .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-vggBtM70lm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBtM70lm .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBtM70lm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBtM70lm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBtM70lm .embla__button {
    top: -10%;
  }
}
.cid-vggBtM70lm .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBtM70lm .embla {
    margin-top: 80px;
  }
}
.cid-vggBtM70lm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBtM70lm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBtM70lm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBtM70lm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBtM70lm .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBtM70lm .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBtM70lm .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBtM70lm .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBtM70lm .mbr-text ul {
    display: block;
  }
}
.cid-vggBtM70lm .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBtM70lm .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBtM70lm .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBtM70lm .item-wrapper {
  height: 100%;
}
.cid-vggBtM70lm .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBtM70lm .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBtM70lm .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghnvKq0cM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnvKq0cM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnvKq0cM .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-vghnvKq0cM .container-fluid {
    padding: 0;
  }
}
.cid-vghnvKq0cM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnvKq0cM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnvKq0cM .embla__button--next,
.cid-vghnvKq0cM .embla__button--prev {
  display: flex;
}
.cid-vghnvKq0cM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnvKq0cM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnvKq0cM .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-vghnvKq0cM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnvKq0cM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnvKq0cM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnvKq0cM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnvKq0cM .embla {
  position: relative;
  width: 100%;
}
.cid-vghnvKq0cM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnvKq0cM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnvKq0cM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnvKq0cM .embla__slide a {
  cursor: grab;
}
.cid-vghnvKq0cM .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnvKq0cM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnvKq0cM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnvKq0cM .mbr-section-title {
  color: #232323;
}
.cid-vghnvKq0cM .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnvKq0cM .mbr-box {
  color: #ffffff;
}
.cid-vghnvKq0cM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnvKq0cM img,
.cid-vghnvKq0cM .item-img {
  width: 100%;
}
.cid-vghnvKq0cM .item-wrapper {
  position: relative;
}
.cid-vghnvKq0cM .content-head {
  max-width: 800px;
}
.cid-vggBtMjJ6e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBtMjJ6e h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBtMjJ6e .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBtMjJ6e .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBtMjJ6e .nav-link.active {
  background: #232323;
}
.cid-vggBtMjJ6e .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-vggBtMjJ6e .nav-link:hover {
  background: #232323;
}
.cid-vggBtMjJ6e .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-vggBtMjJ6e .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBtMjJ6e .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBtMjJ6e .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBtMjJ6e .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBtMjJ6e .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBtMjJ6e .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBtMjJ6e .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBtMjJ6e .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBtMjJ6e .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-vggBtMjJ6e .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-vggBtMjJ6e .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBtMjJ6e .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-vggBtMjJ6e .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBtMjJ6e .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-vggBtMjJ6e .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBtMjJ6e .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBtMjJ6e .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBtMjJ6e .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBtMjJ6e .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBtMjJ6e .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBtMjJ6e .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBtMjJ6e .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBtMjJ6e .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBtMjJ6e .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBtMjJ6e .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBtMjJ6e .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-vggBtMjJ6e .mbr-text,
  .cid-vggBtMjJ6e .nav-link,
  .cid-vggBtMjJ6e .mbr-card-title,
  .cid-vggBtMjJ6e .mbr-section-title {
    text-align: left;
  }
  .cid-vggBtMjJ6e .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBtMjJ6e .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBtMjJ6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBtMjJ6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBtMjJ6e .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBtMjJ6e .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBtMjJ6e .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggBtN9qKU .google-map {
  height: 700px;
  position: relative;
}
.cid-vggBtN9qKU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggBtN9qKU .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-vggBtN9qKU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBtN9qKU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBtNfPzX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vggBtNfPzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBtNfPzX .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-vggBtNfPzX .container-fluid {
    padding: 0;
  }
}
.cid-vggBtNfPzX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vggBtNfPzX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vggBtNfPzX .embla__button--next,
.cid-vggBtNfPzX .embla__button--prev {
  display: flex;
}
.cid-vggBtNfPzX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vggBtNfPzX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vggBtNfPzX .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-vggBtNfPzX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBtNfPzX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBtNfPzX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vggBtNfPzX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vggBtNfPzX .embla {
  position: relative;
  width: 100%;
}
.cid-vggBtNfPzX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBtNfPzX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBtNfPzX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBtNfPzX .embla__slide a {
  cursor: grab;
}
.cid-vggBtNfPzX .embla__slide a:active {
  cursor: grabbing;
}
.cid-vggBtNfPzX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBtNfPzX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vggBtNfPzX .mbr-section-title {
  color: #232323;
}
.cid-vggBtNfPzX .mbr-section-subtitle {
  color: #232323;
}
.cid-vggBtNfPzX .mbr-box {
  color: #ffffff;
}
.cid-vggBtNfPzX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vggBtNfPzX img,
.cid-vggBtNfPzX .item-img {
  width: 100%;
}
.cid-vggBtNfPzX .item-wrapper {
  position: relative;
}
.cid-vggBtNfPzX .content-head {
  max-width: 800px;
}
.cid-vggBtNscDU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBtNscDU .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBuwsSkb {
  z-index: 1000;
  width: 100%;
}
.cid-vggBuwsSkb .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-vggBuwsSkb .dropdown-menu {
  padding: 0;
}
.cid-vggBuwsSkb .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-vggBuwsSkb .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBuwsSkb .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBuwsSkb .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBuwsSkb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBuwsSkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBuwsSkb .nav-link {
  position: relative;
}
.cid-vggBuwsSkb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBuwsSkb .dropdown-menu,
.cid-vggBuwsSkb .navbar.opened {
  background: #212428 !important;
}
.cid-vggBuwsSkb .nav-item:focus,
.cid-vggBuwsSkb .nav-link:focus {
  outline: none;
}
.cid-vggBuwsSkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBuwsSkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBuwsSkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBuwsSkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBuwsSkb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBuwsSkb .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBuwsSkb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBuwsSkb .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBuwsSkb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBuwsSkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBuwsSkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBuwsSkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBuwsSkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBuwsSkb .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-vggBuwsSkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBuwsSkb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBuwsSkb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBuwsSkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBuwsSkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBuwsSkb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBuwsSkb .navbar {
    min-height: 80px;
  }
}
.cid-vggBuwsSkb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBuwsSkb .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-vggBuwsSkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBuwsSkb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBuwsSkb .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBuwsSkb .dropdown-item.active,
.cid-vggBuwsSkb .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBuwsSkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBuwsSkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBuwsSkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBuwsSkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBuwsSkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBuwsSkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBuwsSkb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBuwsSkb 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-vggBuwsSkb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBuwsSkb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBuwsSkb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBuwsSkb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBuwsSkb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBuwsSkb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBuwsSkb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBuwsSkb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBuwsSkb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBuwsSkb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBuwsSkb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBuwsSkb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBuwsSkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBuwsSkb .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-vggBuwsSkb .navbar {
    height: 70px;
  }
  .cid-vggBuwsSkb .navbar.opened {
    height: auto;
  }
  .cid-vggBuwsSkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBuwsSkb .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-vggBuwsSkb .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBuwsSkb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBuwsSkb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBuwsSkb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBuwsSkb .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBuwsSkb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBuwsSkb .navbar-nav {
  display: flex !important;
}
.cid-vggBuwsSkb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBuwsSkb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBuwsSkb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBuwsSkb .navbar-nav .nav-item .nav-link:hover,
.cid-vggBuwsSkb .navbar-nav .nav-item .nav-link:focus,
.cid-vggBuwsSkb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBuwsSkb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBuwsSkb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBuwsSkb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBuwsSkb 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-vggBuwsSkb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBuwsSkb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBuwsSkb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBuwsSkb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBuwsSkb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBuwsSkb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBuwsSkb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBuwsSkb .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-vggBuwsSkb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBuwsSkb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBuwsSkb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBuwsSkb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBuwsSkb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBuwsSkb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBuwsSkb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBuwsSkb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBuwsSkb .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBuwsSkb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBuwsSkb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBuwsSkb .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-vggBuwsSkb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBuwsSkb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBuwsSkb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBuwsSkb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBuwsSkb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBuwsSkb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBuwsSkb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBuwsSkb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBuwsSkb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBuwsSkb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBuwsSkb ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBuwsSkb ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBuwsSkb ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBuwsSkb .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBuwsSkb .social-container {
    padding-top: 40px;
  }
}
.cid-vggBuwsSkb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBuwsSkb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBuwsSkb .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-vggBuwsSkb .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-vggBuwsSkb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBuwsSkb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBuwsSkb .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBuwsSkb .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBuwsSkb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBuwsSkb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBuwCT02 {
  background-image: url("../../../assets/images/durham-county-justice.webp");
}
.cid-vggBuwCT02 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggBuwCT02 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggBuwCT02 .images {
    display: none;
  }
}
.cid-vggBuwCT02 .image-wrapper-1,
.cid-vggBuwCT02 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggBuwCT02 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggBuwCT02 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggBuwCT02 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggBuwCT02 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggBuwCT02 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggBuwCT02 .image-wrapper-2 img {
  width: 90%;
}
.cid-vggBuwCT02 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggBuwCT02 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggBuwCT02 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggBuwCT02 .text-wrapper {
  width: 100%;
}
.cid-vggBuwCT02 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBuwCT02 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggBuwCT02 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggBuwCT02 .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggBuwCT02 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggBuwCT02 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggBuwCT02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBuwCT02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBuwCT02 .text {
  display: flex;
  align-items: center;
}
.cid-vghnUFKYvE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnUFKYvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnUFKYvE .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-vghnUFKYvE .container-fluid {
    padding: 0;
  }
}
.cid-vghnUFKYvE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnUFKYvE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnUFKYvE .embla__button--next,
.cid-vghnUFKYvE .embla__button--prev {
  display: flex;
}
.cid-vghnUFKYvE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnUFKYvE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnUFKYvE .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-vghnUFKYvE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnUFKYvE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnUFKYvE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnUFKYvE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnUFKYvE .embla {
  position: relative;
  width: 100%;
}
.cid-vghnUFKYvE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnUFKYvE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnUFKYvE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnUFKYvE .embla__slide a {
  cursor: grab;
}
.cid-vghnUFKYvE .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnUFKYvE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnUFKYvE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnUFKYvE .mbr-section-title {
  color: #232323;
}
.cid-vghnUFKYvE .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnUFKYvE .mbr-box {
  color: #ffffff;
}
.cid-vghnUFKYvE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnUFKYvE img,
.cid-vghnUFKYvE .item-img {
  width: 100%;
}
.cid-vghnUFKYvE .item-wrapper {
  position: relative;
}
.cid-vghnUFKYvE .content-head {
  max-width: 800px;
}
.cid-vggBuwINog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBuwINog .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBuwINog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBuwINog .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBuwINog .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBuwINog .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBuwINog .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBuwINog .container {
    padding: 0 16px;
  }
}
.cid-vggBuwINog .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBuwINog .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBuwINog .row {
    padding: 25px 9px;
  }
}
.cid-vggBuwINog .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBuwINog .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBuwINog .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBuwINog .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBuwINog .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBuwINog .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBuwINog .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBuwINog .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBuwINog .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBuwINog .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBuwINog .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBuwINog .items-wrapper {
    display: block;
  }
}
.cid-vggBuwINog .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBuwINog .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBuwINog .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBuwINog .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBuwINog .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBuwINog .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBuwINog .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBuwINog .card {
  justify-content: center;
}
.cid-vggBuwINog .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBuwINog .mbr-text {
  color: #000000;
}
.cid-vggBuwINog .card-title {
  color: #000000;
}
.cid-vggBuwINog .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBuwINog .card-title,
.cid-vggBuwINog .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggBuwQYme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBuwQYme .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBuwQYme .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBuwQYme .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBuwQYme .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBuwQYme .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBuwQYme .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBuwQYme .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBuwQYme .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBuwQYme .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBuwQYme .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBuwQYme .embla__button--next,
.cid-vggBuwQYme .embla__button--prev {
  display: flex;
}
.cid-vggBuwQYme .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-vggBuwQYme .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBuwQYme .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBuwQYme .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBuwQYme .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBuwQYme .embla__button {
    top: -10%;
  }
}
.cid-vggBuwQYme .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBuwQYme .embla {
    margin-top: 80px;
  }
}
.cid-vggBuwQYme .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBuwQYme .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBuwQYme .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBuwQYme .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBuwQYme .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBuwQYme .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBuwQYme .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBuwQYme .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBuwQYme .mbr-text ul {
    display: block;
  }
}
.cid-vggBuwQYme .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBuwQYme .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBuwQYme .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBuwQYme .item-wrapper {
  height: 100%;
}
.cid-vggBuwQYme .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBuwQYme .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBuwQYme .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghnTv2P5f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnTv2P5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnTv2P5f .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-vghnTv2P5f .container-fluid {
    padding: 0;
  }
}
.cid-vghnTv2P5f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnTv2P5f .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnTv2P5f .embla__button--next,
.cid-vghnTv2P5f .embla__button--prev {
  display: flex;
}
.cid-vghnTv2P5f .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnTv2P5f .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnTv2P5f .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-vghnTv2P5f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnTv2P5f .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnTv2P5f .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnTv2P5f .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnTv2P5f .embla {
  position: relative;
  width: 100%;
}
.cid-vghnTv2P5f .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnTv2P5f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnTv2P5f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnTv2P5f .embla__slide a {
  cursor: grab;
}
.cid-vghnTv2P5f .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnTv2P5f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnTv2P5f .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnTv2P5f .mbr-section-title {
  color: #232323;
}
.cid-vghnTv2P5f .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnTv2P5f .mbr-box {
  color: #ffffff;
}
.cid-vghnTv2P5f .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnTv2P5f img,
.cid-vghnTv2P5f .item-img {
  width: 100%;
}
.cid-vghnTv2P5f .item-wrapper {
  position: relative;
}
.cid-vghnTv2P5f .content-head {
  max-width: 800px;
}
.cid-vggBux2gzD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBux2gzD h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBux2gzD .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBux2gzD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBux2gzD .nav-link.active {
  background: #232323;
}
.cid-vggBux2gzD .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-vggBux2gzD .nav-link:hover {
  background: #232323;
}
.cid-vggBux2gzD .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-vggBux2gzD .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBux2gzD .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBux2gzD .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBux2gzD .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBux2gzD .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBux2gzD .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBux2gzD .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBux2gzD .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBux2gzD .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-vggBux2gzD .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-vggBux2gzD .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBux2gzD .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-vggBux2gzD .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBux2gzD .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-vggBux2gzD .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBux2gzD .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBux2gzD .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBux2gzD .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBux2gzD .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBux2gzD .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBux2gzD .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBux2gzD .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBux2gzD .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBux2gzD .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBux2gzD .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBux2gzD .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-vggBux2gzD .mbr-text,
  .cid-vggBux2gzD .nav-link,
  .cid-vggBux2gzD .mbr-card-title,
  .cid-vggBux2gzD .mbr-section-title {
    text-align: left;
  }
  .cid-vggBux2gzD .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBux2gzD .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBux2gzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBux2gzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBux2gzD .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBux2gzD .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBux2gzD .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggBuxSMQd .google-map {
  height: 700px;
  position: relative;
}
.cid-vggBuxSMQd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggBuxSMQd .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-vggBuxSMQd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBuxSMQd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghnPHxruM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnPHxruM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnPHxruM .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-vghnPHxruM .container-fluid {
    padding: 0;
  }
}
.cid-vghnPHxruM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnPHxruM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnPHxruM .embla__button--next,
.cid-vghnPHxruM .embla__button--prev {
  display: flex;
}
.cid-vghnPHxruM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnPHxruM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnPHxruM .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-vghnPHxruM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnPHxruM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnPHxruM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnPHxruM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnPHxruM .embla {
  position: relative;
  width: 100%;
}
.cid-vghnPHxruM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnPHxruM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnPHxruM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnPHxruM .embla__slide a {
  cursor: grab;
}
.cid-vghnPHxruM .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnPHxruM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnPHxruM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnPHxruM .mbr-section-title {
  color: #232323;
}
.cid-vghnPHxruM .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnPHxruM .mbr-box {
  color: #ffffff;
}
.cid-vghnPHxruM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnPHxruM img,
.cid-vghnPHxruM .item-img {
  width: 100%;
}
.cid-vghnPHxruM .item-wrapper {
  position: relative;
}
.cid-vghnPHxruM .content-head {
  max-width: 800px;
}
.cid-vggBuyb3ek {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBuyb3ek .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBuUYsCU {
  z-index: 1000;
  width: 100%;
}
.cid-vggBuUYsCU .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-vggBuUYsCU .dropdown-menu {
  padding: 0;
}
.cid-vggBuUYsCU .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-vggBuUYsCU .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBuUYsCU .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBuUYsCU .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBuUYsCU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBuUYsCU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBuUYsCU .nav-link {
  position: relative;
}
.cid-vggBuUYsCU .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBuUYsCU .dropdown-menu,
.cid-vggBuUYsCU .navbar.opened {
  background: #212428 !important;
}
.cid-vggBuUYsCU .nav-item:focus,
.cid-vggBuUYsCU .nav-link:focus {
  outline: none;
}
.cid-vggBuUYsCU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBuUYsCU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBuUYsCU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBuUYsCU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBuUYsCU .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBuUYsCU .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBuUYsCU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBuUYsCU .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBuUYsCU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBuUYsCU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBuUYsCU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBuUYsCU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBuUYsCU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBuUYsCU .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-vggBuUYsCU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBuUYsCU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBuUYsCU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBuUYsCU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBuUYsCU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBuUYsCU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBuUYsCU .navbar {
    min-height: 80px;
  }
}
.cid-vggBuUYsCU .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBuUYsCU .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-vggBuUYsCU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBuUYsCU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBuUYsCU .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBuUYsCU .dropdown-item.active,
.cid-vggBuUYsCU .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBuUYsCU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBuUYsCU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBuUYsCU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBuUYsCU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBuUYsCU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBuUYsCU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBuUYsCU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBuUYsCU 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-vggBuUYsCU button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBuUYsCU button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBuUYsCU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBuUYsCU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBuUYsCU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBuUYsCU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBuUYsCU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBuUYsCU nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBuUYsCU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBuUYsCU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBuUYsCU nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBuUYsCU .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBuUYsCU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBuUYsCU .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-vggBuUYsCU .navbar {
    height: 70px;
  }
  .cid-vggBuUYsCU .navbar.opened {
    height: auto;
  }
  .cid-vggBuUYsCU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBuUYsCU .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-vggBuUYsCU .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBuUYsCU .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBuUYsCU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBuUYsCU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBuUYsCU .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBuUYsCU .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBuUYsCU .navbar-nav {
  display: flex !important;
}
.cid-vggBuUYsCU .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBuUYsCU .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBuUYsCU .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBuUYsCU .navbar-nav .nav-item .nav-link:hover,
.cid-vggBuUYsCU .navbar-nav .nav-item .nav-link:focus,
.cid-vggBuUYsCU .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBuUYsCU .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBuUYsCU .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBuUYsCU .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBuUYsCU 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-vggBuUYsCU button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBuUYsCU button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBuUYsCU button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBuUYsCU button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBuUYsCU button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBuUYsCU button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBuUYsCU button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBuUYsCU .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-vggBuUYsCU .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBuUYsCU .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBuUYsCU .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBuUYsCU .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBuUYsCU .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBuUYsCU .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBuUYsCU .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBuUYsCU .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBuUYsCU .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBuUYsCU .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBuUYsCU .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBuUYsCU .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-vggBuUYsCU .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBuUYsCU .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBuUYsCU .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBuUYsCU .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBuUYsCU .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBuUYsCU .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBuUYsCU .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBuUYsCU .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBuUYsCU .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBuUYsCU .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBuUYsCU ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBuUYsCU ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBuUYsCU ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBuUYsCU .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBuUYsCU .social-container {
    padding-top: 40px;
  }
}
.cid-vggBuUYsCU .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBuUYsCU .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBuUYsCU .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-vggBuUYsCU .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-vggBuUYsCU .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBuUYsCU .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBuUYsCU .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBuUYsCU .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBuUYsCU .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBuUYsCU .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBuV6EUe {
  background-image: url("../../../assets/images/westover-boulevard-in-ardmore.webp");
}
.cid-vggBuV6EUe img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggBuV6EUe .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggBuV6EUe .images {
    display: none;
  }
}
.cid-vggBuV6EUe .image-wrapper-1,
.cid-vggBuV6EUe .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggBuV6EUe .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggBuV6EUe .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggBuV6EUe .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggBuV6EUe .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggBuV6EUe .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggBuV6EUe .image-wrapper-2 img {
  width: 90%;
}
.cid-vggBuV6EUe .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggBuV6EUe .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggBuV6EUe .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggBuV6EUe .text-wrapper {
  width: 100%;
}
.cid-vggBuV6EUe .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBuV6EUe .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggBuV6EUe .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggBuV6EUe .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggBuV6EUe .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggBuV6EUe .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggBuV6EUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBuV6EUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBuV6EUe .text {
  display: flex;
  align-items: center;
}
.cid-vghobpK7Ti {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghobpK7Ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghobpK7Ti .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-vghobpK7Ti .container-fluid {
    padding: 0;
  }
}
.cid-vghobpK7Ti .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghobpK7Ti .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghobpK7Ti .embla__button--next,
.cid-vghobpK7Ti .embla__button--prev {
  display: flex;
}
.cid-vghobpK7Ti .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghobpK7Ti .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghobpK7Ti .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-vghobpK7Ti .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghobpK7Ti .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghobpK7Ti .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghobpK7Ti .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghobpK7Ti .embla {
  position: relative;
  width: 100%;
}
.cid-vghobpK7Ti .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghobpK7Ti .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghobpK7Ti .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghobpK7Ti .embla__slide a {
  cursor: grab;
}
.cid-vghobpK7Ti .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghobpK7Ti .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghobpK7Ti .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghobpK7Ti .mbr-section-title {
  color: #232323;
}
.cid-vghobpK7Ti .mbr-section-subtitle {
  color: #232323;
}
.cid-vghobpK7Ti .mbr-box {
  color: #ffffff;
}
.cid-vghobpK7Ti .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghobpK7Ti img,
.cid-vghobpK7Ti .item-img {
  width: 100%;
}
.cid-vghobpK7Ti .item-wrapper {
  position: relative;
}
.cid-vghobpK7Ti .content-head {
  max-width: 800px;
}
.cid-vggBuVcIxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBuVcIxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBuVcIxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBuVcIxm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBuVcIxm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBuVcIxm .container {
    padding: 0 16px;
  }
}
.cid-vggBuVcIxm .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBuVcIxm .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .row {
    padding: 25px 9px;
  }
}
.cid-vggBuVcIxm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBuVcIxm .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBuVcIxm .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBuVcIxm .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBuVcIxm .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBuVcIxm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBuVcIxm .items-wrapper {
    display: block;
  }
}
.cid-vggBuVcIxm .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBuVcIxm .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBuVcIxm .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBuVcIxm .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBuVcIxm .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBuVcIxm .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBuVcIxm .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBuVcIxm .card {
  justify-content: center;
}
.cid-vggBuVcIxm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBuVcIxm .mbr-text {
  color: #000000;
}
.cid-vggBuVcIxm .card-title {
  color: #000000;
}
.cid-vggBuVcIxm .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBuVcIxm .card-title,
.cid-vggBuVcIxm .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggBuVjbFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBuVjbFC .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBuVjbFC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBuVjbFC .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBuVjbFC .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBuVjbFC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBuVjbFC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBuVjbFC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBuVjbFC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBuVjbFC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBuVjbFC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBuVjbFC .embla__button--next,
.cid-vggBuVjbFC .embla__button--prev {
  display: flex;
}
.cid-vggBuVjbFC .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-vggBuVjbFC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBuVjbFC .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBuVjbFC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBuVjbFC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBuVjbFC .embla__button {
    top: -10%;
  }
}
.cid-vggBuVjbFC .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBuVjbFC .embla {
    margin-top: 80px;
  }
}
.cid-vggBuVjbFC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBuVjbFC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBuVjbFC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBuVjbFC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBuVjbFC .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBuVjbFC .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBuVjbFC .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBuVjbFC .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBuVjbFC .mbr-text ul {
    display: block;
  }
}
.cid-vggBuVjbFC .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBuVjbFC .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBuVjbFC .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBuVjbFC .item-wrapper {
  height: 100%;
}
.cid-vggBuVjbFC .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBuVjbFC .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBuVjbFC .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghoajBgDZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoajBgDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoajBgDZ .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-vghoajBgDZ .container-fluid {
    padding: 0;
  }
}
.cid-vghoajBgDZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoajBgDZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoajBgDZ .embla__button--next,
.cid-vghoajBgDZ .embla__button--prev {
  display: flex;
}
.cid-vghoajBgDZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoajBgDZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoajBgDZ .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-vghoajBgDZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoajBgDZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoajBgDZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoajBgDZ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoajBgDZ .embla {
  position: relative;
  width: 100%;
}
.cid-vghoajBgDZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoajBgDZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoajBgDZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoajBgDZ .embla__slide a {
  cursor: grab;
}
.cid-vghoajBgDZ .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoajBgDZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoajBgDZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoajBgDZ .mbr-section-title {
  color: #232323;
}
.cid-vghoajBgDZ .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoajBgDZ .mbr-box {
  color: #ffffff;
}
.cid-vghoajBgDZ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoajBgDZ img,
.cid-vghoajBgDZ .item-img {
  width: 100%;
}
.cid-vghoajBgDZ .item-wrapper {
  position: relative;
}
.cid-vghoajBgDZ .content-head {
  max-width: 800px;
}
.cid-vggBuVwoG9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBuVwoG9 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBuVwoG9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBuVwoG9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBuVwoG9 .nav-link.active {
  background: #232323;
}
.cid-vggBuVwoG9 .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-vggBuVwoG9 .nav-link:hover {
  background: #232323;
}
.cid-vggBuVwoG9 .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-vggBuVwoG9 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBuVwoG9 .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBuVwoG9 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBuVwoG9 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBuVwoG9 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBuVwoG9 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBuVwoG9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBuVwoG9 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBuVwoG9 .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-vggBuVwoG9 .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-vggBuVwoG9 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBuVwoG9 .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-vggBuVwoG9 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBuVwoG9 .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-vggBuVwoG9 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBuVwoG9 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBuVwoG9 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBuVwoG9 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBuVwoG9 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBuVwoG9 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBuVwoG9 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBuVwoG9 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBuVwoG9 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBuVwoG9 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBuVwoG9 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBuVwoG9 .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-vggBuVwoG9 .mbr-text,
  .cid-vggBuVwoG9 .nav-link,
  .cid-vggBuVwoG9 .mbr-card-title,
  .cid-vggBuVwoG9 .mbr-section-title {
    text-align: left;
  }
  .cid-vggBuVwoG9 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBuVwoG9 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBuVwoG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBuVwoG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBuVwoG9 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBuVwoG9 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBuVwoG9 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggBuWhI1C .google-map {
  height: 700px;
  position: relative;
}
.cid-vggBuWhI1C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggBuWhI1C .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-vggBuWhI1C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBuWhI1C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBuWoxYx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vggBuWoxYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBuWoxYx .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-vggBuWoxYx .container-fluid {
    padding: 0;
  }
}
.cid-vggBuWoxYx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vggBuWoxYx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vggBuWoxYx .embla__button--next,
.cid-vggBuWoxYx .embla__button--prev {
  display: flex;
}
.cid-vggBuWoxYx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vggBuWoxYx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vggBuWoxYx .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-vggBuWoxYx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBuWoxYx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBuWoxYx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vggBuWoxYx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vggBuWoxYx .embla {
  position: relative;
  width: 100%;
}
.cid-vggBuWoxYx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBuWoxYx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBuWoxYx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBuWoxYx .embla__slide a {
  cursor: grab;
}
.cid-vggBuWoxYx .embla__slide a:active {
  cursor: grabbing;
}
.cid-vggBuWoxYx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBuWoxYx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vggBuWoxYx .mbr-section-title {
  color: #232323;
}
.cid-vggBuWoxYx .mbr-section-subtitle {
  color: #232323;
}
.cid-vggBuWoxYx .mbr-box {
  color: #ffffff;
}
.cid-vggBuWoxYx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vggBuWoxYx img,
.cid-vggBuWoxYx .item-img {
  width: 100%;
}
.cid-vggBuWoxYx .item-wrapper {
  position: relative;
}
.cid-vggBuWoxYx .content-head {
  max-width: 800px;
}
.cid-vggBuWDJep {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBuWDJep .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBvv5ucJ {
  z-index: 1000;
  width: 100%;
}
.cid-vggBvv5ucJ .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-vggBvv5ucJ .dropdown-menu {
  padding: 0;
}
.cid-vggBvv5ucJ .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-vggBvv5ucJ .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBvv5ucJ .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBvv5ucJ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBvv5ucJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBvv5ucJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBvv5ucJ .nav-link {
  position: relative;
}
.cid-vggBvv5ucJ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBvv5ucJ .dropdown-menu,
.cid-vggBvv5ucJ .navbar.opened {
  background: #212428 !important;
}
.cid-vggBvv5ucJ .nav-item:focus,
.cid-vggBvv5ucJ .nav-link:focus {
  outline: none;
}
.cid-vggBvv5ucJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBvv5ucJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBvv5ucJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBvv5ucJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBvv5ucJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBvv5ucJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBvv5ucJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBvv5ucJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBvv5ucJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBvv5ucJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBvv5ucJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBvv5ucJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBvv5ucJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBvv5ucJ .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-vggBvv5ucJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBvv5ucJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBvv5ucJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBvv5ucJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBvv5ucJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBvv5ucJ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBvv5ucJ .navbar {
    min-height: 80px;
  }
}
.cid-vggBvv5ucJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBvv5ucJ .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-vggBvv5ucJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBvv5ucJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBvv5ucJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBvv5ucJ .dropdown-item.active,
.cid-vggBvv5ucJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBvv5ucJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBvv5ucJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBvv5ucJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBvv5ucJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBvv5ucJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBvv5ucJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBvv5ucJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBvv5ucJ 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-vggBvv5ucJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBvv5ucJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBvv5ucJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBvv5ucJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBvv5ucJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBvv5ucJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBvv5ucJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBvv5ucJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBvv5ucJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBvv5ucJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBvv5ucJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBvv5ucJ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBvv5ucJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBvv5ucJ .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-vggBvv5ucJ .navbar {
    height: 70px;
  }
  .cid-vggBvv5ucJ .navbar.opened {
    height: auto;
  }
  .cid-vggBvv5ucJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBvv5ucJ .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-vggBvv5ucJ .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBvv5ucJ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBvv5ucJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBvv5ucJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBvv5ucJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBvv5ucJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBvv5ucJ .navbar-nav {
  display: flex !important;
}
.cid-vggBvv5ucJ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBvv5ucJ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBvv5ucJ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBvv5ucJ .navbar-nav .nav-item .nav-link:hover,
.cid-vggBvv5ucJ .navbar-nav .nav-item .nav-link:focus,
.cid-vggBvv5ucJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBvv5ucJ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBvv5ucJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBvv5ucJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBvv5ucJ 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-vggBvv5ucJ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBvv5ucJ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBvv5ucJ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBvv5ucJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBvv5ucJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBvv5ucJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBvv5ucJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBvv5ucJ .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-vggBvv5ucJ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBvv5ucJ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBvv5ucJ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBvv5ucJ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBvv5ucJ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBvv5ucJ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBvv5ucJ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBvv5ucJ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBvv5ucJ .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBvv5ucJ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBvv5ucJ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBvv5ucJ .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-vggBvv5ucJ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBvv5ucJ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBvv5ucJ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBvv5ucJ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBvv5ucJ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBvv5ucJ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBvv5ucJ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBvv5ucJ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBvv5ucJ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBvv5ucJ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBvv5ucJ ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBvv5ucJ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBvv5ucJ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBvv5ucJ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBvv5ucJ .social-container {
    padding-top: 40px;
  }
}
.cid-vggBvv5ucJ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBvv5ucJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBvv5ucJ .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-vggBvv5ucJ .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-vggBvv5ucJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBvv5ucJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBvv5ucJ .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBvv5ucJ .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBvv5ucJ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBvv5ucJ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBvveB9o {
  background-image: url("../../../assets/images/the-original-central-fire-station-building.webp");
}
.cid-vggBvveB9o img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggBvveB9o .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggBvveB9o .images {
    display: none;
  }
}
.cid-vggBvveB9o .image-wrapper-1,
.cid-vggBvveB9o .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggBvveB9o .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggBvveB9o .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggBvveB9o .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggBvveB9o .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggBvveB9o .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggBvveB9o .image-wrapper-2 img {
  width: 90%;
}
.cid-vggBvveB9o .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggBvveB9o .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggBvveB9o .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggBvveB9o .text-wrapper {
  width: 100%;
}
.cid-vggBvveB9o .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBvveB9o .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggBvveB9o .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggBvveB9o .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggBvveB9o .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggBvveB9o .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggBvveB9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBvveB9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBvveB9o .text {
  display: flex;
  align-items: center;
}
.cid-vghoikcGrX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoikcGrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoikcGrX .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-vghoikcGrX .container-fluid {
    padding: 0;
  }
}
.cid-vghoikcGrX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoikcGrX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoikcGrX .embla__button--next,
.cid-vghoikcGrX .embla__button--prev {
  display: flex;
}
.cid-vghoikcGrX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoikcGrX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoikcGrX .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-vghoikcGrX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoikcGrX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoikcGrX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoikcGrX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoikcGrX .embla {
  position: relative;
  width: 100%;
}
.cid-vghoikcGrX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoikcGrX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoikcGrX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoikcGrX .embla__slide a {
  cursor: grab;
}
.cid-vghoikcGrX .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoikcGrX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoikcGrX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoikcGrX .mbr-section-title {
  color: #232323;
}
.cid-vghoikcGrX .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoikcGrX .mbr-box {
  color: #ffffff;
}
.cid-vghoikcGrX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoikcGrX img,
.cid-vghoikcGrX .item-img {
  width: 100%;
}
.cid-vghoikcGrX .item-wrapper {
  position: relative;
}
.cid-vghoikcGrX .content-head {
  max-width: 800px;
}
.cid-vggBvvkMIx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBvvkMIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBvvkMIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBvvkMIx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBvvkMIx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBvvkMIx .container {
    padding: 0 16px;
  }
}
.cid-vggBvvkMIx .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBvvkMIx .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .row {
    padding: 25px 9px;
  }
}
.cid-vggBvvkMIx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBvvkMIx .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBvvkMIx .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBvvkMIx .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBvvkMIx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBvvkMIx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBvvkMIx .items-wrapper {
    display: block;
  }
}
.cid-vggBvvkMIx .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBvvkMIx .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBvvkMIx .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBvvkMIx .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBvvkMIx .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBvvkMIx .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBvvkMIx .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBvvkMIx .card {
  justify-content: center;
}
.cid-vggBvvkMIx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBvvkMIx .mbr-text {
  color: #000000;
}
.cid-vggBvvkMIx .card-title {
  color: #000000;
}
.cid-vggBvvkMIx .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBvvkMIx .card-title,
.cid-vggBvvkMIx .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vghohfa5Pw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghohfa5Pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghohfa5Pw .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-vghohfa5Pw .container-fluid {
    padding: 0;
  }
}
.cid-vghohfa5Pw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghohfa5Pw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghohfa5Pw .embla__button--next,
.cid-vghohfa5Pw .embla__button--prev {
  display: flex;
}
.cid-vghohfa5Pw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghohfa5Pw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghohfa5Pw .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-vghohfa5Pw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghohfa5Pw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghohfa5Pw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghohfa5Pw .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghohfa5Pw .embla {
  position: relative;
  width: 100%;
}
.cid-vghohfa5Pw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghohfa5Pw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghohfa5Pw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghohfa5Pw .embla__slide a {
  cursor: grab;
}
.cid-vghohfa5Pw .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghohfa5Pw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghohfa5Pw .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghohfa5Pw .mbr-section-title {
  color: #232323;
}
.cid-vghohfa5Pw .mbr-section-subtitle {
  color: #232323;
}
.cid-vghohfa5Pw .mbr-box {
  color: #ffffff;
}
.cid-vghohfa5Pw .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghohfa5Pw img,
.cid-vghohfa5Pw .item-img {
  width: 100%;
}
.cid-vghohfa5Pw .item-wrapper {
  position: relative;
}
.cid-vghohfa5Pw .content-head {
  max-width: 800px;
}
.cid-vggBvvsrnD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBvvsrnD .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBvvsrnD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBvvsrnD .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBvvsrnD .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBvvsrnD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBvvsrnD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBvvsrnD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBvvsrnD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBvvsrnD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBvvsrnD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBvvsrnD .embla__button--next,
.cid-vggBvvsrnD .embla__button--prev {
  display: flex;
}
.cid-vggBvvsrnD .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-vggBvvsrnD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBvvsrnD .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBvvsrnD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBvvsrnD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBvvsrnD .embla__button {
    top: -10%;
  }
}
.cid-vggBvvsrnD .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBvvsrnD .embla {
    margin-top: 80px;
  }
}
.cid-vggBvvsrnD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBvvsrnD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBvvsrnD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBvvsrnD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBvvsrnD .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBvvsrnD .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBvvsrnD .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBvvsrnD .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBvvsrnD .mbr-text ul {
    display: block;
  }
}
.cid-vggBvvsrnD .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBvvsrnD .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBvvsrnD .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBvvsrnD .item-wrapper {
  height: 100%;
}
.cid-vggBvvsrnD .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBvvsrnD .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBvvsrnD .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vggBvvEYuN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBvvEYuN h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBvvEYuN .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBvvEYuN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBvvEYuN .nav-link.active {
  background: #232323;
}
.cid-vggBvvEYuN .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-vggBvvEYuN .nav-link:hover {
  background: #232323;
}
.cid-vggBvvEYuN .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-vggBvvEYuN .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBvvEYuN .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBvvEYuN .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBvvEYuN .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBvvEYuN .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBvvEYuN .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBvvEYuN .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBvvEYuN .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBvvEYuN .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-vggBvvEYuN .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-vggBvvEYuN .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBvvEYuN .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-vggBvvEYuN .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBvvEYuN .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-vggBvvEYuN .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBvvEYuN .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBvvEYuN .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBvvEYuN .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBvvEYuN .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBvvEYuN .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBvvEYuN .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBvvEYuN .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBvvEYuN .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBvvEYuN .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBvvEYuN .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBvvEYuN .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-vggBvvEYuN .mbr-text,
  .cid-vggBvvEYuN .nav-link,
  .cid-vggBvvEYuN .mbr-card-title,
  .cid-vggBvvEYuN .mbr-section-title {
    text-align: left;
  }
  .cid-vggBvvEYuN .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBvvEYuN .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBvvEYuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBvvEYuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBvvEYuN .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBvvEYuN .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBvvEYuN .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggBvwpITY .google-map {
  height: 700px;
  position: relative;
}
.cid-vggBvwpITY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggBvwpITY .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-vggBvwpITY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBvwpITY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghofZOZfP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghofZOZfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghofZOZfP .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-vghofZOZfP .container-fluid {
    padding: 0;
  }
}
.cid-vghofZOZfP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghofZOZfP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghofZOZfP .embla__button--next,
.cid-vghofZOZfP .embla__button--prev {
  display: flex;
}
.cid-vghofZOZfP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghofZOZfP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghofZOZfP .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-vghofZOZfP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghofZOZfP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghofZOZfP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghofZOZfP .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghofZOZfP .embla {
  position: relative;
  width: 100%;
}
.cid-vghofZOZfP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghofZOZfP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghofZOZfP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghofZOZfP .embla__slide a {
  cursor: grab;
}
.cid-vghofZOZfP .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghofZOZfP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghofZOZfP .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghofZOZfP .mbr-section-title {
  color: #232323;
}
.cid-vghofZOZfP .mbr-section-subtitle {
  color: #232323;
}
.cid-vghofZOZfP .mbr-box {
  color: #ffffff;
}
.cid-vghofZOZfP .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghofZOZfP img,
.cid-vghofZOZfP .item-img {
  width: 100%;
}
.cid-vghofZOZfP .item-wrapper {
  position: relative;
}
.cid-vghofZOZfP .content-head {
  max-width: 800px;
}
.cid-vggBvwIW2h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBvwIW2h .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBvWZaXL {
  z-index: 1000;
  width: 100%;
}
.cid-vggBvWZaXL .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-vggBvWZaXL .dropdown-menu {
  padding: 0;
}
.cid-vggBvWZaXL .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-vggBvWZaXL .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBvWZaXL .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBvWZaXL .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBvWZaXL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBvWZaXL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBvWZaXL .nav-link {
  position: relative;
}
.cid-vggBvWZaXL .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBvWZaXL .dropdown-menu,
.cid-vggBvWZaXL .navbar.opened {
  background: #212428 !important;
}
.cid-vggBvWZaXL .nav-item:focus,
.cid-vggBvWZaXL .nav-link:focus {
  outline: none;
}
.cid-vggBvWZaXL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBvWZaXL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBvWZaXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBvWZaXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBvWZaXL .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBvWZaXL .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBvWZaXL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBvWZaXL .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBvWZaXL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBvWZaXL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBvWZaXL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBvWZaXL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBvWZaXL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBvWZaXL .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-vggBvWZaXL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBvWZaXL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBvWZaXL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBvWZaXL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBvWZaXL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBvWZaXL .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBvWZaXL .navbar {
    min-height: 80px;
  }
}
.cid-vggBvWZaXL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBvWZaXL .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-vggBvWZaXL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBvWZaXL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBvWZaXL .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBvWZaXL .dropdown-item.active,
.cid-vggBvWZaXL .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBvWZaXL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBvWZaXL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBvWZaXL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBvWZaXL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBvWZaXL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBvWZaXL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBvWZaXL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBvWZaXL 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-vggBvWZaXL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBvWZaXL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBvWZaXL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBvWZaXL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBvWZaXL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBvWZaXL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBvWZaXL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBvWZaXL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBvWZaXL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBvWZaXL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBvWZaXL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBvWZaXL .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBvWZaXL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBvWZaXL .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-vggBvWZaXL .navbar {
    height: 70px;
  }
  .cid-vggBvWZaXL .navbar.opened {
    height: auto;
  }
  .cid-vggBvWZaXL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBvWZaXL .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-vggBvWZaXL .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBvWZaXL .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBvWZaXL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBvWZaXL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBvWZaXL .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBvWZaXL .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBvWZaXL .navbar-nav {
  display: flex !important;
}
.cid-vggBvWZaXL .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBvWZaXL .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBvWZaXL .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBvWZaXL .navbar-nav .nav-item .nav-link:hover,
.cid-vggBvWZaXL .navbar-nav .nav-item .nav-link:focus,
.cid-vggBvWZaXL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBvWZaXL .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBvWZaXL .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBvWZaXL .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBvWZaXL 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-vggBvWZaXL button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBvWZaXL button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBvWZaXL button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBvWZaXL button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBvWZaXL button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBvWZaXL button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBvWZaXL button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBvWZaXL .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-vggBvWZaXL .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBvWZaXL .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBvWZaXL .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBvWZaXL .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBvWZaXL .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBvWZaXL .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBvWZaXL .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBvWZaXL .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBvWZaXL .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBvWZaXL .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBvWZaXL .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBvWZaXL .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-vggBvWZaXL .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBvWZaXL .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBvWZaXL .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBvWZaXL .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBvWZaXL .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBvWZaXL .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBvWZaXL .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBvWZaXL .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBvWZaXL .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBvWZaXL .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBvWZaXL ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBvWZaXL ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBvWZaXL ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBvWZaXL .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBvWZaXL .social-container {
    padding-top: 40px;
  }
}
.cid-vggBvWZaXL .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBvWZaXL .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBvWZaXL .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-vggBvWZaXL .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-vggBvWZaXL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBvWZaXL .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBvWZaXL .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBvWZaXL .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBvWZaXL .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBvWZaXL .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBvX8wVn {
  background-image: url("../../../assets/images/iredell-county-courthouse-statesville-nc.webp");
}
.cid-vggBvX8wVn img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggBvX8wVn .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggBvX8wVn .images {
    display: none;
  }
}
.cid-vggBvX8wVn .image-wrapper-1,
.cid-vggBvX8wVn .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggBvX8wVn .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggBvX8wVn .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggBvX8wVn .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggBvX8wVn .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggBvX8wVn .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggBvX8wVn .image-wrapper-2 img {
  width: 90%;
}
.cid-vggBvX8wVn .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggBvX8wVn .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggBvX8wVn .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggBvX8wVn .text-wrapper {
  width: 100%;
}
.cid-vggBvX8wVn .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBvX8wVn .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggBvX8wVn .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggBvX8wVn .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggBvX8wVn .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggBvX8wVn .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggBvX8wVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBvX8wVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBvX8wVn .text {
  display: flex;
  align-items: center;
}
.cid-vghov8fJ5i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghov8fJ5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghov8fJ5i .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-vghov8fJ5i .container-fluid {
    padding: 0;
  }
}
.cid-vghov8fJ5i .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghov8fJ5i .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghov8fJ5i .embla__button--next,
.cid-vghov8fJ5i .embla__button--prev {
  display: flex;
}
.cid-vghov8fJ5i .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghov8fJ5i .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghov8fJ5i .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-vghov8fJ5i .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghov8fJ5i .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghov8fJ5i .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghov8fJ5i .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghov8fJ5i .embla {
  position: relative;
  width: 100%;
}
.cid-vghov8fJ5i .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghov8fJ5i .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghov8fJ5i .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghov8fJ5i .embla__slide a {
  cursor: grab;
}
.cid-vghov8fJ5i .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghov8fJ5i .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghov8fJ5i .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghov8fJ5i .mbr-section-title {
  color: #232323;
}
.cid-vghov8fJ5i .mbr-section-subtitle {
  color: #232323;
}
.cid-vghov8fJ5i .mbr-box {
  color: #ffffff;
}
.cid-vghov8fJ5i .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghov8fJ5i img,
.cid-vghov8fJ5i .item-img {
  width: 100%;
}
.cid-vghov8fJ5i .item-wrapper {
  position: relative;
}
.cid-vghov8fJ5i .content-head {
  max-width: 800px;
}
.cid-vggBvXfqTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBvXfqTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBvXfqTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBvXfqTE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBvXfqTE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBvXfqTE .container {
    padding: 0 16px;
  }
}
.cid-vggBvXfqTE .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBvXfqTE .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .row {
    padding: 25px 9px;
  }
}
.cid-vggBvXfqTE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBvXfqTE .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBvXfqTE .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBvXfqTE .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBvXfqTE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBvXfqTE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBvXfqTE .items-wrapper {
    display: block;
  }
}
.cid-vggBvXfqTE .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBvXfqTE .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBvXfqTE .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBvXfqTE .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBvXfqTE .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBvXfqTE .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBvXfqTE .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBvXfqTE .card {
  justify-content: center;
}
.cid-vggBvXfqTE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBvXfqTE .mbr-text {
  color: #000000;
}
.cid-vggBvXfqTE .card-title {
  color: #000000;
}
.cid-vggBvXfqTE .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBvXfqTE .card-title,
.cid-vggBvXfqTE .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggBvXn1y6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBvXn1y6 .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBvXn1y6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBvXn1y6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBvXn1y6 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBvXn1y6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBvXn1y6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBvXn1y6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBvXn1y6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBvXn1y6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBvXn1y6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBvXn1y6 .embla__button--next,
.cid-vggBvXn1y6 .embla__button--prev {
  display: flex;
}
.cid-vggBvXn1y6 .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-vggBvXn1y6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBvXn1y6 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBvXn1y6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBvXn1y6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBvXn1y6 .embla__button {
    top: -10%;
  }
}
.cid-vggBvXn1y6 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBvXn1y6 .embla {
    margin-top: 80px;
  }
}
.cid-vggBvXn1y6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBvXn1y6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBvXn1y6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBvXn1y6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBvXn1y6 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBvXn1y6 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBvXn1y6 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBvXn1y6 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBvXn1y6 .mbr-text ul {
    display: block;
  }
}
.cid-vggBvXn1y6 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBvXn1y6 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBvXn1y6 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBvXn1y6 .item-wrapper {
  height: 100%;
}
.cid-vggBvXn1y6 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBvXn1y6 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBvXn1y6 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghoufMDmw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoufMDmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoufMDmw .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-vghoufMDmw .container-fluid {
    padding: 0;
  }
}
.cid-vghoufMDmw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoufMDmw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoufMDmw .embla__button--next,
.cid-vghoufMDmw .embla__button--prev {
  display: flex;
}
.cid-vghoufMDmw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoufMDmw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoufMDmw .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-vghoufMDmw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoufMDmw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoufMDmw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoufMDmw .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoufMDmw .embla {
  position: relative;
  width: 100%;
}
.cid-vghoufMDmw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoufMDmw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoufMDmw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoufMDmw .embla__slide a {
  cursor: grab;
}
.cid-vghoufMDmw .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoufMDmw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoufMDmw .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoufMDmw .mbr-section-title {
  color: #232323;
}
.cid-vghoufMDmw .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoufMDmw .mbr-box {
  color: #ffffff;
}
.cid-vghoufMDmw .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoufMDmw img,
.cid-vghoufMDmw .item-img {
  width: 100%;
}
.cid-vghoufMDmw .item-wrapper {
  position: relative;
}
.cid-vghoufMDmw .content-head {
  max-width: 800px;
}
.cid-vggBvXznlJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBvXznlJ h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBvXznlJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBvXznlJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBvXznlJ .nav-link.active {
  background: #232323;
}
.cid-vggBvXznlJ .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-vggBvXznlJ .nav-link:hover {
  background: #232323;
}
.cid-vggBvXznlJ .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-vggBvXznlJ .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBvXznlJ .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBvXznlJ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBvXznlJ .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBvXznlJ .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBvXznlJ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBvXznlJ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBvXznlJ .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBvXznlJ .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-vggBvXznlJ .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-vggBvXznlJ .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBvXznlJ .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-vggBvXznlJ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBvXznlJ .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-vggBvXznlJ .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBvXznlJ .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBvXznlJ .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBvXznlJ .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBvXznlJ .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBvXznlJ .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBvXznlJ .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBvXznlJ .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBvXznlJ .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBvXznlJ .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBvXznlJ .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBvXznlJ .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-vggBvXznlJ .mbr-text,
  .cid-vggBvXznlJ .nav-link,
  .cid-vggBvXznlJ .mbr-card-title,
  .cid-vggBvXznlJ .mbr-section-title {
    text-align: left;
  }
  .cid-vggBvXznlJ .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBvXznlJ .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBvXznlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBvXznlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBvXznlJ .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBvXznlJ .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBvXznlJ .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggBvYljfI .google-map {
  height: 700px;
  position: relative;
}
.cid-vggBvYljfI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggBvYljfI .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-vggBvYljfI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBvYljfI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBvYsmbv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vggBvYsmbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBvYsmbv .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-vggBvYsmbv .container-fluid {
    padding: 0;
  }
}
.cid-vggBvYsmbv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vggBvYsmbv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vggBvYsmbv .embla__button--next,
.cid-vggBvYsmbv .embla__button--prev {
  display: flex;
}
.cid-vggBvYsmbv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vggBvYsmbv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vggBvYsmbv .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-vggBvYsmbv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBvYsmbv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBvYsmbv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vggBvYsmbv .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vggBvYsmbv .embla {
  position: relative;
  width: 100%;
}
.cid-vggBvYsmbv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBvYsmbv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBvYsmbv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBvYsmbv .embla__slide a {
  cursor: grab;
}
.cid-vggBvYsmbv .embla__slide a:active {
  cursor: grabbing;
}
.cid-vggBvYsmbv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBvYsmbv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vggBvYsmbv .mbr-section-title {
  color: #232323;
}
.cid-vggBvYsmbv .mbr-section-subtitle {
  color: #232323;
}
.cid-vggBvYsmbv .mbr-box {
  color: #ffffff;
}
.cid-vggBvYsmbv .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vggBvYsmbv img,
.cid-vggBvYsmbv .item-img {
  width: 100%;
}
.cid-vggBvYsmbv .item-wrapper {
  position: relative;
}
.cid-vggBvYsmbv .content-head {
  max-width: 800px;
}
.cid-vggBvYFWe0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBvYFWe0 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBwklbSz {
  z-index: 1000;
  width: 100%;
}
.cid-vggBwklbSz .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-vggBwklbSz .dropdown-menu {
  padding: 0;
}
.cid-vggBwklbSz .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-vggBwklbSz .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBwklbSz .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBwklbSz .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBwklbSz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBwklbSz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBwklbSz .nav-link {
  position: relative;
}
.cid-vggBwklbSz .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBwklbSz .dropdown-menu,
.cid-vggBwklbSz .navbar.opened {
  background: #212428 !important;
}
.cid-vggBwklbSz .nav-item:focus,
.cid-vggBwklbSz .nav-link:focus {
  outline: none;
}
.cid-vggBwklbSz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBwklbSz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBwklbSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBwklbSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBwklbSz .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBwklbSz .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBwklbSz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBwklbSz .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBwklbSz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBwklbSz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBwklbSz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBwklbSz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBwklbSz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBwklbSz .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-vggBwklbSz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBwklbSz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBwklbSz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBwklbSz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBwklbSz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBwklbSz .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBwklbSz .navbar {
    min-height: 80px;
  }
}
.cid-vggBwklbSz .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBwklbSz .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-vggBwklbSz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBwklbSz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBwklbSz .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBwklbSz .dropdown-item.active,
.cid-vggBwklbSz .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBwklbSz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBwklbSz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBwklbSz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBwklbSz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBwklbSz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBwklbSz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBwklbSz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBwklbSz 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-vggBwklbSz button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBwklbSz button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBwklbSz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBwklbSz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBwklbSz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBwklbSz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBwklbSz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBwklbSz nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBwklbSz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBwklbSz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBwklbSz nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBwklbSz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBwklbSz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBwklbSz .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-vggBwklbSz .navbar {
    height: 70px;
  }
  .cid-vggBwklbSz .navbar.opened {
    height: auto;
  }
  .cid-vggBwklbSz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBwklbSz .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-vggBwklbSz .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBwklbSz .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBwklbSz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBwklbSz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBwklbSz .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBwklbSz .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBwklbSz .navbar-nav {
  display: flex !important;
}
.cid-vggBwklbSz .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBwklbSz .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBwklbSz .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBwklbSz .navbar-nav .nav-item .nav-link:hover,
.cid-vggBwklbSz .navbar-nav .nav-item .nav-link:focus,
.cid-vggBwklbSz .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBwklbSz .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBwklbSz .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBwklbSz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBwklbSz 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-vggBwklbSz button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBwklbSz button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBwklbSz button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBwklbSz button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBwklbSz button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBwklbSz button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBwklbSz button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBwklbSz .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-vggBwklbSz .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBwklbSz .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBwklbSz .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBwklbSz .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBwklbSz .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBwklbSz .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBwklbSz .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBwklbSz .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBwklbSz .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBwklbSz .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBwklbSz .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBwklbSz .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-vggBwklbSz .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBwklbSz .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBwklbSz .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBwklbSz .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBwklbSz .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBwklbSz .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBwklbSz .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBwklbSz .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBwklbSz .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBwklbSz .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBwklbSz ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBwklbSz ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBwklbSz ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBwklbSz .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBwklbSz .social-container {
    padding-top: 40px;
  }
}
.cid-vggBwklbSz .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBwklbSz .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBwklbSz .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-vggBwklbSz .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-vggBwklbSz .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBwklbSz .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBwklbSz .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBwklbSz .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBwklbSz .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBwklbSz .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBwkuoDE {
  background-image: url("../../../assets/images/chapel-hill-historic-district-orange-county.webp");
}
.cid-vggBwkuoDE img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggBwkuoDE .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggBwkuoDE .images {
    display: none;
  }
}
.cid-vggBwkuoDE .image-wrapper-1,
.cid-vggBwkuoDE .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggBwkuoDE .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggBwkuoDE .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggBwkuoDE .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggBwkuoDE .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggBwkuoDE .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggBwkuoDE .image-wrapper-2 img {
  width: 90%;
}
.cid-vggBwkuoDE .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggBwkuoDE .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggBwkuoDE .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggBwkuoDE .text-wrapper {
  width: 100%;
}
.cid-vggBwkuoDE .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBwkuoDE .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggBwkuoDE .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggBwkuoDE .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggBwkuoDE .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggBwkuoDE .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggBwkuoDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBwkuoDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBwkuoDE .text {
  display: flex;
  align-items: center;
}
.cid-vghoEFuFQr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoEFuFQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoEFuFQr .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-vghoEFuFQr .container-fluid {
    padding: 0;
  }
}
.cid-vghoEFuFQr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoEFuFQr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoEFuFQr .embla__button--next,
.cid-vghoEFuFQr .embla__button--prev {
  display: flex;
}
.cid-vghoEFuFQr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoEFuFQr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoEFuFQr .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-vghoEFuFQr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoEFuFQr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoEFuFQr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoEFuFQr .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoEFuFQr .embla {
  position: relative;
  width: 100%;
}
.cid-vghoEFuFQr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoEFuFQr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoEFuFQr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoEFuFQr .embla__slide a {
  cursor: grab;
}
.cid-vghoEFuFQr .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoEFuFQr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoEFuFQr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoEFuFQr .mbr-section-title {
  color: #232323;
}
.cid-vghoEFuFQr .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoEFuFQr .mbr-box {
  color: #ffffff;
}
.cid-vghoEFuFQr .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoEFuFQr img,
.cid-vghoEFuFQr .item-img {
  width: 100%;
}
.cid-vghoEFuFQr .item-wrapper {
  position: relative;
}
.cid-vghoEFuFQr .content-head {
  max-width: 800px;
}
.cid-vggBwkz1k1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBwkz1k1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBwkz1k1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBwkz1k1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBwkz1k1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBwkz1k1 .container {
    padding: 0 16px;
  }
}
.cid-vggBwkz1k1 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBwkz1k1 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .row {
    padding: 25px 9px;
  }
}
.cid-vggBwkz1k1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBwkz1k1 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBwkz1k1 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBwkz1k1 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBwkz1k1 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBwkz1k1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBwkz1k1 .items-wrapper {
    display: block;
  }
}
.cid-vggBwkz1k1 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBwkz1k1 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBwkz1k1 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBwkz1k1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBwkz1k1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBwkz1k1 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBwkz1k1 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBwkz1k1 .card {
  justify-content: center;
}
.cid-vggBwkz1k1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBwkz1k1 .mbr-text {
  color: #000000;
}
.cid-vggBwkz1k1 .card-title {
  color: #000000;
}
.cid-vggBwkz1k1 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBwkz1k1 .card-title,
.cid-vggBwkz1k1 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggBwkGGLf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBwkGGLf .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBwkGGLf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBwkGGLf .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBwkGGLf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBwkGGLf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBwkGGLf .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBwkGGLf .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBwkGGLf .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBwkGGLf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBwkGGLf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBwkGGLf .embla__button--next,
.cid-vggBwkGGLf .embla__button--prev {
  display: flex;
}
.cid-vggBwkGGLf .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-vggBwkGGLf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBwkGGLf .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBwkGGLf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBwkGGLf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBwkGGLf .embla__button {
    top: -10%;
  }
}
.cid-vggBwkGGLf .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBwkGGLf .embla {
    margin-top: 80px;
  }
}
.cid-vggBwkGGLf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBwkGGLf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBwkGGLf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBwkGGLf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBwkGGLf .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBwkGGLf .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBwkGGLf .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBwkGGLf .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBwkGGLf .mbr-text ul {
    display: block;
  }
}
.cid-vggBwkGGLf .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBwkGGLf .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBwkGGLf .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBwkGGLf .item-wrapper {
  height: 100%;
}
.cid-vggBwkGGLf .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBwkGGLf .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBwkGGLf .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghoDMac6J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoDMac6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoDMac6J .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-vghoDMac6J .container-fluid {
    padding: 0;
  }
}
.cid-vghoDMac6J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoDMac6J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoDMac6J .embla__button--next,
.cid-vghoDMac6J .embla__button--prev {
  display: flex;
}
.cid-vghoDMac6J .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoDMac6J .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoDMac6J .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-vghoDMac6J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoDMac6J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoDMac6J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoDMac6J .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoDMac6J .embla {
  position: relative;
  width: 100%;
}
.cid-vghoDMac6J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoDMac6J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoDMac6J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoDMac6J .embla__slide a {
  cursor: grab;
}
.cid-vghoDMac6J .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoDMac6J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoDMac6J .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoDMac6J .mbr-section-title {
  color: #232323;
}
.cid-vghoDMac6J .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoDMac6J .mbr-box {
  color: #ffffff;
}
.cid-vghoDMac6J .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoDMac6J img,
.cid-vghoDMac6J .item-img {
  width: 100%;
}
.cid-vghoDMac6J .item-wrapper {
  position: relative;
}
.cid-vghoDMac6J .content-head {
  max-width: 800px;
}
.cid-vggBwkThED {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBwkThED h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBwkThED .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBwkThED .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBwkThED .nav-link.active {
  background: #232323;
}
.cid-vggBwkThED .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-vggBwkThED .nav-link:hover {
  background: #232323;
}
.cid-vggBwkThED .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-vggBwkThED .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBwkThED .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBwkThED .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBwkThED .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBwkThED .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBwkThED .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBwkThED .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBwkThED .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBwkThED .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-vggBwkThED .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-vggBwkThED .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBwkThED .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-vggBwkThED .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBwkThED .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-vggBwkThED .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBwkThED .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBwkThED .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBwkThED .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBwkThED .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBwkThED .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBwkThED .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBwkThED .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBwkThED .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBwkThED .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBwkThED .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBwkThED .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-vggBwkThED .mbr-text,
  .cid-vggBwkThED .nav-link,
  .cid-vggBwkThED .mbr-card-title,
  .cid-vggBwkThED .mbr-section-title {
    text-align: left;
  }
  .cid-vggBwkThED .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBwkThED .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBwkThED .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBwkThED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBwkThED .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBwkThED .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBwkThED .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggBwlFTJy .google-map {
  height: 700px;
  position: relative;
}
.cid-vggBwlFTJy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggBwlFTJy .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-vggBwlFTJy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBwlFTJy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghoD0IGMZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoD0IGMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoD0IGMZ .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-vghoD0IGMZ .container-fluid {
    padding: 0;
  }
}
.cid-vghoD0IGMZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoD0IGMZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoD0IGMZ .embla__button--next,
.cid-vghoD0IGMZ .embla__button--prev {
  display: flex;
}
.cid-vghoD0IGMZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoD0IGMZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoD0IGMZ .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-vghoD0IGMZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoD0IGMZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoD0IGMZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoD0IGMZ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoD0IGMZ .embla {
  position: relative;
  width: 100%;
}
.cid-vghoD0IGMZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoD0IGMZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoD0IGMZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoD0IGMZ .embla__slide a {
  cursor: grab;
}
.cid-vghoD0IGMZ .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoD0IGMZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoD0IGMZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoD0IGMZ .mbr-section-title {
  color: #232323;
}
.cid-vghoD0IGMZ .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoD0IGMZ .mbr-box {
  color: #ffffff;
}
.cid-vghoD0IGMZ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoD0IGMZ img,
.cid-vghoD0IGMZ .item-img {
  width: 100%;
}
.cid-vghoD0IGMZ .item-wrapper {
  position: relative;
}
.cid-vghoD0IGMZ .content-head {
  max-width: 800px;
}
.cid-vggBwlYq0L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBwlYq0L .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggByialgY {
  z-index: 1000;
  width: 100%;
}
.cid-vggByialgY .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-vggByialgY .dropdown-menu {
  padding: 0;
}
.cid-vggByialgY .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-vggByialgY .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggByialgY .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggByialgY .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggByialgY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggByialgY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggByialgY .nav-link {
  position: relative;
}
.cid-vggByialgY .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggByialgY .dropdown-menu,
.cid-vggByialgY .navbar.opened {
  background: #212428 !important;
}
.cid-vggByialgY .nav-item:focus,
.cid-vggByialgY .nav-link:focus {
  outline: none;
}
.cid-vggByialgY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggByialgY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggByialgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggByialgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggByialgY .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggByialgY .navbar.opened {
  transition: all 0.3s;
}
.cid-vggByialgY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggByialgY .navbar .navbar-logo img {
  width: auto;
}
.cid-vggByialgY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggByialgY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggByialgY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggByialgY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggByialgY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggByialgY .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-vggByialgY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggByialgY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggByialgY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggByialgY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggByialgY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggByialgY .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggByialgY .navbar {
    min-height: 80px;
  }
}
.cid-vggByialgY .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggByialgY .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-vggByialgY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggByialgY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggByialgY .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggByialgY .dropdown-item.active,
.cid-vggByialgY .dropdown-item:active {
  background-color: transparent;
}
.cid-vggByialgY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggByialgY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggByialgY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggByialgY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggByialgY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggByialgY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggByialgY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggByialgY 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-vggByialgY button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggByialgY button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggByialgY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggByialgY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggByialgY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggByialgY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggByialgY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggByialgY nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggByialgY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggByialgY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggByialgY nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggByialgY .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggByialgY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggByialgY .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-vggByialgY .navbar {
    height: 70px;
  }
  .cid-vggByialgY .navbar.opened {
    height: auto;
  }
  .cid-vggByialgY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggByialgY .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-vggByialgY .navbar-short {
    min-height: 70px;
  }
}
.cid-vggByialgY .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggByialgY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggByialgY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggByialgY .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggByialgY .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggByialgY .navbar-nav {
  display: flex !important;
}
.cid-vggByialgY .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggByialgY .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggByialgY .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggByialgY .navbar-nav .nav-item .nav-link:hover,
.cid-vggByialgY .navbar-nav .nav-item .nav-link:focus,
.cid-vggByialgY .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggByialgY .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggByialgY .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggByialgY .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggByialgY 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-vggByialgY button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggByialgY button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggByialgY button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggByialgY button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggByialgY button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggByialgY button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggByialgY button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggByialgY .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-vggByialgY .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggByialgY .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggByialgY .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggByialgY .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggByialgY .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggByialgY .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggByialgY .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggByialgY .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggByialgY .offcanvas.show {
  transform: translateX(0);
}
.cid-vggByialgY .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggByialgY .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggByialgY .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-vggByialgY .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggByialgY .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggByialgY .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggByialgY .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggByialgY .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggByialgY .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggByialgY .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggByialgY .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggByialgY .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggByialgY .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggByialgY ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggByialgY ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggByialgY ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggByialgY .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggByialgY .social-container {
    padding-top: 40px;
  }
}
.cid-vggByialgY .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggByialgY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggByialgY .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-vggByialgY .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-vggByialgY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggByialgY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggByialgY .soc-item:hover:before {
  opacity: 1;
}
.cid-vggByialgY .offcanvas_btn {
  margin-top: auto;
}
.cid-vggByialgY .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggByialgY .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggByiiRsm {
  background-image: url("../../../assets/images/randolph-county-courthouse-2013-09-21-18-10.webp");
}
.cid-vggByiiRsm img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggByiiRsm .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggByiiRsm .images {
    display: none;
  }
}
.cid-vggByiiRsm .image-wrapper-1,
.cid-vggByiiRsm .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggByiiRsm .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggByiiRsm .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggByiiRsm .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggByiiRsm .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggByiiRsm .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggByiiRsm .image-wrapper-2 img {
  width: 90%;
}
.cid-vggByiiRsm .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggByiiRsm .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggByiiRsm .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggByiiRsm .text-wrapper {
  width: 100%;
}
.cid-vggByiiRsm .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggByiiRsm .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggByiiRsm .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggByiiRsm .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggByiiRsm .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggByiiRsm .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggByiiRsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggByiiRsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggByiiRsm .text {
  display: flex;
  align-items: center;
}
.cid-vghoR61mpv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoR61mpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoR61mpv .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-vghoR61mpv .container-fluid {
    padding: 0;
  }
}
.cid-vghoR61mpv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoR61mpv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoR61mpv .embla__button--next,
.cid-vghoR61mpv .embla__button--prev {
  display: flex;
}
.cid-vghoR61mpv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoR61mpv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoR61mpv .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-vghoR61mpv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoR61mpv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoR61mpv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoR61mpv .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoR61mpv .embla {
  position: relative;
  width: 100%;
}
.cid-vghoR61mpv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoR61mpv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoR61mpv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoR61mpv .embla__slide a {
  cursor: grab;
}
.cid-vghoR61mpv .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoR61mpv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoR61mpv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoR61mpv .mbr-section-title {
  color: #232323;
}
.cid-vghoR61mpv .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoR61mpv .mbr-box {
  color: #ffffff;
}
.cid-vghoR61mpv .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoR61mpv img,
.cid-vghoR61mpv .item-img {
  width: 100%;
}
.cid-vghoR61mpv .item-wrapper {
  position: relative;
}
.cid-vghoR61mpv .content-head {
  max-width: 800px;
}
.cid-vggByipW2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggByipW2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggByipW2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggByipW2l .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggByipW2l .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggByipW2l .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggByipW2l .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggByipW2l .container {
    padding: 0 16px;
  }
}
.cid-vggByipW2l .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggByipW2l .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggByipW2l .row {
    padding: 25px 9px;
  }
}
.cid-vggByipW2l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggByipW2l .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggByipW2l .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggByipW2l .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggByipW2l .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggByipW2l .image-wrapper img {
    height: 350px;
  }
}
.cid-vggByipW2l .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggByipW2l .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggByipW2l .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggByipW2l .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggByipW2l .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggByipW2l .items-wrapper {
    display: block;
  }
}
.cid-vggByipW2l .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggByipW2l .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggByipW2l .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggByipW2l .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggByipW2l .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggByipW2l .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggByipW2l .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggByipW2l .card {
  justify-content: center;
}
.cid-vggByipW2l .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggByipW2l .mbr-text {
  color: #000000;
}
.cid-vggByipW2l .card-title {
  color: #000000;
}
.cid-vggByipW2l .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggByipW2l .card-title,
.cid-vggByipW2l .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggByixanb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggByixanb .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggByixanb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggByixanb .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggByixanb .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggByixanb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggByixanb .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggByixanb .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggByixanb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggByixanb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggByixanb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggByixanb .embla__button--next,
.cid-vggByixanb .embla__button--prev {
  display: flex;
}
.cid-vggByixanb .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-vggByixanb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggByixanb .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggByixanb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggByixanb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggByixanb .embla__button {
    top: -10%;
  }
}
.cid-vggByixanb .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggByixanb .embla {
    margin-top: 80px;
  }
}
.cid-vggByixanb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggByixanb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggByixanb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggByixanb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggByixanb .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggByixanb .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggByixanb .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggByixanb .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggByixanb .mbr-text ul {
    display: block;
  }
}
.cid-vggByixanb .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggByixanb .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggByixanb .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggByixanb .item-wrapper {
  height: 100%;
}
.cid-vggByixanb .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggByixanb .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggByixanb .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghoPBHOAA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoPBHOAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoPBHOAA .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-vghoPBHOAA .container-fluid {
    padding: 0;
  }
}
.cid-vghoPBHOAA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoPBHOAA .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoPBHOAA .embla__button--next,
.cid-vghoPBHOAA .embla__button--prev {
  display: flex;
}
.cid-vghoPBHOAA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoPBHOAA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoPBHOAA .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-vghoPBHOAA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoPBHOAA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoPBHOAA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoPBHOAA .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoPBHOAA .embla {
  position: relative;
  width: 100%;
}
.cid-vghoPBHOAA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoPBHOAA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoPBHOAA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoPBHOAA .embla__slide a {
  cursor: grab;
}
.cid-vghoPBHOAA .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoPBHOAA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoPBHOAA .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoPBHOAA .mbr-section-title {
  color: #232323;
}
.cid-vghoPBHOAA .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoPBHOAA .mbr-box {
  color: #ffffff;
}
.cid-vghoPBHOAA .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoPBHOAA img,
.cid-vghoPBHOAA .item-img {
  width: 100%;
}
.cid-vghoPBHOAA .item-wrapper {
  position: relative;
}
.cid-vghoPBHOAA .content-head {
  max-width: 800px;
}
.cid-vggByiJoev {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggByiJoev h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggByiJoev .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggByiJoev .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggByiJoev .nav-link.active {
  background: #232323;
}
.cid-vggByiJoev .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-vggByiJoev .nav-link:hover {
  background: #232323;
}
.cid-vggByiJoev .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-vggByiJoev .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggByiJoev .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggByiJoev .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggByiJoev .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggByiJoev .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggByiJoev .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggByiJoev .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggByiJoev .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggByiJoev .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-vggByiJoev .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-vggByiJoev .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggByiJoev .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-vggByiJoev .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggByiJoev .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-vggByiJoev .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggByiJoev .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggByiJoev .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggByiJoev .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggByiJoev .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggByiJoev .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggByiJoev .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggByiJoev .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggByiJoev .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggByiJoev .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggByiJoev .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggByiJoev .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-vggByiJoev .mbr-text,
  .cid-vggByiJoev .nav-link,
  .cid-vggByiJoev .mbr-card-title,
  .cid-vggByiJoev .mbr-section-title {
    text-align: left;
  }
  .cid-vggByiJoev .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggByiJoev .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggByiJoev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggByiJoev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggByiJoev .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggByiJoev .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggByiJoev .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggByjuCtu .google-map {
  height: 700px;
  position: relative;
}
.cid-vggByjuCtu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggByjuCtu .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-vggByjuCtu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggByjuCtu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggByjBo3Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vggByjBo3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggByjBo3Q .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-vggByjBo3Q .container-fluid {
    padding: 0;
  }
}
.cid-vggByjBo3Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vggByjBo3Q .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vggByjBo3Q .embla__button--next,
.cid-vggByjBo3Q .embla__button--prev {
  display: flex;
}
.cid-vggByjBo3Q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vggByjBo3Q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vggByjBo3Q .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-vggByjBo3Q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggByjBo3Q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggByjBo3Q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vggByjBo3Q .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vggByjBo3Q .embla {
  position: relative;
  width: 100%;
}
.cid-vggByjBo3Q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggByjBo3Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggByjBo3Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggByjBo3Q .embla__slide a {
  cursor: grab;
}
.cid-vggByjBo3Q .embla__slide a:active {
  cursor: grabbing;
}
.cid-vggByjBo3Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggByjBo3Q .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vggByjBo3Q .mbr-section-title {
  color: #232323;
}
.cid-vggByjBo3Q .mbr-section-subtitle {
  color: #232323;
}
.cid-vggByjBo3Q .mbr-box {
  color: #ffffff;
}
.cid-vggByjBo3Q .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vggByjBo3Q img,
.cid-vggByjBo3Q .item-img {
  width: 100%;
}
.cid-vggByjBo3Q .item-wrapper {
  position: relative;
}
.cid-vggByjBo3Q .content-head {
  max-width: 800px;
}
.cid-vggByjOvwo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggByjOvwo .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggByRYe4i {
  z-index: 1000;
  width: 100%;
}
.cid-vggByRYe4i .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-vggByRYe4i .dropdown-menu {
  padding: 0;
}
.cid-vggByRYe4i .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-vggByRYe4i .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggByRYe4i .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggByRYe4i .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggByRYe4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggByRYe4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggByRYe4i .nav-link {
  position: relative;
}
.cid-vggByRYe4i .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggByRYe4i .dropdown-menu,
.cid-vggByRYe4i .navbar.opened {
  background: #212428 !important;
}
.cid-vggByRYe4i .nav-item:focus,
.cid-vggByRYe4i .nav-link:focus {
  outline: none;
}
.cid-vggByRYe4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggByRYe4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggByRYe4i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggByRYe4i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggByRYe4i .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggByRYe4i .navbar.opened {
  transition: all 0.3s;
}
.cid-vggByRYe4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggByRYe4i .navbar .navbar-logo img {
  width: auto;
}
.cid-vggByRYe4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggByRYe4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggByRYe4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggByRYe4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggByRYe4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggByRYe4i .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-vggByRYe4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggByRYe4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggByRYe4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggByRYe4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggByRYe4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggByRYe4i .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggByRYe4i .navbar {
    min-height: 80px;
  }
}
.cid-vggByRYe4i .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggByRYe4i .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-vggByRYe4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggByRYe4i .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggByRYe4i .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggByRYe4i .dropdown-item.active,
.cid-vggByRYe4i .dropdown-item:active {
  background-color: transparent;
}
.cid-vggByRYe4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggByRYe4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggByRYe4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggByRYe4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggByRYe4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggByRYe4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggByRYe4i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggByRYe4i 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-vggByRYe4i button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggByRYe4i button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggByRYe4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggByRYe4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggByRYe4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggByRYe4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggByRYe4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggByRYe4i nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggByRYe4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggByRYe4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggByRYe4i nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggByRYe4i .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggByRYe4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggByRYe4i .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-vggByRYe4i .navbar {
    height: 70px;
  }
  .cid-vggByRYe4i .navbar.opened {
    height: auto;
  }
  .cid-vggByRYe4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggByRYe4i .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-vggByRYe4i .navbar-short {
    min-height: 70px;
  }
}
.cid-vggByRYe4i .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggByRYe4i .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggByRYe4i .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggByRYe4i .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggByRYe4i .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggByRYe4i .navbar-nav {
  display: flex !important;
}
.cid-vggByRYe4i .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggByRYe4i .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggByRYe4i .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggByRYe4i .navbar-nav .nav-item .nav-link:hover,
.cid-vggByRYe4i .navbar-nav .nav-item .nav-link:focus,
.cid-vggByRYe4i .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggByRYe4i .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggByRYe4i .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggByRYe4i .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggByRYe4i 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-vggByRYe4i button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggByRYe4i button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggByRYe4i button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggByRYe4i button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggByRYe4i button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggByRYe4i button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggByRYe4i button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggByRYe4i .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-vggByRYe4i .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggByRYe4i .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggByRYe4i .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggByRYe4i .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggByRYe4i .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggByRYe4i .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggByRYe4i .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggByRYe4i .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggByRYe4i .offcanvas.show {
  transform: translateX(0);
}
.cid-vggByRYe4i .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggByRYe4i .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggByRYe4i .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-vggByRYe4i .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggByRYe4i .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggByRYe4i .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggByRYe4i .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggByRYe4i .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggByRYe4i .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggByRYe4i .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggByRYe4i .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggByRYe4i .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggByRYe4i .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggByRYe4i ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggByRYe4i ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggByRYe4i ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggByRYe4i .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggByRYe4i .social-container {
    padding-top: 40px;
  }
}
.cid-vggByRYe4i .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggByRYe4i .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggByRYe4i .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-vggByRYe4i .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-vggByRYe4i .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggByRYe4i .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggByRYe4i .soc-item:hover:before {
  opacity: 1;
}
.cid-vggByRYe4i .offcanvas_btn {
  margin-top: auto;
}
.cid-vggByRYe4i .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggByRYe4i .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggByS8DiF {
  background-image: url("../../../assets/images/salisburyhighschool-salisburynorthcarolina.webp");
}
.cid-vggByS8DiF img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggByS8DiF .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggByS8DiF .images {
    display: none;
  }
}
.cid-vggByS8DiF .image-wrapper-1,
.cid-vggByS8DiF .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggByS8DiF .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggByS8DiF .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggByS8DiF .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggByS8DiF .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggByS8DiF .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggByS8DiF .image-wrapper-2 img {
  width: 90%;
}
.cid-vggByS8DiF .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggByS8DiF .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggByS8DiF .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggByS8DiF .text-wrapper {
  width: 100%;
}
.cid-vggByS8DiF .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggByS8DiF .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggByS8DiF .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggByS8DiF .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggByS8DiF .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggByS8DiF .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggByS8DiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggByS8DiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggByS8DiF .text {
  display: flex;
  align-items: center;
}
.cid-vghoZCvZHX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoZCvZHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoZCvZHX .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-vghoZCvZHX .container-fluid {
    padding: 0;
  }
}
.cid-vghoZCvZHX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoZCvZHX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoZCvZHX .embla__button--next,
.cid-vghoZCvZHX .embla__button--prev {
  display: flex;
}
.cid-vghoZCvZHX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoZCvZHX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoZCvZHX .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-vghoZCvZHX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoZCvZHX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoZCvZHX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoZCvZHX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoZCvZHX .embla {
  position: relative;
  width: 100%;
}
.cid-vghoZCvZHX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoZCvZHX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoZCvZHX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoZCvZHX .embla__slide a {
  cursor: grab;
}
.cid-vghoZCvZHX .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoZCvZHX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoZCvZHX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoZCvZHX .mbr-section-title {
  color: #232323;
}
.cid-vghoZCvZHX .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoZCvZHX .mbr-box {
  color: #ffffff;
}
.cid-vghoZCvZHX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoZCvZHX img,
.cid-vghoZCvZHX .item-img {
  width: 100%;
}
.cid-vghoZCvZHX .item-wrapper {
  position: relative;
}
.cid-vghoZCvZHX .content-head {
  max-width: 800px;
}
.cid-vggBySdKkZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBySdKkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBySdKkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBySdKkZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBySdKkZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBySdKkZ .container {
    padding: 0 16px;
  }
}
.cid-vggBySdKkZ .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBySdKkZ .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .row {
    padding: 25px 9px;
  }
}
.cid-vggBySdKkZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBySdKkZ .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBySdKkZ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBySdKkZ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBySdKkZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBySdKkZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBySdKkZ .items-wrapper {
    display: block;
  }
}
.cid-vggBySdKkZ .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBySdKkZ .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBySdKkZ .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBySdKkZ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBySdKkZ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBySdKkZ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBySdKkZ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBySdKkZ .card {
  justify-content: center;
}
.cid-vggBySdKkZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBySdKkZ .mbr-text {
  color: #000000;
}
.cid-vggBySdKkZ .card-title {
  color: #000000;
}
.cid-vggBySdKkZ .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBySdKkZ .card-title,
.cid-vggBySdKkZ .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggBySmhVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBySmhVh .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBySmhVh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBySmhVh .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBySmhVh .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBySmhVh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBySmhVh .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBySmhVh .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBySmhVh .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBySmhVh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBySmhVh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBySmhVh .embla__button--next,
.cid-vggBySmhVh .embla__button--prev {
  display: flex;
}
.cid-vggBySmhVh .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-vggBySmhVh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBySmhVh .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBySmhVh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBySmhVh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBySmhVh .embla__button {
    top: -10%;
  }
}
.cid-vggBySmhVh .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBySmhVh .embla {
    margin-top: 80px;
  }
}
.cid-vggBySmhVh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBySmhVh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBySmhVh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBySmhVh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBySmhVh .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBySmhVh .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBySmhVh .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBySmhVh .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBySmhVh .mbr-text ul {
    display: block;
  }
}
.cid-vggBySmhVh .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBySmhVh .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBySmhVh .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBySmhVh .item-wrapper {
  height: 100%;
}
.cid-vggBySmhVh .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBySmhVh .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBySmhVh .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghoYvFZaV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoYvFZaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoYvFZaV .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-vghoYvFZaV .container-fluid {
    padding: 0;
  }
}
.cid-vghoYvFZaV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoYvFZaV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoYvFZaV .embla__button--next,
.cid-vghoYvFZaV .embla__button--prev {
  display: flex;
}
.cid-vghoYvFZaV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoYvFZaV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoYvFZaV .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-vghoYvFZaV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoYvFZaV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoYvFZaV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoYvFZaV .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoYvFZaV .embla {
  position: relative;
  width: 100%;
}
.cid-vghoYvFZaV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoYvFZaV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoYvFZaV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoYvFZaV .embla__slide a {
  cursor: grab;
}
.cid-vghoYvFZaV .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoYvFZaV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoYvFZaV .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoYvFZaV .mbr-section-title {
  color: #232323;
}
.cid-vghoYvFZaV .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoYvFZaV .mbr-box {
  color: #ffffff;
}
.cid-vghoYvFZaV .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoYvFZaV img,
.cid-vghoYvFZaV .item-img {
  width: 100%;
}
.cid-vghoYvFZaV .item-wrapper {
  position: relative;
}
.cid-vghoYvFZaV .content-head {
  max-width: 800px;
}
.cid-vggBySxN2R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBySxN2R h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBySxN2R .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBySxN2R .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBySxN2R .nav-link.active {
  background: #232323;
}
.cid-vggBySxN2R .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-vggBySxN2R .nav-link:hover {
  background: #232323;
}
.cid-vggBySxN2R .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-vggBySxN2R .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBySxN2R .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBySxN2R .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBySxN2R .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBySxN2R .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBySxN2R .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBySxN2R .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBySxN2R .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBySxN2R .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-vggBySxN2R .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-vggBySxN2R .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBySxN2R .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-vggBySxN2R .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBySxN2R .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-vggBySxN2R .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBySxN2R .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBySxN2R .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBySxN2R .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBySxN2R .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBySxN2R .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBySxN2R .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBySxN2R .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBySxN2R .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBySxN2R .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBySxN2R .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBySxN2R .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-vggBySxN2R .mbr-text,
  .cid-vggBySxN2R .nav-link,
  .cid-vggBySxN2R .mbr-card-title,
  .cid-vggBySxN2R .mbr-section-title {
    text-align: left;
  }
  .cid-vggBySxN2R .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBySxN2R .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBySxN2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBySxN2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBySxN2R .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBySxN2R .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBySxN2R .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggByTkJB6 .google-map {
  height: 700px;
  position: relative;
}
.cid-vggByTkJB6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggByTkJB6 .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-vggByTkJB6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggByTkJB6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghoXRgzgw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghoXRgzgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghoXRgzgw .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-vghoXRgzgw .container-fluid {
    padding: 0;
  }
}
.cid-vghoXRgzgw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghoXRgzgw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghoXRgzgw .embla__button--next,
.cid-vghoXRgzgw .embla__button--prev {
  display: flex;
}
.cid-vghoXRgzgw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghoXRgzgw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghoXRgzgw .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-vghoXRgzgw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghoXRgzgw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghoXRgzgw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghoXRgzgw .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghoXRgzgw .embla {
  position: relative;
  width: 100%;
}
.cid-vghoXRgzgw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghoXRgzgw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghoXRgzgw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghoXRgzgw .embla__slide a {
  cursor: grab;
}
.cid-vghoXRgzgw .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghoXRgzgw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghoXRgzgw .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghoXRgzgw .mbr-section-title {
  color: #232323;
}
.cid-vghoXRgzgw .mbr-section-subtitle {
  color: #232323;
}
.cid-vghoXRgzgw .mbr-box {
  color: #ffffff;
}
.cid-vghoXRgzgw .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghoXRgzgw img,
.cid-vghoXRgzgw .item-img {
  width: 100%;
}
.cid-vghoXRgzgw .item-wrapper {
  position: relative;
}
.cid-vghoXRgzgw .content-head {
  max-width: 800px;
}
.cid-vggByTDCQx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggByTDCQx .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBu9rsIB {
  z-index: 1000;
  width: 100%;
}
.cid-vggBu9rsIB .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-vggBu9rsIB .dropdown-menu {
  padding: 0;
}
.cid-vggBu9rsIB .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-vggBu9rsIB .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBu9rsIB .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBu9rsIB .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBu9rsIB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBu9rsIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBu9rsIB .nav-link {
  position: relative;
}
.cid-vggBu9rsIB .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBu9rsIB .dropdown-menu,
.cid-vggBu9rsIB .navbar.opened {
  background: #212428 !important;
}
.cid-vggBu9rsIB .nav-item:focus,
.cid-vggBu9rsIB .nav-link:focus {
  outline: none;
}
.cid-vggBu9rsIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBu9rsIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBu9rsIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBu9rsIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBu9rsIB .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBu9rsIB .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBu9rsIB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBu9rsIB .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBu9rsIB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBu9rsIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBu9rsIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBu9rsIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBu9rsIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBu9rsIB .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-vggBu9rsIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBu9rsIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBu9rsIB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBu9rsIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBu9rsIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBu9rsIB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBu9rsIB .navbar {
    min-height: 80px;
  }
}
.cid-vggBu9rsIB .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBu9rsIB .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-vggBu9rsIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBu9rsIB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBu9rsIB .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBu9rsIB .dropdown-item.active,
.cid-vggBu9rsIB .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBu9rsIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBu9rsIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBu9rsIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBu9rsIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBu9rsIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBu9rsIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBu9rsIB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBu9rsIB 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-vggBu9rsIB button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBu9rsIB button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBu9rsIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBu9rsIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBu9rsIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBu9rsIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBu9rsIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBu9rsIB nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBu9rsIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBu9rsIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBu9rsIB nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBu9rsIB .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBu9rsIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBu9rsIB .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-vggBu9rsIB .navbar {
    height: 70px;
  }
  .cid-vggBu9rsIB .navbar.opened {
    height: auto;
  }
  .cid-vggBu9rsIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBu9rsIB .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-vggBu9rsIB .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBu9rsIB .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBu9rsIB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBu9rsIB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBu9rsIB .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBu9rsIB .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBu9rsIB .navbar-nav {
  display: flex !important;
}
.cid-vggBu9rsIB .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBu9rsIB .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBu9rsIB .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBu9rsIB .navbar-nav .nav-item .nav-link:hover,
.cid-vggBu9rsIB .navbar-nav .nav-item .nav-link:focus,
.cid-vggBu9rsIB .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBu9rsIB .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBu9rsIB .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBu9rsIB .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBu9rsIB 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-vggBu9rsIB button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBu9rsIB button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBu9rsIB button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBu9rsIB button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBu9rsIB button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBu9rsIB button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBu9rsIB button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBu9rsIB .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-vggBu9rsIB .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBu9rsIB .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBu9rsIB .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBu9rsIB .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBu9rsIB .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBu9rsIB .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBu9rsIB .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBu9rsIB .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBu9rsIB .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBu9rsIB .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBu9rsIB .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBu9rsIB .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-vggBu9rsIB .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBu9rsIB .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBu9rsIB .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBu9rsIB .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBu9rsIB .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBu9rsIB .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBu9rsIB .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBu9rsIB .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBu9rsIB .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBu9rsIB .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBu9rsIB ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBu9rsIB ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBu9rsIB ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBu9rsIB .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBu9rsIB .social-container {
    padding-top: 40px;
  }
}
.cid-vggBu9rsIB .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBu9rsIB .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBu9rsIB .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-vggBu9rsIB .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-vggBu9rsIB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBu9rsIB .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBu9rsIB .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBu9rsIB .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBu9rsIB .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBu9rsIB .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBu9Aip1 {
  background-image: url("../../../assets/images/poi-4.webp");
}
.cid-vggBu9Aip1 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vggBu9Aip1 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vggBu9Aip1 .images {
    display: none;
  }
}
.cid-vggBu9Aip1 .image-wrapper-1,
.cid-vggBu9Aip1 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-vggBu9Aip1 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-vggBu9Aip1 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-vggBu9Aip1 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-vggBu9Aip1 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-vggBu9Aip1 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-vggBu9Aip1 .image-wrapper-2 img {
  width: 90%;
}
.cid-vggBu9Aip1 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-vggBu9Aip1 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-vggBu9Aip1 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-vggBu9Aip1 .text-wrapper {
  width: 100%;
}
.cid-vggBu9Aip1 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBu9Aip1 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vggBu9Aip1 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-vggBu9Aip1 .mbr-section-btn {
    margin: 0;
  }
}
.cid-vggBu9Aip1 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-vggBu9Aip1 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vggBu9Aip1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBu9Aip1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBu9Aip1 .text {
  display: flex;
  align-items: center;
}
.cid-vghnGTGyFN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnGTGyFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnGTGyFN .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-vghnGTGyFN .container-fluid {
    padding: 0;
  }
}
.cid-vghnGTGyFN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnGTGyFN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnGTGyFN .embla__button--next,
.cid-vghnGTGyFN .embla__button--prev {
  display: flex;
}
.cid-vghnGTGyFN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnGTGyFN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnGTGyFN .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-vghnGTGyFN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnGTGyFN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnGTGyFN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnGTGyFN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnGTGyFN .embla {
  position: relative;
  width: 100%;
}
.cid-vghnGTGyFN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnGTGyFN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnGTGyFN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnGTGyFN .embla__slide a {
  cursor: grab;
}
.cid-vghnGTGyFN .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnGTGyFN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnGTGyFN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnGTGyFN .mbr-section-title {
  color: #232323;
}
.cid-vghnGTGyFN .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnGTGyFN .mbr-box {
  color: #ffffff;
}
.cid-vghnGTGyFN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnGTGyFN img,
.cid-vghnGTGyFN .item-img {
  width: 100%;
}
.cid-vghnGTGyFN .item-wrapper {
  position: relative;
}
.cid-vghnGTGyFN .content-head {
  max-width: 800px;
}
.cid-vggBu9GB52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vggBu9GB52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBu9GB52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBu9GB52 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBu9GB52 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vggBu9GB52 .container {
    padding: 0 16px;
  }
}
.cid-vggBu9GB52 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vggBu9GB52 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .row {
    padding: 25px 9px;
  }
}
.cid-vggBu9GB52 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vggBu9GB52 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-vggBu9GB52 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .image-wrapper img {
    height: 350px;
  }
}
.cid-vggBu9GB52 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vggBu9GB52 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vggBu9GB52 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vggBu9GB52 .items-wrapper {
    display: block;
  }
}
.cid-vggBu9GB52 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-vggBu9GB52 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-vggBu9GB52 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-vggBu9GB52 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vggBu9GB52 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-vggBu9GB52 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vggBu9GB52 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vggBu9GB52 .card {
  justify-content: center;
}
.cid-vggBu9GB52 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vggBu9GB52 .mbr-text {
  color: #000000;
}
.cid-vggBu9GB52 .card-title {
  color: #000000;
}
.cid-vggBu9GB52 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBu9GB52 .card-title,
.cid-vggBu9GB52 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-vggBu9OUsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-mar-12-2026-02-06-57-pm.webp");
}
.cid-vggBu9OUsJ .mbr-section-head {
  padding: 0 1rem;
}
.cid-vggBu9OUsJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vggBu9OUsJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-vggBu9OUsJ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vggBu9OUsJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vggBu9OUsJ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vggBu9OUsJ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBu9OUsJ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vggBu9OUsJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-vggBu9OUsJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-vggBu9OUsJ .embla__button--next,
.cid-vggBu9OUsJ .embla__button--prev {
  display: flex;
}
.cid-vggBu9OUsJ .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-vggBu9OUsJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBu9OUsJ .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-vggBu9OUsJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBu9OUsJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vggBu9OUsJ .embla__button {
    top: -10%;
  }
}
.cid-vggBu9OUsJ .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vggBu9OUsJ .embla {
    margin-top: 80px;
  }
}
.cid-vggBu9OUsJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBu9OUsJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBu9OUsJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBu9OUsJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBu9OUsJ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-vggBu9OUsJ .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-vggBu9OUsJ .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-vggBu9OUsJ .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vggBu9OUsJ .mbr-text ul {
    display: block;
  }
}
.cid-vggBu9OUsJ .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-vggBu9OUsJ .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-vggBu9OUsJ .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-vggBu9OUsJ .item-wrapper {
  height: 100%;
}
.cid-vggBu9OUsJ .item-wrapper .image-wrap {
  height: 100%;
}
.cid-vggBu9OUsJ .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vggBu9OUsJ .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-vghnFN1g8B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vghnFN1g8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghnFN1g8B .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-vghnFN1g8B .container-fluid {
    padding: 0;
  }
}
.cid-vghnFN1g8B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vghnFN1g8B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vghnFN1g8B .embla__button--next,
.cid-vghnFN1g8B .embla__button--prev {
  display: flex;
}
.cid-vghnFN1g8B .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vghnFN1g8B .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vghnFN1g8B .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-vghnFN1g8B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vghnFN1g8B .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vghnFN1g8B .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vghnFN1g8B .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vghnFN1g8B .embla {
  position: relative;
  width: 100%;
}
.cid-vghnFN1g8B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vghnFN1g8B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vghnFN1g8B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vghnFN1g8B .embla__slide a {
  cursor: grab;
}
.cid-vghnFN1g8B .embla__slide a:active {
  cursor: grabbing;
}
.cid-vghnFN1g8B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vghnFN1g8B .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vghnFN1g8B .mbr-section-title {
  color: #232323;
}
.cid-vghnFN1g8B .mbr-section-subtitle {
  color: #232323;
}
.cid-vghnFN1g8B .mbr-box {
  color: #ffffff;
}
.cid-vghnFN1g8B .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vghnFN1g8B img,
.cid-vghnFN1g8B .item-img {
  width: 100%;
}
.cid-vghnFN1g8B .item-wrapper {
  position: relative;
}
.cid-vghnFN1g8B .content-head {
  max-width: 800px;
}
.cid-vggBua0eBs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vggBua0eBs h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vggBua0eBs .nav-tabs .nav-item.open .nav-link:focus,
.cid-vggBua0eBs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vggBua0eBs .nav-link.active {
  background: #232323;
}
.cid-vggBua0eBs .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-vggBua0eBs .nav-link:hover {
  background: #232323;
}
.cid-vggBua0eBs .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-vggBua0eBs .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-vggBua0eBs .nav-link.display-4 {
  font-size: 15px;
}
.cid-vggBua0eBs .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-vggBua0eBs .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-vggBua0eBs .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-vggBua0eBs .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-vggBua0eBs .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-vggBua0eBs .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-vggBua0eBs .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-vggBua0eBs .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-vggBua0eBs .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-vggBua0eBs .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-vggBua0eBs .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-vggBua0eBs .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-vggBua0eBs .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vggBua0eBs .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vggBua0eBs .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vggBua0eBs .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vggBua0eBs .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-vggBua0eBs .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-vggBua0eBs .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-vggBua0eBs .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-vggBua0eBs .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-vggBua0eBs .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vggBua0eBs .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-vggBua0eBs .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-vggBua0eBs .mbr-text,
  .cid-vggBua0eBs .nav-link,
  .cid-vggBua0eBs .mbr-card-title,
  .cid-vggBua0eBs .mbr-section-title {
    text-align: left;
  }
  .cid-vggBua0eBs .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vggBua0eBs .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-vggBua0eBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBua0eBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBua0eBs .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-vggBua0eBs .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-vggBua0eBs .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-vggBuaNDk3 .google-map {
  height: 700px;
  position: relative;
}
.cid-vggBuaNDk3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vggBuaNDk3 .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-vggBuaNDk3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBuaNDk3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBuaTIzR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-vggBuaTIzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBuaTIzR .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-vggBuaTIzR .container-fluid {
    padding: 0;
  }
}
.cid-vggBuaTIzR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vggBuaTIzR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vggBuaTIzR .embla__button--next,
.cid-vggBuaTIzR .embla__button--prev {
  display: flex;
}
.cid-vggBuaTIzR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vggBuaTIzR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vggBuaTIzR .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-vggBuaTIzR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vggBuaTIzR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vggBuaTIzR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vggBuaTIzR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vggBuaTIzR .embla {
  position: relative;
  width: 100%;
}
.cid-vggBuaTIzR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vggBuaTIzR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vggBuaTIzR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vggBuaTIzR .embla__slide a {
  cursor: grab;
}
.cid-vggBuaTIzR .embla__slide a:active {
  cursor: grabbing;
}
.cid-vggBuaTIzR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vggBuaTIzR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vggBuaTIzR .mbr-section-title {
  color: #232323;
}
.cid-vggBuaTIzR .mbr-section-subtitle {
  color: #232323;
}
.cid-vggBuaTIzR .mbr-box {
  color: #ffffff;
}
.cid-vggBuaTIzR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vggBuaTIzR img,
.cid-vggBuaTIzR .item-img {
  width: 100%;
}
.cid-vggBuaTIzR .item-wrapper {
  position: relative;
}
.cid-vggBuaTIzR .content-head {
  max-width: 800px;
}
.cid-vggBub8RUg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBub8RUg .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/store.webp");
}
.cid-uBRo5BPX9X .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@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-vghjdb3BJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghjdb3BJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghjdb3BJt .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-vghjdb3BJt .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghjdb3BJt .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghjdb3BJt .google-map {
  height: 100%;
  position: relative;
}
.cid-vghjdb3BJt .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghjdb3BJt .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghjdb3BJt .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-vghjdb3BJt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghjdb3BJt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghjdb3BJt .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghjdb3BJt .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghjdb3BJt .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghjdb3BJt ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghjdb3BJt .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-vghjdA56oQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghjdA56oQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghjdA56oQ .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-vghjdA56oQ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghjdA56oQ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghjdA56oQ .google-map {
  height: 100%;
  position: relative;
}
.cid-vghjdA56oQ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghjdA56oQ .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghjdA56oQ .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-vghjdA56oQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghjdA56oQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghjdA56oQ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghjdA56oQ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghjdA56oQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghjdA56oQ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghjdA56oQ .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-vggBACpnDm {
  z-index: 1000;
  width: 100%;
}
.cid-vggBACpnDm .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-vggBACpnDm .dropdown-menu {
  padding: 0;
}
.cid-vggBACpnDm .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-vggBACpnDm .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBACpnDm .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBACpnDm .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBACpnDm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBACpnDm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBACpnDm .nav-link {
  position: relative;
}
.cid-vggBACpnDm .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBACpnDm .dropdown-menu,
.cid-vggBACpnDm .navbar.opened {
  background: #212428 !important;
}
.cid-vggBACpnDm .nav-item:focus,
.cid-vggBACpnDm .nav-link:focus {
  outline: none;
}
.cid-vggBACpnDm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBACpnDm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBACpnDm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBACpnDm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBACpnDm .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBACpnDm .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBACpnDm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBACpnDm .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBACpnDm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBACpnDm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBACpnDm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBACpnDm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBACpnDm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBACpnDm .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-vggBACpnDm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBACpnDm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBACpnDm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBACpnDm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBACpnDm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBACpnDm .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBACpnDm .navbar {
    min-height: 80px;
  }
}
.cid-vggBACpnDm .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBACpnDm .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-vggBACpnDm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBACpnDm .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBACpnDm .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBACpnDm .dropdown-item.active,
.cid-vggBACpnDm .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBACpnDm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBACpnDm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBACpnDm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBACpnDm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBACpnDm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBACpnDm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBACpnDm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBACpnDm 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-vggBACpnDm button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBACpnDm button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBACpnDm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBACpnDm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBACpnDm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBACpnDm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBACpnDm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBACpnDm nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBACpnDm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBACpnDm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBACpnDm nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBACpnDm .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBACpnDm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBACpnDm .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-vggBACpnDm .navbar {
    height: 70px;
  }
  .cid-vggBACpnDm .navbar.opened {
    height: auto;
  }
  .cid-vggBACpnDm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBACpnDm .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-vggBACpnDm .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBACpnDm .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBACpnDm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBACpnDm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBACpnDm .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBACpnDm .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBACpnDm .navbar-nav {
  display: flex !important;
}
.cid-vggBACpnDm .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBACpnDm .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBACpnDm .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBACpnDm .navbar-nav .nav-item .nav-link:hover,
.cid-vggBACpnDm .navbar-nav .nav-item .nav-link:focus,
.cid-vggBACpnDm .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBACpnDm .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBACpnDm .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBACpnDm .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBACpnDm 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-vggBACpnDm button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBACpnDm button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBACpnDm button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBACpnDm button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBACpnDm button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBACpnDm button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBACpnDm button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBACpnDm .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-vggBACpnDm .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBACpnDm .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBACpnDm .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBACpnDm .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBACpnDm .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBACpnDm .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBACpnDm .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBACpnDm .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBACpnDm .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBACpnDm .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBACpnDm .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBACpnDm .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-vggBACpnDm .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBACpnDm .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBACpnDm .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBACpnDm .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBACpnDm .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBACpnDm .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBACpnDm .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBACpnDm .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBACpnDm .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBACpnDm .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBACpnDm ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBACpnDm ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBACpnDm ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBACpnDm .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBACpnDm .social-container {
    padding-top: 40px;
  }
}
.cid-vggBACpnDm .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBACpnDm .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBACpnDm .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-vggBACpnDm .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-vggBACpnDm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBACpnDm .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBACpnDm .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBACpnDm .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBACpnDm .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBACpnDm .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBACy4O6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBACy4O6 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBACCvnB {
  display: flex;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-vggBACCvnB .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vggBACCvnB {
    align-items: flex-end;
  }
  .cid-vggBACCvnB .row {
    justify-content: center;
  }
  .cid-vggBACCvnB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vggBACCvnB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vggBACCvnB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vggBACCvnB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vggBACCvnB .content-wrap {
    width: 100%;
  }
}
.cid-vggBACCvnB .mbr-section-title,
.cid-vggBACCvnB .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBACCvnB .mbr-text,
.cid-vggBACCvnB .mbr-section-btn {
  text-align: center;
}
.cid-vggBACGRmF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vggBACGRmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBACGRmF .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-vggBACGRmF .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBACGRmF .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vggBACGRmF .google-map {
  height: 100%;
  position: relative;
}
.cid-vggBACGRmF .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vggBACGRmF .google-map iframe {
    min-height: 350px;
  }
}
.cid-vggBACGRmF .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-vggBACGRmF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBACGRmF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBACGRmF .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBACGRmF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBACGRmF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vggBACGRmF ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vggBACGRmF .content-head {
  max-width: 800px;
}
.cid-vggBACNqID {
  background-color: #102f62;
}
.cid-vggBACNqID .mbr-section-title {
  margin: 0;
}
.cid-vggBACNqID .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vggBACNqID .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vggBACNqID .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vggBACNqID .team-item {
  transition: all 0.2s;
}
.cid-vggBACNqID .team-item .item-image {
  position: relative !important;
}
.cid-vggBACNqID .team-item .item-image img {
  width: 100%;
}
.cid-vggBACNqID .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-vggBACNqID .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vggBACNqID .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vggBACNqID .team-item .item-caption {
  background: #878787;
}
.cid-vggBACNqID .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vggBACNqID .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vggBACNqID .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vggBACNqID .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vggBACNqID .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vggBACNqID .team-item:hover {
    transform: none;
  }
  .cid-vggBACNqID .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vggBACNqID {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vggBACNqID {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vggBACNqID .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vggBACNqID .container-fluid {
  max-width: 1300px;
}
.cid-vggBACSDTq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vggBACSDTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBACSDTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBACSDTq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vggBACSDTq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vggBACSDTq .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBACSDTq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBACSDTq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vggBACSDTq .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-vggBACSDTq .mbr-section-title {
  color: #ffffff;
}
.cid-vggBACSDTq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vggBACSDTq .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vggBACSDTq .card-box .item-footer {
  margin-top: auto;
}
.cid-vggBACSDTq .content-head {
  max-width: 800px;
}
.cid-vghk3cAx42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghk3cAx42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghk3cAx42 .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-vghk3cAx42 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghk3cAx42 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghk3cAx42 .google-map {
  height: 100%;
  position: relative;
}
.cid-vghk3cAx42 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghk3cAx42 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghk3cAx42 .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-vghk3cAx42 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghk3cAx42 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghk3cAx42 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghk3cAx42 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghk3cAx42 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghk3cAx42 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghk3cAx42 .content-head {
  max-width: 800px;
}
.cid-vggBAD1CbI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vggBAD1CbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBAD1CbI .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-vggBAD1CbI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vggBAD1CbI .row {
  flex-direction: row-reverse;
}
.cid-vggBAD1CbI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vggBAD1CbI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vggBAD1CbI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vggBAD1CbI .mbr-section-title {
  color: #000000;
}
.cid-vggBAD1CbI .mbr-text,
.cid-vggBAD1CbI .mbr-section-btn {
  color: #000000;
}
.cid-vghk3P8Dxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghk3P8Dxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghk3P8Dxu .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-vghk3P8Dxu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghk3P8Dxu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghk3P8Dxu .google-map {
  height: 100%;
  position: relative;
}
.cid-vghk3P8Dxu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghk3P8Dxu .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghk3P8Dxu .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-vghk3P8Dxu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghk3P8Dxu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghk3P8Dxu .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghk3P8Dxu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghk3P8Dxu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghk3P8Dxu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghk3P8Dxu .content-head {
  max-width: 800px;
}
.cid-vggBAD5Zi2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vggBAD5Zi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBAD5Zi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBAD5Zi2 .mbr-section-title {
  text-align: center;
}
.cid-vggBAD5Zi2 .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBB8neG5 {
  z-index: 1000;
  width: 100%;
}
.cid-vggBB8neG5 .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-vggBB8neG5 .dropdown-menu {
  padding: 0;
}
.cid-vggBB8neG5 .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-vggBB8neG5 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBB8neG5 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBB8neG5 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBB8neG5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBB8neG5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBB8neG5 .nav-link {
  position: relative;
}
.cid-vggBB8neG5 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBB8neG5 .dropdown-menu,
.cid-vggBB8neG5 .navbar.opened {
  background: #212428 !important;
}
.cid-vggBB8neG5 .nav-item:focus,
.cid-vggBB8neG5 .nav-link:focus {
  outline: none;
}
.cid-vggBB8neG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBB8neG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBB8neG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBB8neG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBB8neG5 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBB8neG5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBB8neG5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBB8neG5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBB8neG5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBB8neG5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBB8neG5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBB8neG5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBB8neG5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBB8neG5 .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-vggBB8neG5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBB8neG5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBB8neG5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBB8neG5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBB8neG5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBB8neG5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBB8neG5 .navbar {
    min-height: 80px;
  }
}
.cid-vggBB8neG5 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBB8neG5 .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-vggBB8neG5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBB8neG5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBB8neG5 .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBB8neG5 .dropdown-item.active,
.cid-vggBB8neG5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBB8neG5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBB8neG5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBB8neG5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBB8neG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBB8neG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBB8neG5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBB8neG5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBB8neG5 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-vggBB8neG5 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBB8neG5 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBB8neG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBB8neG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBB8neG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBB8neG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBB8neG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBB8neG5 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBB8neG5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBB8neG5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBB8neG5 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBB8neG5 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBB8neG5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBB8neG5 .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-vggBB8neG5 .navbar {
    height: 70px;
  }
  .cid-vggBB8neG5 .navbar.opened {
    height: auto;
  }
  .cid-vggBB8neG5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBB8neG5 .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-vggBB8neG5 .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBB8neG5 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBB8neG5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBB8neG5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBB8neG5 .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBB8neG5 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBB8neG5 .navbar-nav {
  display: flex !important;
}
.cid-vggBB8neG5 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBB8neG5 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBB8neG5 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBB8neG5 .navbar-nav .nav-item .nav-link:hover,
.cid-vggBB8neG5 .navbar-nav .nav-item .nav-link:focus,
.cid-vggBB8neG5 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBB8neG5 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBB8neG5 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBB8neG5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBB8neG5 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-vggBB8neG5 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBB8neG5 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBB8neG5 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBB8neG5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBB8neG5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBB8neG5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBB8neG5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBB8neG5 .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-vggBB8neG5 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBB8neG5 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBB8neG5 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBB8neG5 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBB8neG5 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBB8neG5 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBB8neG5 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBB8neG5 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBB8neG5 .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBB8neG5 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBB8neG5 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBB8neG5 .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-vggBB8neG5 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBB8neG5 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBB8neG5 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBB8neG5 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBB8neG5 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBB8neG5 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBB8neG5 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBB8neG5 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBB8neG5 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBB8neG5 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBB8neG5 ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBB8neG5 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBB8neG5 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBB8neG5 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBB8neG5 .social-container {
    padding-top: 40px;
  }
}
.cid-vggBB8neG5 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBB8neG5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBB8neG5 .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-vggBB8neG5 .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-vggBB8neG5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBB8neG5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBB8neG5 .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBB8neG5 .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBB8neG5 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBB8neG5 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBB8xUPe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBB8xUPe .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBB8ADnW {
  display: flex;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-vggBB8ADnW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vggBB8ADnW {
    align-items: flex-end;
  }
  .cid-vggBB8ADnW .row {
    justify-content: center;
  }
  .cid-vggBB8ADnW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vggBB8ADnW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vggBB8ADnW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vggBB8ADnW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vggBB8ADnW .content-wrap {
    width: 100%;
  }
}
.cid-vggBB8ADnW .mbr-section-title,
.cid-vggBB8ADnW .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBB8ADnW .mbr-text,
.cid-vggBB8ADnW .mbr-section-btn {
  text-align: center;
}
.cid-vggBB8ErSI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vggBB8ErSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBB8ErSI .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-vggBB8ErSI .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBB8ErSI .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vggBB8ErSI .google-map {
  height: 100%;
  position: relative;
}
.cid-vggBB8ErSI .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vggBB8ErSI .google-map iframe {
    min-height: 350px;
  }
}
.cid-vggBB8ErSI .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-vggBB8ErSI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBB8ErSI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBB8ErSI .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBB8ErSI .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBB8ErSI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vggBB8ErSI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vggBB8ErSI .content-head {
  max-width: 800px;
}
.cid-vggBB8K2QC {
  background-color: #102f62;
}
.cid-vggBB8K2QC .mbr-section-title {
  margin: 0;
}
.cid-vggBB8K2QC .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vggBB8K2QC .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vggBB8K2QC .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vggBB8K2QC .team-item {
  transition: all 0.2s;
}
.cid-vggBB8K2QC .team-item .item-image {
  position: relative !important;
}
.cid-vggBB8K2QC .team-item .item-image img {
  width: 100%;
}
.cid-vggBB8K2QC .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-vggBB8K2QC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vggBB8K2QC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vggBB8K2QC .team-item .item-caption {
  background: #878787;
}
.cid-vggBB8K2QC .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vggBB8K2QC .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vggBB8K2QC .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vggBB8K2QC .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vggBB8K2QC .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vggBB8K2QC .team-item:hover {
    transform: none;
  }
  .cid-vggBB8K2QC .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vggBB8K2QC {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vggBB8K2QC {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vggBB8K2QC .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vggBB8K2QC .container-fluid {
  max-width: 1300px;
}
.cid-vggBB8PtzU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vggBB8PtzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBB8PtzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBB8PtzU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vggBB8PtzU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vggBB8PtzU .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBB8PtzU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBB8PtzU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vggBB8PtzU .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-vggBB8PtzU .mbr-section-title {
  color: #ffffff;
}
.cid-vggBB8PtzU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vggBB8PtzU .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vggBB8PtzU .card-box .item-footer {
  margin-top: auto;
}
.cid-vggBB8PtzU .content-head {
  max-width: 800px;
}
.cid-vghkoNdbND {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghkoNdbND .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghkoNdbND .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-vghkoNdbND .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghkoNdbND .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghkoNdbND .google-map {
  height: 100%;
  position: relative;
}
.cid-vghkoNdbND .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghkoNdbND .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghkoNdbND .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-vghkoNdbND .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghkoNdbND .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghkoNdbND .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghkoNdbND .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghkoNdbND .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghkoNdbND ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghkoNdbND .content-head {
  max-width: 800px;
}
.cid-vggBB8YHVD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vggBB8YHVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBB8YHVD .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-vggBB8YHVD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vggBB8YHVD .row {
  flex-direction: row-reverse;
}
.cid-vggBB8YHVD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vggBB8YHVD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vggBB8YHVD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vggBB8YHVD .mbr-section-title {
  color: #000000;
}
.cid-vggBB8YHVD .mbr-text,
.cid-vggBB8YHVD .mbr-section-btn {
  color: #000000;
}
.cid-vghkprTsN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghkprTsN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghkprTsN9 .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-vghkprTsN9 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghkprTsN9 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghkprTsN9 .google-map {
  height: 100%;
  position: relative;
}
.cid-vghkprTsN9 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghkprTsN9 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghkprTsN9 .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-vghkprTsN9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghkprTsN9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghkprTsN9 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghkprTsN9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghkprTsN9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghkprTsN9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghkprTsN9 .content-head {
  max-width: 800px;
}
.cid-vggBB92YKl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vggBB92YKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBB92YKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBB92YKl .mbr-section-title {
  text-align: center;
}
.cid-vggBB92YKl .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBJjoEDb {
  z-index: 1000;
  width: 100%;
}
.cid-vggBJjoEDb .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-vggBJjoEDb .dropdown-menu {
  padding: 0;
}
.cid-vggBJjoEDb .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-vggBJjoEDb .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBJjoEDb .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBJjoEDb .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBJjoEDb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBJjoEDb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBJjoEDb .nav-link {
  position: relative;
}
.cid-vggBJjoEDb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBJjoEDb .dropdown-menu,
.cid-vggBJjoEDb .navbar.opened {
  background: #212428 !important;
}
.cid-vggBJjoEDb .nav-item:focus,
.cid-vggBJjoEDb .nav-link:focus {
  outline: none;
}
.cid-vggBJjoEDb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBJjoEDb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBJjoEDb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBJjoEDb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBJjoEDb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBJjoEDb .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBJjoEDb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBJjoEDb .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBJjoEDb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBJjoEDb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBJjoEDb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBJjoEDb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBJjoEDb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBJjoEDb .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-vggBJjoEDb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBJjoEDb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBJjoEDb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBJjoEDb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBJjoEDb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBJjoEDb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBJjoEDb .navbar {
    min-height: 80px;
  }
}
.cid-vggBJjoEDb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBJjoEDb .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-vggBJjoEDb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBJjoEDb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBJjoEDb .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBJjoEDb .dropdown-item.active,
.cid-vggBJjoEDb .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBJjoEDb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBJjoEDb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBJjoEDb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBJjoEDb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBJjoEDb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBJjoEDb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBJjoEDb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBJjoEDb 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-vggBJjoEDb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBJjoEDb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBJjoEDb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBJjoEDb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBJjoEDb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBJjoEDb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBJjoEDb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBJjoEDb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBJjoEDb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBJjoEDb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBJjoEDb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBJjoEDb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBJjoEDb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBJjoEDb .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-vggBJjoEDb .navbar {
    height: 70px;
  }
  .cid-vggBJjoEDb .navbar.opened {
    height: auto;
  }
  .cid-vggBJjoEDb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBJjoEDb .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-vggBJjoEDb .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBJjoEDb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBJjoEDb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBJjoEDb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBJjoEDb .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBJjoEDb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBJjoEDb .navbar-nav {
  display: flex !important;
}
.cid-vggBJjoEDb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBJjoEDb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBJjoEDb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBJjoEDb .navbar-nav .nav-item .nav-link:hover,
.cid-vggBJjoEDb .navbar-nav .nav-item .nav-link:focus,
.cid-vggBJjoEDb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBJjoEDb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBJjoEDb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBJjoEDb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBJjoEDb 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-vggBJjoEDb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBJjoEDb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBJjoEDb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBJjoEDb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBJjoEDb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBJjoEDb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBJjoEDb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBJjoEDb .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-vggBJjoEDb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBJjoEDb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBJjoEDb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBJjoEDb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBJjoEDb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBJjoEDb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBJjoEDb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBJjoEDb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBJjoEDb .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBJjoEDb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBJjoEDb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBJjoEDb .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-vggBJjoEDb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBJjoEDb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBJjoEDb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBJjoEDb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBJjoEDb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBJjoEDb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBJjoEDb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBJjoEDb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBJjoEDb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBJjoEDb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBJjoEDb ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBJjoEDb ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBJjoEDb ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBJjoEDb .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBJjoEDb .social-container {
    padding-top: 40px;
  }
}
.cid-vggBJjoEDb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBJjoEDb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBJjoEDb .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-vggBJjoEDb .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-vggBJjoEDb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBJjoEDb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBJjoEDb .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBJjoEDb .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBJjoEDb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBJjoEDb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBJjy0tW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBJjy0tW .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBJjCbve {
  display: flex;
  background-image: url("../../../assets/images/bg-2.webp");
}
.cid-vggBJjCbve .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vggBJjCbve {
    align-items: flex-end;
  }
  .cid-vggBJjCbve .row {
    justify-content: center;
  }
  .cid-vggBJjCbve .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vggBJjCbve .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vggBJjCbve {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vggBJjCbve .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vggBJjCbve .content-wrap {
    width: 100%;
  }
}
.cid-vggBJjCbve .mbr-section-title,
.cid-vggBJjCbve .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBJjCbve .mbr-text,
.cid-vggBJjCbve .mbr-section-btn {
  text-align: center;
}
.cid-vggBJjIbiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vggBJjIbiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBJjIbiq .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-vggBJjIbiq .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBJjIbiq .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vggBJjIbiq .google-map {
  height: 100%;
  position: relative;
}
.cid-vggBJjIbiq .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vggBJjIbiq .google-map iframe {
    min-height: 350px;
  }
}
.cid-vggBJjIbiq .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-vggBJjIbiq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBJjIbiq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBJjIbiq .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBJjIbiq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBJjIbiq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vggBJjIbiq ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vggBJjIbiq .content-head {
  max-width: 800px;
}
.cid-vggBJjOZkK {
  background-color: #102f62;
}
.cid-vggBJjOZkK .mbr-section-title {
  margin: 0;
}
.cid-vggBJjOZkK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vggBJjOZkK .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vggBJjOZkK .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vggBJjOZkK .team-item {
  transition: all 0.2s;
}
.cid-vggBJjOZkK .team-item .item-image {
  position: relative !important;
}
.cid-vggBJjOZkK .team-item .item-image img {
  width: 100%;
}
.cid-vggBJjOZkK .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-vggBJjOZkK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vggBJjOZkK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vggBJjOZkK .team-item .item-caption {
  background: #878787;
}
.cid-vggBJjOZkK .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vggBJjOZkK .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vggBJjOZkK .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vggBJjOZkK .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vggBJjOZkK .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vggBJjOZkK .team-item:hover {
    transform: none;
  }
  .cid-vggBJjOZkK .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vggBJjOZkK {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vggBJjOZkK {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vggBJjOZkK .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vggBJjOZkK .container-fluid {
  max-width: 1300px;
}
.cid-vggBJjTie5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vggBJjTie5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBJjTie5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBJjTie5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vggBJjTie5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vggBJjTie5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBJjTie5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBJjTie5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vggBJjTie5 .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-vggBJjTie5 .mbr-section-title {
  color: #ffffff;
}
.cid-vggBJjTie5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vggBJjTie5 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vggBJjTie5 .card-box .item-footer {
  margin-top: auto;
}
.cid-vggBJjTie5 .content-head {
  max-width: 800px;
}
.cid-vghkIhyQfX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghkIhyQfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghkIhyQfX .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-vghkIhyQfX .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghkIhyQfX .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghkIhyQfX .google-map {
  height: 100%;
  position: relative;
}
.cid-vghkIhyQfX .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghkIhyQfX .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghkIhyQfX .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-vghkIhyQfX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghkIhyQfX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghkIhyQfX .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghkIhyQfX .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghkIhyQfX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghkIhyQfX ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghkIhyQfX .content-head {
  max-width: 800px;
}
.cid-vggBJk06L7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vggBJk06L7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBJk06L7 .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-vggBJk06L7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vggBJk06L7 .row {
  flex-direction: row-reverse;
}
.cid-vggBJk06L7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vggBJk06L7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vggBJk06L7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vggBJk06L7 .mbr-section-title {
  color: #000000;
}
.cid-vggBJk06L7 .mbr-text,
.cid-vggBJk06L7 .mbr-section-btn {
  color: #000000;
}
.cid-vghkIVLKy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghkIVLKy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghkIVLKy4 .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-vghkIVLKy4 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghkIVLKy4 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghkIVLKy4 .google-map {
  height: 100%;
  position: relative;
}
.cid-vghkIVLKy4 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghkIVLKy4 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghkIVLKy4 .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-vghkIVLKy4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghkIVLKy4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghkIVLKy4 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghkIVLKy4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghkIVLKy4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghkIVLKy4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghkIVLKy4 .content-head {
  max-width: 800px;
}
.cid-vggBJk5Qjl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vggBJk5Qjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBJk5Qjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBJk5Qjl .mbr-section-title {
  text-align: center;
}
.cid-vggBJk5Qjl .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBJUbrlJ {
  z-index: 1000;
  width: 100%;
}
.cid-vggBJUbrlJ .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-vggBJUbrlJ .dropdown-menu {
  padding: 0;
}
.cid-vggBJUbrlJ .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-vggBJUbrlJ .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBJUbrlJ .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBJUbrlJ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBJUbrlJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBJUbrlJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBJUbrlJ .nav-link {
  position: relative;
}
.cid-vggBJUbrlJ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBJUbrlJ .dropdown-menu,
.cid-vggBJUbrlJ .navbar.opened {
  background: #212428 !important;
}
.cid-vggBJUbrlJ .nav-item:focus,
.cid-vggBJUbrlJ .nav-link:focus {
  outline: none;
}
.cid-vggBJUbrlJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBJUbrlJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBJUbrlJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBJUbrlJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBJUbrlJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBJUbrlJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBJUbrlJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBJUbrlJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBJUbrlJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBJUbrlJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBJUbrlJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBJUbrlJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBJUbrlJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBJUbrlJ .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-vggBJUbrlJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBJUbrlJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBJUbrlJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBJUbrlJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBJUbrlJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBJUbrlJ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBJUbrlJ .navbar {
    min-height: 80px;
  }
}
.cid-vggBJUbrlJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBJUbrlJ .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-vggBJUbrlJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBJUbrlJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBJUbrlJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBJUbrlJ .dropdown-item.active,
.cid-vggBJUbrlJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBJUbrlJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBJUbrlJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBJUbrlJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBJUbrlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBJUbrlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBJUbrlJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBJUbrlJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBJUbrlJ 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-vggBJUbrlJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBJUbrlJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBJUbrlJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBJUbrlJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBJUbrlJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBJUbrlJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBJUbrlJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBJUbrlJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBJUbrlJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBJUbrlJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBJUbrlJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBJUbrlJ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBJUbrlJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBJUbrlJ .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-vggBJUbrlJ .navbar {
    height: 70px;
  }
  .cid-vggBJUbrlJ .navbar.opened {
    height: auto;
  }
  .cid-vggBJUbrlJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBJUbrlJ .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-vggBJUbrlJ .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBJUbrlJ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBJUbrlJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBJUbrlJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBJUbrlJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBJUbrlJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBJUbrlJ .navbar-nav {
  display: flex !important;
}
.cid-vggBJUbrlJ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBJUbrlJ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBJUbrlJ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBJUbrlJ .navbar-nav .nav-item .nav-link:hover,
.cid-vggBJUbrlJ .navbar-nav .nav-item .nav-link:focus,
.cid-vggBJUbrlJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBJUbrlJ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBJUbrlJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBJUbrlJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBJUbrlJ 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-vggBJUbrlJ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBJUbrlJ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBJUbrlJ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBJUbrlJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBJUbrlJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBJUbrlJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBJUbrlJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBJUbrlJ .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-vggBJUbrlJ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBJUbrlJ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBJUbrlJ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBJUbrlJ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBJUbrlJ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBJUbrlJ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBJUbrlJ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBJUbrlJ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBJUbrlJ .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBJUbrlJ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBJUbrlJ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBJUbrlJ .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-vggBJUbrlJ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBJUbrlJ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBJUbrlJ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBJUbrlJ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBJUbrlJ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBJUbrlJ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBJUbrlJ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBJUbrlJ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBJUbrlJ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBJUbrlJ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBJUbrlJ ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBJUbrlJ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBJUbrlJ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBJUbrlJ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBJUbrlJ .social-container {
    padding-top: 40px;
  }
}
.cid-vggBJUbrlJ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBJUbrlJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBJUbrlJ .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-vggBJUbrlJ .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-vggBJUbrlJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBJUbrlJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBJUbrlJ .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBJUbrlJ .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBJUbrlJ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBJUbrlJ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBJUlb5I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBJUlb5I .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBJUp1iC {
  display: flex;
  background-image: url("../../../assets/images/1.webp");
}
.cid-vggBJUp1iC .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-vggBJUp1iC {
    align-items: flex-end;
  }
  .cid-vggBJUp1iC .row {
    justify-content: center;
  }
  .cid-vggBJUp1iC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vggBJUp1iC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vggBJUp1iC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vggBJUp1iC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vggBJUp1iC .content-wrap {
    width: 100%;
  }
}
.cid-vggBJUp1iC .mbr-section-title,
.cid-vggBJUp1iC .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBJUp1iC .mbr-text,
.cid-vggBJUp1iC .mbr-section-btn {
  text-align: center;
}
.cid-vggBJUu9oB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vggBJUu9oB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBJUu9oB .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-vggBJUu9oB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBJUu9oB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vggBJUu9oB .google-map {
  height: 100%;
  position: relative;
}
.cid-vggBJUu9oB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vggBJUu9oB .google-map iframe {
    min-height: 350px;
  }
}
.cid-vggBJUu9oB .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-vggBJUu9oB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBJUu9oB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBJUu9oB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBJUu9oB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBJUu9oB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vggBJUu9oB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vggBJUu9oB .content-head {
  max-width: 800px;
}
.cid-vggBJUA5gR {
  background-color: #102f62;
}
.cid-vggBJUA5gR .mbr-section-title {
  margin: 0;
}
.cid-vggBJUA5gR .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vggBJUA5gR .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vggBJUA5gR .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vggBJUA5gR .team-item {
  transition: all 0.2s;
}
.cid-vggBJUA5gR .team-item .item-image {
  position: relative !important;
}
.cid-vggBJUA5gR .team-item .item-image img {
  width: 100%;
}
.cid-vggBJUA5gR .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-vggBJUA5gR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vggBJUA5gR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vggBJUA5gR .team-item .item-caption {
  background: #878787;
}
.cid-vggBJUA5gR .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vggBJUA5gR .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vggBJUA5gR .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vggBJUA5gR .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vggBJUA5gR .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vggBJUA5gR .team-item:hover {
    transform: none;
  }
  .cid-vggBJUA5gR .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vggBJUA5gR {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vggBJUA5gR {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vggBJUA5gR .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vggBJUA5gR .container-fluid {
  max-width: 1300px;
}
.cid-vggBJUFVfC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vggBJUFVfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBJUFVfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBJUFVfC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vggBJUFVfC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vggBJUFVfC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBJUFVfC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBJUFVfC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vggBJUFVfC .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-vggBJUFVfC .mbr-section-title {
  color: #ffffff;
}
.cid-vggBJUFVfC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vggBJUFVfC .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vggBJUFVfC .card-box .item-footer {
  margin-top: auto;
}
.cid-vggBJUFVfC .content-head {
  max-width: 800px;
}
.cid-vghl8sdQAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghl8sdQAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghl8sdQAv .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-vghl8sdQAv .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghl8sdQAv .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghl8sdQAv .google-map {
  height: 100%;
  position: relative;
}
.cid-vghl8sdQAv .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghl8sdQAv .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghl8sdQAv .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-vghl8sdQAv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghl8sdQAv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghl8sdQAv .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghl8sdQAv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghl8sdQAv .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghl8sdQAv ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghl8sdQAv .content-head {
  max-width: 800px;
}
.cid-vggBJUMVFI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vggBJUMVFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBJUMVFI .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-vggBJUMVFI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vggBJUMVFI .row {
  flex-direction: row-reverse;
}
.cid-vggBJUMVFI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vggBJUMVFI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vggBJUMVFI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vggBJUMVFI .mbr-section-title {
  color: #000000;
}
.cid-vggBJUMVFI .mbr-text,
.cid-vggBJUMVFI .mbr-section-btn {
  color: #000000;
}
.cid-vghl8W6Ao2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghl8W6Ao2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghl8W6Ao2 .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-vghl8W6Ao2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghl8W6Ao2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghl8W6Ao2 .google-map {
  height: 100%;
  position: relative;
}
.cid-vghl8W6Ao2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghl8W6Ao2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghl8W6Ao2 .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-vghl8W6Ao2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghl8W6Ao2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghl8W6Ao2 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghl8W6Ao2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghl8W6Ao2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghl8W6Ao2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghl8W6Ao2 .content-head {
  max-width: 800px;
}
.cid-vggBJURpOw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vggBJURpOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBJURpOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBJURpOw .mbr-section-title {
  text-align: center;
}
.cid-vggBJURpOw .mbr-section-subtitle {
  text-align: center;
}
.cid-vghlv5kohl {
  background-color: #102f62;
}
.cid-vghlv5kohl .mbr-section-title {
  margin: 0;
}
.cid-vghlv5kohl .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vghlv5kohl .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vghlv5kohl .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vghlv5kohl .team-item {
  transition: all 0.2s;
}
.cid-vghlv5kohl .team-item .item-image {
  position: relative !important;
}
.cid-vghlv5kohl .team-item .item-image img {
  width: 100%;
}
.cid-vghlv5kohl .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-vghlv5kohl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vghlv5kohl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vghlv5kohl .team-item .item-caption {
  background: #878787;
}
.cid-vghlv5kohl .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vghlv5kohl .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vghlv5kohl .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vghlv5kohl .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vghlv5kohl .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vghlv5kohl .team-item:hover {
    transform: none;
  }
  .cid-vghlv5kohl .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vghlv5kohl {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vghlv5kohl {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vghlv5kohl .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vghlv5kohl .container-fluid {
  max-width: 1300px;
}
.cid-vggBKr251w {
  z-index: 1000;
  width: 100%;
}
.cid-vggBKr251w .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-vggBKr251w .dropdown-menu {
  padding: 0;
}
.cid-vggBKr251w .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-vggBKr251w .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBKr251w .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBKr251w .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBKr251w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBKr251w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBKr251w .nav-link {
  position: relative;
}
.cid-vggBKr251w .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBKr251w .dropdown-menu,
.cid-vggBKr251w .navbar.opened {
  background: #212428 !important;
}
.cid-vggBKr251w .nav-item:focus,
.cid-vggBKr251w .nav-link:focus {
  outline: none;
}
.cid-vggBKr251w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBKr251w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBKr251w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBKr251w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBKr251w .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBKr251w .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBKr251w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBKr251w .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBKr251w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBKr251w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBKr251w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBKr251w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBKr251w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBKr251w .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-vggBKr251w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBKr251w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBKr251w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBKr251w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBKr251w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBKr251w .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBKr251w .navbar {
    min-height: 80px;
  }
}
.cid-vggBKr251w .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBKr251w .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-vggBKr251w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBKr251w .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBKr251w .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBKr251w .dropdown-item.active,
.cid-vggBKr251w .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBKr251w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBKr251w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBKr251w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBKr251w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBKr251w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBKr251w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBKr251w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBKr251w 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-vggBKr251w button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBKr251w button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBKr251w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBKr251w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBKr251w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBKr251w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBKr251w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBKr251w nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBKr251w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBKr251w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBKr251w nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBKr251w .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBKr251w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBKr251w .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-vggBKr251w .navbar {
    height: 70px;
  }
  .cid-vggBKr251w .navbar.opened {
    height: auto;
  }
  .cid-vggBKr251w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBKr251w .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-vggBKr251w .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBKr251w .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBKr251w .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBKr251w .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBKr251w .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBKr251w .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBKr251w .navbar-nav {
  display: flex !important;
}
.cid-vggBKr251w .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBKr251w .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBKr251w .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBKr251w .navbar-nav .nav-item .nav-link:hover,
.cid-vggBKr251w .navbar-nav .nav-item .nav-link:focus,
.cid-vggBKr251w .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBKr251w .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBKr251w .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBKr251w .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBKr251w 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-vggBKr251w button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBKr251w button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBKr251w button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBKr251w button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBKr251w button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBKr251w button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBKr251w button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBKr251w .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-vggBKr251w .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBKr251w .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBKr251w .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBKr251w .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBKr251w .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBKr251w .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBKr251w .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBKr251w .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBKr251w .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBKr251w .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBKr251w .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBKr251w .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-vggBKr251w .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBKr251w .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBKr251w .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBKr251w .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBKr251w .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBKr251w .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBKr251w .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBKr251w .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBKr251w .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBKr251w .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBKr251w ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBKr251w ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBKr251w ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBKr251w .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBKr251w .social-container {
    padding-top: 40px;
  }
}
.cid-vggBKr251w .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBKr251w .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBKr251w .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-vggBKr251w .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-vggBKr251w .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBKr251w .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBKr251w .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBKr251w .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBKr251w .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBKr251w .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBKrbcZS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBKrbcZS .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBKreth1 {
  display: flex;
  background-image: url("../../../assets/images/bg-3.webp");
}
.cid-vggBKreth1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vggBKreth1 {
    align-items: flex-end;
  }
  .cid-vggBKreth1 .row {
    justify-content: center;
  }
  .cid-vggBKreth1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vggBKreth1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vggBKreth1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vggBKreth1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vggBKreth1 .content-wrap {
    width: 100%;
  }
}
.cid-vggBKreth1 .mbr-section-title,
.cid-vggBKreth1 .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBKreth1 .mbr-text,
.cid-vggBKreth1 .mbr-section-btn {
  text-align: center;
}
.cid-vggBKrjYKX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vggBKrjYKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBKrjYKX .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-vggBKrjYKX .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBKrjYKX .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vggBKrjYKX .google-map {
  height: 100%;
  position: relative;
}
.cid-vggBKrjYKX .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vggBKrjYKX .google-map iframe {
    min-height: 350px;
  }
}
.cid-vggBKrjYKX .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-vggBKrjYKX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBKrjYKX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBKrjYKX .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBKrjYKX .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBKrjYKX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vggBKrjYKX ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vggBKrjYKX .content-head {
  max-width: 800px;
}
.cid-vggBKroJPH {
  background-color: #102f62;
}
.cid-vggBKroJPH .mbr-section-title {
  margin: 0;
}
.cid-vggBKroJPH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vggBKroJPH .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vggBKroJPH .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vggBKroJPH .team-item {
  transition: all 0.2s;
}
.cid-vggBKroJPH .team-item .item-image {
  position: relative !important;
}
.cid-vggBKroJPH .team-item .item-image img {
  width: 100%;
}
.cid-vggBKroJPH .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-vggBKroJPH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vggBKroJPH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vggBKroJPH .team-item .item-caption {
  background: #878787;
}
.cid-vggBKroJPH .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vggBKroJPH .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vggBKroJPH .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vggBKroJPH .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vggBKroJPH .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vggBKroJPH .team-item:hover {
    transform: none;
  }
  .cid-vggBKroJPH .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vggBKroJPH {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vggBKroJPH {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vggBKroJPH .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vggBKroJPH .container-fluid {
  max-width: 1300px;
}
.cid-vggBKrthac {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vggBKrthac .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBKrthac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBKrthac .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vggBKrthac .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vggBKrthac .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBKrthac .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBKrthac .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vggBKrthac .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-vggBKrthac .mbr-section-title {
  color: #ffffff;
}
.cid-vggBKrthac .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vggBKrthac .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vggBKrthac .card-box .item-footer {
  margin-top: auto;
}
.cid-vggBKrthac .content-head {
  max-width: 800px;
}
.cid-vghlJQBPB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghlJQBPB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghlJQBPB2 .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-vghlJQBPB2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghlJQBPB2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghlJQBPB2 .google-map {
  height: 100%;
  position: relative;
}
.cid-vghlJQBPB2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghlJQBPB2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghlJQBPB2 .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-vghlJQBPB2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghlJQBPB2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghlJQBPB2 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghlJQBPB2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghlJQBPB2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghlJQBPB2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghlJQBPB2 .content-head {
  max-width: 800px;
}
.cid-vggBKrCOCs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vggBKrCOCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBKrCOCs .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-vggBKrCOCs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vggBKrCOCs .row {
  flex-direction: row-reverse;
}
.cid-vggBKrCOCs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vggBKrCOCs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vggBKrCOCs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vggBKrCOCs .mbr-section-title {
  color: #000000;
}
.cid-vggBKrCOCs .mbr-text,
.cid-vggBKrCOCs .mbr-section-btn {
  color: #000000;
}
.cid-vghlKpiTQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghlKpiTQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghlKpiTQj .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-vghlKpiTQj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghlKpiTQj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghlKpiTQj .google-map {
  height: 100%;
  position: relative;
}
.cid-vghlKpiTQj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghlKpiTQj .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghlKpiTQj .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-vghlKpiTQj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghlKpiTQj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghlKpiTQj .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghlKpiTQj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghlKpiTQj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghlKpiTQj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghlKpiTQj .content-head {
  max-width: 800px;
}
.cid-vggBKrGO0A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vggBKrGO0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBKrGO0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBKrGO0A .mbr-section-title {
  text-align: center;
}
.cid-vggBKrGO0A .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBKQnZ9K {
  z-index: 1000;
  width: 100%;
}
.cid-vggBKQnZ9K .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-vggBKQnZ9K .dropdown-menu {
  padding: 0;
}
.cid-vggBKQnZ9K .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-vggBKQnZ9K .dropdown-item {
    text-align: left !important;
  }
}
.cid-vggBKQnZ9K .dropdown-item:hover {
  background-position: right !important;
}
.cid-vggBKQnZ9K .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vggBKQnZ9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vggBKQnZ9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vggBKQnZ9K .nav-link {
  position: relative;
}
.cid-vggBKQnZ9K .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vggBKQnZ9K .dropdown-menu,
.cid-vggBKQnZ9K .navbar.opened {
  background: #212428 !important;
}
.cid-vggBKQnZ9K .nav-item:focus,
.cid-vggBKQnZ9K .nav-link:focus {
  outline: none;
}
.cid-vggBKQnZ9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vggBKQnZ9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vggBKQnZ9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vggBKQnZ9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vggBKQnZ9K .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vggBKQnZ9K .navbar.opened {
  transition: all 0.3s;
}
.cid-vggBKQnZ9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vggBKQnZ9K .navbar .navbar-logo img {
  width: auto;
}
.cid-vggBKQnZ9K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vggBKQnZ9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vggBKQnZ9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vggBKQnZ9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vggBKQnZ9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vggBKQnZ9K .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-vggBKQnZ9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vggBKQnZ9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vggBKQnZ9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vggBKQnZ9K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vggBKQnZ9K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vggBKQnZ9K .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vggBKQnZ9K .navbar {
    min-height: 80px;
  }
}
.cid-vggBKQnZ9K .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vggBKQnZ9K .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-vggBKQnZ9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vggBKQnZ9K .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vggBKQnZ9K .navbar-brand {
    min-height: 69px;
  }
}
.cid-vggBKQnZ9K .dropdown-item.active,
.cid-vggBKQnZ9K .dropdown-item:active {
  background-color: transparent;
}
.cid-vggBKQnZ9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vggBKQnZ9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vggBKQnZ9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vggBKQnZ9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vggBKQnZ9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vggBKQnZ9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vggBKQnZ9K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vggBKQnZ9K 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-vggBKQnZ9K button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vggBKQnZ9K button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBKQnZ9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBKQnZ9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBKQnZ9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBKQnZ9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBKQnZ9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBKQnZ9K nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBKQnZ9K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBKQnZ9K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBKQnZ9K nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vggBKQnZ9K .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vggBKQnZ9K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vggBKQnZ9K .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-vggBKQnZ9K .navbar {
    height: 70px;
  }
  .cid-vggBKQnZ9K .navbar.opened {
    height: auto;
  }
  .cid-vggBKQnZ9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vggBKQnZ9K .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-vggBKQnZ9K .navbar-short {
    min-height: 70px;
  }
}
.cid-vggBKQnZ9K .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vggBKQnZ9K .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vggBKQnZ9K .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vggBKQnZ9K .container-fluid {
    padding: 0 3px;
  }
}
.cid-vggBKQnZ9K .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vggBKQnZ9K .navbar-nav {
  display: flex !important;
}
.cid-vggBKQnZ9K .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vggBKQnZ9K .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vggBKQnZ9K .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBKQnZ9K .navbar-nav .nav-item .nav-link:hover,
.cid-vggBKQnZ9K .navbar-nav .nav-item .nav-link:focus,
.cid-vggBKQnZ9K .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vggBKQnZ9K .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-vggBKQnZ9K .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vggBKQnZ9K .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vggBKQnZ9K 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-vggBKQnZ9K button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vggBKQnZ9K button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBKQnZ9K button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBKQnZ9K button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vggBKQnZ9K button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBKQnZ9K button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vggBKQnZ9K button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vggBKQnZ9K .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-vggBKQnZ9K .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vggBKQnZ9K .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vggBKQnZ9K .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-vggBKQnZ9K .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vggBKQnZ9K .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vggBKQnZ9K .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vggBKQnZ9K .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vggBKQnZ9K .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vggBKQnZ9K .offcanvas.show {
  transform: translateX(0);
}
.cid-vggBKQnZ9K .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vggBKQnZ9K .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vggBKQnZ9K .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-vggBKQnZ9K .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vggBKQnZ9K .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vggBKQnZ9K .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vggBKQnZ9K .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vggBKQnZ9K .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vggBKQnZ9K .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vggBKQnZ9K .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vggBKQnZ9K .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vggBKQnZ9K .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vggBKQnZ9K .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vggBKQnZ9K ::-webkit-scrollbar {
  width: 1em;
}
.cid-vggBKQnZ9K ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vggBKQnZ9K ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vggBKQnZ9K .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vggBKQnZ9K .social-container {
    padding-top: 40px;
  }
}
.cid-vggBKQnZ9K .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vggBKQnZ9K .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vggBKQnZ9K .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-vggBKQnZ9K .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-vggBKQnZ9K .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vggBKQnZ9K .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vggBKQnZ9K .soc-item:hover:before {
  opacity: 1;
}
.cid-vggBKQnZ9K .offcanvas_btn {
  margin-top: auto;
}
.cid-vggBKQnZ9K .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vggBKQnZ9K .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vggBKQvpSV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vggBKQvpSV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vggBKQzCt0 {
  display: flex;
  background-image: url("../../../assets/images/bg-4.webp");
}
.cid-vggBKQzCt0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vggBKQzCt0 {
    align-items: flex-end;
  }
  .cid-vggBKQzCt0 .row {
    justify-content: center;
  }
  .cid-vggBKQzCt0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vggBKQzCt0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vggBKQzCt0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vggBKQzCt0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vggBKQzCt0 .content-wrap {
    width: 100%;
  }
}
.cid-vggBKQzCt0 .mbr-section-title,
.cid-vggBKQzCt0 .mbr-section-subtitle {
  text-align: center;
}
.cid-vggBKQzCt0 .mbr-text,
.cid-vggBKQzCt0 .mbr-section-btn {
  text-align: center;
}
.cid-vggBKQEQlp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vggBKQEQlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBKQEQlp .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-vggBKQEQlp .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBKQEQlp .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vggBKQEQlp .google-map {
  height: 100%;
  position: relative;
}
.cid-vggBKQEQlp .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vggBKQEQlp .google-map iframe {
    min-height: 350px;
  }
}
.cid-vggBKQEQlp .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-vggBKQEQlp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vggBKQEQlp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vggBKQEQlp .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBKQEQlp .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBKQEQlp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vggBKQEQlp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vggBKQEQlp .content-head {
  max-width: 800px;
}
.cid-vggBKQJEsL {
  background-color: #102f62;
}
.cid-vggBKQJEsL .mbr-section-title {
  margin: 0;
}
.cid-vggBKQJEsL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vggBKQJEsL .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vggBKQJEsL .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-vggBKQJEsL .team-item {
  transition: all 0.2s;
}
.cid-vggBKQJEsL .team-item .item-image {
  position: relative !important;
}
.cid-vggBKQJEsL .team-item .item-image img {
  width: 100%;
}
.cid-vggBKQJEsL .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-vggBKQJEsL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vggBKQJEsL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vggBKQJEsL .team-item .item-caption {
  background: #878787;
}
.cid-vggBKQJEsL .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vggBKQJEsL .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-vggBKQJEsL .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-vggBKQJEsL .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-vggBKQJEsL .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-vggBKQJEsL .team-item:hover {
    transform: none;
  }
  .cid-vggBKQJEsL .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-vggBKQJEsL {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-vggBKQJEsL {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-vggBKQJEsL .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-vggBKQJEsL .container-fluid {
  max-width: 1300px;
}
.cid-vggBKQOftE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vggBKQOftE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBKQOftE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBKQOftE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vggBKQOftE .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vggBKQOftE .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vggBKQOftE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vggBKQOftE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vggBKQOftE .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-vggBKQOftE .mbr-section-title {
  color: #ffffff;
}
.cid-vggBKQOftE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vggBKQOftE .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vggBKQOftE .card-box .item-footer {
  margin-top: auto;
}
.cid-vggBKQOftE .content-head {
  max-width: 800px;
}
.cid-vghm4e95Mk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghm4e95Mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghm4e95Mk .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-vghm4e95Mk .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghm4e95Mk .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghm4e95Mk .google-map {
  height: 100%;
  position: relative;
}
.cid-vghm4e95Mk .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghm4e95Mk .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghm4e95Mk .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-vghm4e95Mk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghm4e95Mk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghm4e95Mk .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghm4e95Mk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghm4e95Mk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghm4e95Mk ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghm4e95Mk .content-head {
  max-width: 800px;
}
.cid-vggBKQVrSP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vggBKQVrSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBKQVrSP .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-vggBKQVrSP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vggBKQVrSP .row {
  flex-direction: row-reverse;
}
.cid-vggBKQVrSP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vggBKQVrSP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vggBKQVrSP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vggBKQVrSP .mbr-section-title {
  color: #000000;
}
.cid-vggBKQVrSP .mbr-text,
.cid-vggBKQVrSP .mbr-section-btn {
  color: #000000;
}
.cid-vghm4Mbjb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-vghm4Mbjb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghm4Mbjb2 .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-vghm4Mbjb2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vghm4Mbjb2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vghm4Mbjb2 .google-map {
  height: 100%;
  position: relative;
}
.cid-vghm4Mbjb2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vghm4Mbjb2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vghm4Mbjb2 .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-vghm4Mbjb2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vghm4Mbjb2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vghm4Mbjb2 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghm4Mbjb2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vghm4Mbjb2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vghm4Mbjb2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vghm4Mbjb2 .content-head {
  max-width: 800px;
}
.cid-vggBKR1f4W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vggBKR1f4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vggBKR1f4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vggBKR1f4W .mbr-section-title {
  text-align: center;
}
.cid-vggBKR1f4W .mbr-section-subtitle {
  text-align: center;
}
